mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Move location of CSS submenus slightly.
There seems to be a 1 pixel difference in Chrome's rendering of the submenus, so moving them up means the mouse cursor is always over a hover element while moving from the top menu to be over the submenu.
This commit is contained in:
parent
945b9d501c
commit
6c193d396a
@ -319,7 +319,7 @@ border-bottom:1px solid white;
|
||||
position:absolute;
|
||||
text-decoration:none;
|
||||
height:0;
|
||||
top:1.4em;
|
||||
top:1.2em;
|
||||
left:0;
|
||||
}
|
||||
|
||||
@ -332,7 +332,7 @@ border-bottom:1px solid white;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
height:auto;
|
||||
line-height:1em;
|
||||
padding:0.2em 0.3em;
|
||||
padding:0.2em 0 0.2em 1em;
|
||||
width:12em;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user