fix hidden user group search field
This commit is contained in:
parent
e0446a1df5
commit
e34a8bb9d6
|
@ -68,7 +68,7 @@ li.active span.utils .delete:hover, li.active .rename:hover { opacity: 1; }
|
||||||
span.utils .delete, .rename { display: none; }
|
span.utils .delete, .rename { display: none; }
|
||||||
#app-navigation ul li.active > span.utils .delete,
|
#app-navigation ul li.active > span.utils .delete,
|
||||||
#app-navigation ul li.active > span.utils .rename { display: block; }
|
#app-navigation ul li.active > span.utils .rename { display: block; }
|
||||||
#usersearchform { position: absolute; top: 4px; right: 10px; }
|
#usersearchform { position: absolute; top: 2px; right: 250px; }
|
||||||
#usersearchform label { font-weight: 700; }
|
#usersearchform label { font-weight: 700; }
|
||||||
form { display:inline; }
|
form { display:inline; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue