mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Mobile theme:
- Fix taglist styling - Add multiple options for taglist-cat used in calendar edit
This commit is contained in:
parent
da28404b3d
commit
1bb58785dd
@ -271,7 +271,7 @@
|
||||
</row>
|
||||
<row>
|
||||
<description for="category" value="Categories"/>
|
||||
<taglist-cat id="category" class="et2_fullWidth"/>
|
||||
<taglist-cat id="category" class="et2_fullWidth" rows="1" multiple="toggle"/>
|
||||
</row>
|
||||
<row>
|
||||
<tabbox id="tabs" span="all" width="100%" align_tabs="v">
|
||||
|
@ -7972,6 +7972,18 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
body .et2_taglist .ms-sel-ctn {
|
||||
background: white;
|
||||
}
|
||||
body .et2_taglist.et2_taglist_category {
|
||||
min-height: 50px !important;
|
||||
}
|
||||
body .et2_taglist.et2_taglist_toggle.et2_taglist_single .ms-sel-item span:first-child {
|
||||
float: left;
|
||||
}
|
||||
body .et2_taglist.et2_taglist_toggle.et2_taglist_single .ms-sel-item span[class*="cat_"] {
|
||||
height: 3em;
|
||||
}
|
||||
body .et2_taglist.ui-state-active.expanded .ms-res-ctn.dropdown-menu {
|
||||
min-height: 100px;
|
||||
}
|
||||
body .et2_mobile_view {
|
||||
display: block;
|
||||
}
|
||||
|
@ -1119,7 +1119,16 @@
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
|
||||
.et2_taglist.et2_taglist_category {min-height: 50px !important;}
|
||||
.et2_taglist.et2_taglist_toggle.et2_taglist_single {
|
||||
.ms-sel-item {
|
||||
span:first-child {float:left;}
|
||||
span[class*="cat_"] {height: 3em;}
|
||||
}
|
||||
}
|
||||
.et2_taglist.ui-state-active.expanded {
|
||||
.ms-res-ctn.dropdown-menu {min-height: 100px;}
|
||||
}
|
||||
/* View mode styles*/
|
||||
.et2_mobile_view {
|
||||
display:block;
|
||||
|
Loading…
Reference in New Issue
Block a user