mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
Fix global search button display on Chromium
This commit is contained in:
parent
9a2c41d8ad
commit
ee74f4d644
1 changed files with 16 additions and 4 deletions
|
@ -106,16 +106,28 @@ a img {
|
||||||
*/
|
*/
|
||||||
form.LSglobal_search {
|
form.LSglobal_search {
|
||||||
margin-top: 0.8em;
|
margin-top: 0.8em;
|
||||||
|
border: 1px solid #0097c4;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.LSglobal_search {
|
input.LSglobal_search {
|
||||||
padding-right: 23px;
|
width: 144px!important;
|
||||||
width: 138px!important;
|
border: none!important;
|
||||||
|
margin-right: 0;
|
||||||
|
height: 20px;
|
||||||
|
padding: 1px 3px;
|
||||||
|
display: flex;
|
||||||
|
outline: none;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.LSglobal_search input[type='image'] {
|
form.LSglobal_search input[type='image'] {
|
||||||
margin-left: -25px;
|
display: inline-block;
|
||||||
margin-bottom: -3px;
|
margin-left: 0;
|
||||||
|
box-sizing: content-box;
|
||||||
|
height: 16px;
|
||||||
|
padding: 2px;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.menu {
|
ul.menu {
|
||||||
|
|
Loading…
Reference in a new issue