Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions init.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* club-Swizards skin for ruTorrent
* Author: JMSolo - https://plaza.quickbox.io/
*/
TR_HEIGHT = 26;

plugin.QuickBoxAllDone = plugin.allDone;
plugin.allDone = function()
Expand Down
23 changes: 10 additions & 13 deletions plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,8 @@
font-size: 11px;
font-family: inherit;
}
#meter-cpu-holder {
*background: rgba(0, 0, 0, 0) url("./images/status_icons.png") no-repeat scroll 3px -616px;
border-right: medium none;
height: 16px;
line-height: 16px;
margin-left: 25px;
padding-left: 25px;
width: 100px;
}
#meter-cpu-td {
background: rgba(0, 0, 0, 0) url("./images/status_icons.png") no-repeat scroll 3px -612px !important;
height: 16px;
line-height: 18px;
background: rgba(0, 0, 0, 0) url("./images/status_icons.png") no-repeat scroll 0px -616px !important;
}

div.graph_tab {
Expand Down Expand Up @@ -431,14 +420,22 @@ hr {
#autodl-filters-left {
float: left;
margin: 0 5px 10px 5px;
width: 170px;
}
#autodl-filters-right {
margin-top: 5px;
margin: 0 5px 10px 5px;
float: right;
vertical-align: top;
}
#autodl-filters-list {
width: 200px;
height: 270px;
}

#autodl-filters-list-buttons {
width: 200px;
}

#autodl-filters-tabs {
margin-top: 5px;
}
Expand Down
Loading