mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
mail view toolbar scales better with small device width
This commit is contained in:
parent
135567ac30
commit
c088c3e75e
@ -7989,6 +7989,16 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (max-device-width: 400px) {
|
||||||
|
.et2_toolbar .et2_toolbar_actionlist > span > * {
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-device-width: 310px) {
|
||||||
|
.et2_toolbar .et2_toolbar_actionlist > span > * {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
/*mobile etemplate2*/
|
/*mobile etemplate2*/
|
||||||
@media all {
|
@media all {
|
||||||
html * {
|
html * {
|
||||||
|
@ -225,6 +225,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-device-width: 400px) {
|
||||||
|
.et2_toolbar .et2_toolbar_actionlist > span > * {
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}@media (max-device-width: 310px) {
|
||||||
|
.et2_toolbar .et2_toolbar_actionlist > span > * {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/*mobile etemplate2*/
|
/*mobile etemplate2*/
|
||||||
@mobile-elem-height: 50px;
|
@mobile-elem-height: 50px;
|
||||||
@mobile-button-width: 50px;
|
@mobile-button-width: 50px;
|
||||||
|
Loading…
Reference in New Issue
Block a user