mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-30 00:14:57 +00:00
Use shorthand for CSS properties
This commit is contained in:
parent
6226dd5b80
commit
15320018f0
@ -51,7 +51,7 @@ body {
|
|||||||
background: url("../images/logo.gif") no-repeat;
|
background: url("../images/logo.gif") no-repeat;
|
||||||
background-position: left 0;
|
background-position: left 0;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
padding: 7px 8px 6px 8px;
|
padding: 7px 8px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#desktopTitlebar h1.applicationTitle {
|
#desktopTitlebar h1.applicationTitle {
|
||||||
@ -69,7 +69,7 @@ body {
|
|||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 7px 0 0 0;
|
padding: 7px 0 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
@ -128,7 +128,7 @@ body {
|
|||||||
#desktopNavbar ul li a {
|
#desktopNavbar ul li a {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 2px 10px 6px 10px;
|
padding: 2px 10px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#desktopNavbar ul li a:hover {
|
#desktopNavbar ul li a:hover {
|
||||||
@ -239,7 +239,7 @@ li.divider {
|
|||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 6px 8px 0 8px;
|
padding: 6px 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Panel Layout
|
/* Panel Layout
|
||||||
@ -306,7 +306,7 @@ li.divider {
|
|||||||
height: 22px;
|
height: 22px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 3px 8px 0 8px;
|
padding: 3px 8px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-collapse {
|
.panel-collapse {
|
||||||
@ -406,7 +406,7 @@ div.toolbox.divider {
|
|||||||
#spinnerWrapper {
|
#spinnerWrapper {
|
||||||
background: url("../images/spinner-placeholder.gif") no-repeat;
|
background: url("../images/spinner-placeholder.gif") no-repeat;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
margin: 4px 5px 0 5px;
|
margin: 4px 5px 0;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ Required by:
|
|||||||
background-position: left -35px;
|
background-position: left -35px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 0 5px 0;
|
margin: 0 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-menu li.selected {
|
.tab-menu li.selected {
|
||||||
|
@ -51,9 +51,7 @@ tr.dynamicTableHeader {
|
|||||||
|
|
||||||
.dynamicTable th {
|
.dynamicTable th {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-right-color: #ccc;
|
border-right: 1px solid #ccc;
|
||||||
border-right-style: solid;
|
|
||||||
border-right-width: 1px;
|
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
@ -42,7 +42,7 @@ h4 {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 0 5px 0;
|
padding: 0 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -55,8 +55,8 @@ h2 {
|
|||||||
border-bottom: 1px solid #bbb;
|
border-bottom: 1px solid #bbb;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin: 0 0 8px 0;
|
margin: 0 0 8px;
|
||||||
padding: 6px 0 6px 0;
|
padding: 6px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#error_div {
|
#error_div {
|
||||||
@ -82,7 +82,7 @@ a:hover {
|
|||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 0 9px 0;
|
padding: 0 0 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* List Elements */
|
/* List Elements */
|
||||||
@ -97,7 +97,7 @@ dt {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
padding: 0 0 9px 0;
|
padding: 0 0 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Code */
|
/* Code */
|
||||||
@ -109,7 +109,7 @@ pre {
|
|||||||
display: block;
|
display: block;
|
||||||
font-family: "Courier New", Courier, monospace;
|
font-family: "Courier New", Courier, monospace;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px;
|
||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user