mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-17 15:59:06 +01:00
Fix displaying toggle-menu button in responsive view
This commit is contained in:
parent
12cfb6aa23
commit
2a0981a21e
1 changed files with 5 additions and 2 deletions
|
@ -478,14 +478,17 @@ input[type='submit'].LSview_search, button {
|
|||
* Manage menu toggle
|
||||
*/
|
||||
#toggle-menu {
|
||||
display: block;
|
||||
float: right;
|
||||
display: block;
|
||||
background: white;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
#toggle-menu img {
|
||||
|
|
Loading…
Reference in a new issue