small ui changes

This commit is contained in:
Torsten Ruger
2015-08-19 22:24:37 +02:00
parent 719f026d0f
commit 83b9511df3
4 changed files with 48 additions and 40 deletions

View File

@ -7,7 +7,7 @@ body {
margin: 0;
list-style: none;
float : left;
width : 9em;
width : 10em;
/*border around submenu goes here*/
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
@ -19,13 +19,13 @@ body {
position : relative;
float : left;
line-height : 1.25em;
width: 8em;
width: 9em;
}
#nav li ul { /* second-level lists */
position : absolute;
left: -999em;
margin-left : 9.05em;
margin-left : 10.05em;
margin-top : -1.35em;
}
@ -33,9 +33,9 @@ body {
left: -999em;
}
#nav li a {
margin-left: 0.5em;
width : 8.5em;
#nav li a , li span {
padding-left: 0.5em;
width : 9.5em;
display : block;
color : black;
font-weight : bold;
@ -50,10 +50,10 @@ body {
background-color : #F6C739;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
#nav li:hover ul ul, #nav li:hover ul ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul { /* lists nested under hovered list items */
left: auto;
}