- Allow to set up per-torrent upload rate limit from Web UI

- Updated Mootools to v1.2.4 and fix breakage with MochaUI
This commit is contained in:
Christophe Dumez
2009-11-25 10:03:04 +00:00
parent c48a3b55d6
commit 236c0da563
15 changed files with 814 additions and 495 deletions

View File

@@ -845,7 +845,7 @@ div.mochaToolbarWrapper.bottom {
position: relative;
font-size: 12px;
font-weight: bold;
width: 200px;
width: 400px;
margin-bottom: 15px;
}
@@ -854,7 +854,8 @@ div.mochaToolbarWrapper.bottom {
font-size: 1px;
line-height: 1px;
height: 9px;
width: 222px;
width: 422px;
margin-left: 1px;
}
.sliderarea {
@@ -862,10 +863,10 @@ div.mochaToolbarWrapper.bottom {
top: 0;
left: 0;
height: 7px;
width: 220px;
width: 420px;
font-size: 1px;
line-height: 1px;
background: url(../images/slider-area.gif) repeat-x;
background: url(../images/skin/slider-area.gif) repeat-x;
border: 1px solid #a3a3a3;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
@@ -882,7 +883,7 @@ div.mochaToolbarWrapper.bottom {
width: 19px;
font-size: 1px;
line-height: 1px;
background: url(../images/knob.gif) no-repeat;
background: url(../images/skin/knob.gif) no-repeat;
cursor: pointer;
overflow: hidden;
z-index: 2;

View File

@@ -170,3 +170,5 @@ a.propButton img {
#contextmenu li a.recheck { background-image:url(../images/oxygen/gear.png); }
#contextmenu li a.delete { background-image:url(../images/skin/delete22.png); }
#contextmenu li a.deleteHD { background-image:url(../images/skin/delete_perm22.png); }
#contextmenu li a.uploadLimit { background-image:url(../images/skin/seeding.png); }
#contextmenu li a.downloadLimit { background-image:url(../images/skin/download.png); }