mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Use shorthand for CSS properties
This commit is contained in:
@@ -51,7 +51,7 @@ body {
|
||||
background: url("../images/logo.gif") no-repeat;
|
||||
background-position: left 0;
|
||||
height: 32px;
|
||||
padding: 7px 8px 6px 8px;
|
||||
padding: 7px 8px 6px;
|
||||
}
|
||||
|
||||
#desktopTitlebar h1.applicationTitle {
|
||||
@@ -69,7 +69,7 @@ body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
padding: 7px 0 0 0;
|
||||
padding: 7px 0 0;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
@@ -128,7 +128,7 @@ body {
|
||||
#desktopNavbar ul li a {
|
||||
color: #333;
|
||||
font-weight: normal;
|
||||
padding: 2px 10px 6px 10px;
|
||||
padding: 2px 10px 6px;
|
||||
}
|
||||
|
||||
#desktopNavbar ul li a:hover {
|
||||
@@ -239,7 +239,7 @@ li.divider {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
height: 24px;
|
||||
padding: 6px 8px 0 8px;
|
||||
padding: 6px 8px 0;
|
||||
}
|
||||
|
||||
/* Panel Layout
|
||||
@@ -306,7 +306,7 @@ li.divider {
|
||||
height: 22px;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 3px 8px 0 8px;
|
||||
padding: 3px 8px 0;
|
||||
}
|
||||
|
||||
.panel-collapse {
|
||||
@@ -406,7 +406,7 @@ div.toolbox.divider {
|
||||
#spinnerWrapper {
|
||||
background: url("../images/spinner-placeholder.gif") no-repeat;
|
||||
height: 16px;
|
||||
margin: 4px 5px 0 5px;
|
||||
margin: 4px 5px 0;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user