mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Fix menu width
This commit is contained in:
parent
060d3fc5b9
commit
39e135e40a
1 changed files with 2 additions and 3 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue