mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-24 05:25:37 +00:00
[Web UI] Tabs indentation replaced with spaces
This commit is contained in:
parent
d6caf1c839
commit
973518694e
@ -162,6 +162,7 @@ a.propButton img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* context menu specific */
|
/* context menu specific */
|
||||||
|
|
||||||
#contextmenu { border:1px solid #999; padding:0; background:#eee; list-style-type:none; display:none;}
|
#contextmenu { border:1px solid #999; padding:0; background:#eee; list-style-type:none; display:none;}
|
||||||
#contextmenu .separator { border-top:1px solid #999; }
|
#contextmenu .separator { border-top:1px solid #999; }
|
||||||
#contextmenu li { margin:0; padding:0;}
|
#contextmenu li { margin:0; padding:0;}
|
||||||
@ -281,6 +282,7 @@ a.propButton img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Tri-state checkbox */
|
/* Tri-state checkbox */
|
||||||
|
|
||||||
label.tristate {
|
label.tristate {
|
||||||
background: url(../images/3-state-checkbox.gif) 0 0 no-repeat;
|
background: url(../images/3-state-checkbox.gif) 0 0 no-repeat;
|
||||||
display: block;
|
display: block;
|
||||||
@ -291,8 +293,14 @@ label.tristate {
|
|||||||
text-indent: -999em;
|
text-indent: -999em;
|
||||||
width: 13px;
|
width: 13px;
|
||||||
}
|
}
|
||||||
label.checked { background-position: 0 -13px; }
|
|
||||||
label.partial { background-position: 0 -26px; }
|
label.checked {
|
||||||
|
background-position: 0 -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
label.partial {
|
||||||
|
background-position: 0 -26px;
|
||||||
|
}
|
||||||
|
|
||||||
fieldset.settings {
|
fieldset.settings {
|
||||||
border: solid 1px black;
|
border: solid 1px black;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user