mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
_blank theme: temporary menu CSS fix
This commit is contained in:
@@ -42,8 +42,8 @@ ul.sub {border-top: 1px solid #DDDDDD;}
|
|||||||
#nav li ul { /* second-level lists */
|
#nav li ul { /* second-level lists */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
width: 190px;
|
width: 200px;
|
||||||
|
/*white-space: nowrap;*/
|
||||||
left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
|
left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -61,10 +61,11 @@ ul.sub {border-top: 1px solid #DDDDDD;}
|
|||||||
border-left: 1px solid #DDDDDD;
|
border-left: 1px solid #DDDDDD;
|
||||||
border-right: 1px solid #DDDDDD;
|
border-right: 1px solid #DDDDDD;
|
||||||
border-bottom: 1px solid #DDDDDD;
|
border-bottom: 1px solid #DDDDDD;
|
||||||
width: 190px;
|
width: 198px;
|
||||||
w\idth : 178px;
|
w\idth : 188px;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
color: #13394E;
|
color: #13394E;
|
||||||
|
/*white-space: nowrap;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav .menuButton img { padding: 10px 0px; margin-right: 10px; }
|
#nav .menuButton img { padding: 10px 0px; margin-right: 10px; }
|
||||||
|
Reference in New Issue
Block a user