mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-29 01:09:10 +01:00
Do not show print button for mobile devices in mobile theme
This commit is contained in:
parent
29f5ff6223
commit
92da1d0759
@ -7000,6 +7000,9 @@ a.textSidebox {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (max-device-width : 1024px) {
|
@media only screen and (max-device-width : 1024px) {
|
||||||
|
#egw_fw_print {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
div#loginMainDiv #divAppIconBar #divLogo img[src$="svg"] {
|
div#loginMainDiv #divAppIconBar #divLogo img[src$="svg"] {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
@ -774,6 +774,9 @@
|
|||||||
}
|
}
|
||||||
@media @handheld
|
@media @handheld
|
||||||
{
|
{
|
||||||
|
#egw_fw_print {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
div#loginMainDiv{
|
div#loginMainDiv{
|
||||||
#divAppIconBar {
|
#divAppIconBar {
|
||||||
#divLogo img[src$="svg"] {
|
#divLogo img[src$="svg"] {
|
||||||
|
Loading…
Reference in New Issue
Block a user