mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Fix menu width
This commit is contained in:
@@ -119,7 +119,7 @@ body {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#desktopNavbar li {
|
#desktopNavbar>ul>li {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -151,7 +151,6 @@ body {
|
|||||||
border: 1px solid #3f3f3f;
|
border: 1px solid #3f3f3f;
|
||||||
background: #fff url(../images/skin/bg-dropdown.gif) repeat-y;
|
background: #fff url(../images/skin/bg-dropdown.gif) repeat-y;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 164px;
|
|
||||||
left: -999em;
|
left: -999em;
|
||||||
z-index: 8000;
|
z-index: 8000;
|
||||||
/* Fix by Chris */
|
/* Fix by Chris */
|
||||||
@@ -184,7 +183,7 @@ body {
|
|||||||
#desktopNavbar li ul li a {
|
#desktopNavbar li ul li a {
|
||||||
position: relative;
|
position: relative;
|
||||||
/*padding: 1px 9px 1px 25px;*/
|
/*padding: 1px 9px 1px 25px;*/
|
||||||
width: 134px;
|
min-width: 120px;
|
||||||
color: #3f3f3f;
|
color: #3f3f3f;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
/* Fix By Chris */
|
/* Fix By Chris */
|
||||||
|
|||||||
Reference in New Issue
Block a user