mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 14:41:50 +01:00
Fix taglist suggestion is not visible at all
This commit is contained in:
parent
0e211704ad
commit
02c7014a0a
@ -1042,6 +1042,8 @@ ul.et2_link_string {
|
|||||||
/* min-height to fix calculations done while hidden */
|
/* min-height to fix calculations done while hidden */
|
||||||
.et2_taglist, .et2_taglist > div.ms-ctn {
|
.et2_taglist, .et2_taglist > div.ms-ctn {
|
||||||
min-height: 23px;
|
min-height: 23px;
|
||||||
|
margin-top:5px;
|
||||||
|
margin-bottom:5px;
|
||||||
}
|
}
|
||||||
/* Toggle single / multiple */
|
/* Toggle single / multiple */
|
||||||
.et2_taglist_toggle {
|
.et2_taglist_toggle {
|
||||||
@ -1060,7 +1062,7 @@ ul.et2_link_string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.et2_taglist_toggle > div.toggle {
|
.et2_taglist_toggle > div.toggle {
|
||||||
top: 1px;
|
top: 6px;
|
||||||
width: 23px;
|
width: 23px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user