mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Fix taglist dropdown menu size for mobile template
This commit is contained in:
parent
c9cdf453fc
commit
15645add91
@ -8002,6 +8002,9 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
body .et2_taglist.ui-state-active.expanded .ms-res-ctn.dropdown-menu {
|
body .et2_taglist.ui-state-active.expanded .ms-res-ctn.dropdown-menu {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
}
|
}
|
||||||
|
body .et2_taglist.ui-state-active.expanded .ms-res-ctn.dropdown-menu .ms-res-item {
|
||||||
|
line-height: 25px;
|
||||||
|
}
|
||||||
body .et2_mobile_view {
|
body .et2_mobile_view {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -1137,7 +1137,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.et2_taglist.ui-state-active.expanded {
|
.et2_taglist.ui-state-active.expanded {
|
||||||
.ms-res-ctn.dropdown-menu {min-height: 100px;}
|
.ms-res-ctn.dropdown-menu {
|
||||||
|
min-height: 100px;
|
||||||
|
.ms-res-item {line-height: 25px;}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* View mode styles*/
|
/* View mode styles*/
|
||||||
.et2_mobile_view {
|
.et2_mobile_view {
|
||||||
|
Loading…
Reference in New Issue
Block a user