Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style views and category-list #8

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
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