Do not show print button for mobile devices in mobile theme

This commit is contained in:
Hadi Nategh 2015-03-13 09:22:08 +00:00
parent 7402129ffa
commit 68f3b2bb28
2 changed files with 6 additions and 0 deletions

View File

@ -6998,6 +6998,9 @@ a.textSidebox {
}
}
@media only screen and (max-device-width : 1024px) {
#egw_fw_print {
display: none;
}
div#loginMainDiv #divAppIconBar #divLogo img[src$="svg"] {
width: 40%;
margin-top: 5px;

View File

@ -772,6 +772,9 @@
}
@media @handheld
{
#egw_fw_print {
display:none;
}
div#loginMainDiv{
#divAppIconBar {
#divLogo img[src$="svg"] {