|
|
@ -2,7 +2,9 @@ |
|
|
|
|
|
|
|
|
|
|
|
/*ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }*/ |
|
|
|
/*ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }*/ |
|
|
|
|
|
|
|
|
|
|
|
a img, :link img, :visited img { |
|
|
|
a img, |
|
|
|
|
|
|
|
:link img, |
|
|
|
|
|
|
|
:visited img { |
|
|
|
border: none; |
|
|
|
border: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -15,12 +17,12 @@ a img, :link img, :visited img { |
|
|
|
/* Structure */ |
|
|
|
/* Structure */ |
|
|
|
|
|
|
|
|
|
|
|
body { |
|
|
|
body { |
|
|
|
margin: 0; |
|
|
|
color: #555; |
|
|
|
text-align: left; |
|
|
|
|
|
|
|
font-family: Arial, Helvetica, sans-serif; |
|
|
|
font-family: Arial, Helvetica, sans-serif; |
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
line-height: 18px; |
|
|
|
line-height: 18px; |
|
|
|
color: #555; |
|
|
|
margin: 0; |
|
|
|
|
|
|
|
text-align: left; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.aside { |
|
|
|
.aside { |
|
|
@ -33,30 +35,34 @@ body { |
|
|
|
|
|
|
|
|
|
|
|
/* Typography */ |
|
|
|
/* Typography */ |
|
|
|
|
|
|
|
|
|
|
|
h2, h3, h4 { |
|
|
|
h2, |
|
|
|
margin: 0; |
|
|
|
h3, |
|
|
|
padding: 0 0 5px 0; |
|
|
|
h4 { |
|
|
|
|
|
|
|
color: #333; |
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
color: #333; |
|
|
|
margin: 0; |
|
|
|
|
|
|
|
padding: 0 0 5px 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
h2 { |
|
|
|
h2 { |
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
color: #555; |
|
|
|
color: #555; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#mochaPage h3 { |
|
|
|
#mochaPage h3 { |
|
|
|
|
|
|
|
border-bottom: 1px solid #bbb; |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
padding: 6px 0 6px 0; |
|
|
|
|
|
|
|
margin: 0 0 8px 0; |
|
|
|
margin: 0 0 8px 0; |
|
|
|
border-bottom: 1px solid #bbb; |
|
|
|
padding: 6px 0 6px 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#error_div { |
|
|
|
#error_div { |
|
|
|
color: #f00; |
|
|
|
color: #f00; |
|
|
|
|
|
|
|
float: left; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -66,8 +72,8 @@ h4 { |
|
|
|
|
|
|
|
|
|
|
|
a { |
|
|
|
a { |
|
|
|
color: #e60; |
|
|
|
color: #e60; |
|
|
|
text-decoration: none; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
a:hover { |
|
|
|
a:hover { |
|
|
@ -98,24 +104,24 @@ dd { |
|
|
|
|
|
|
|
|
|
|
|
pre { |
|
|
|
pre { |
|
|
|
background-color: #f6f6f6; |
|
|
|
background-color: #f6f6f6; |
|
|
|
|
|
|
|
border: 1px solid #d1d7dc; |
|
|
|
color: #006600; |
|
|
|
color: #006600; |
|
|
|
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; |
|
|
|
max-height: 250px; |
|
|
|
max-height: 250px; |
|
|
|
overflow: auto; |
|
|
|
overflow: auto; |
|
|
|
margin: 0 0 10px 0; |
|
|
|
|
|
|
|
padding: 10px; |
|
|
|
padding: 10px; |
|
|
|
border: 1px solid #d1d7dc; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Dividers */ |
|
|
|
/* Dividers */ |
|
|
|
|
|
|
|
|
|
|
|
hr { |
|
|
|
hr { |
|
|
|
background-color: #ddd; |
|
|
|
background-color: #ddd; |
|
|
|
|
|
|
|
border: 0px; |
|
|
|
color: #ccc; |
|
|
|
color: #ccc; |
|
|
|
height: 1px; |
|
|
|
height: 1px; |
|
|
|
border: 0px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.vcenter { |
|
|
|
.vcenter { |
|
|
@ -123,13 +129,13 @@ hr { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#urls { |
|
|
|
#urls { |
|
|
|
width: 90%; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
|
|
|
|
width: 90%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#trackersUrls { |
|
|
|
#trackersUrls { |
|
|
|
width: 90%; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
|
|
|
|
width: 90%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#Filters ul { |
|
|
|
#Filters ul { |
|
|
@ -141,19 +147,19 @@ hr { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#Filters ul img { |
|
|
|
#Filters ul img { |
|
|
|
|
|
|
|
height: 16px; |
|
|
|
padding: 2px 4px; |
|
|
|
padding: 2px 4px; |
|
|
|
vertical-align: middle; |
|
|
|
vertical-align: middle; |
|
|
|
width: 16px; |
|
|
|
width: 16px; |
|
|
|
height: 16px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.selectedFilter { |
|
|
|
.selectedFilter { |
|
|
|
background-color: #415A8D; |
|
|
|
background-color: #415a8d; |
|
|
|
color: #FFFFFF; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.selectedFilter a { |
|
|
|
.selectedFilter a { |
|
|
|
color: #FFFFFF; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#properties { |
|
|
|
#properties { |
|
|
@ -162,10 +168,10 @@ hr { |
|
|
|
|
|
|
|
|
|
|
|
a.propButton { |
|
|
|
a.propButton { |
|
|
|
border: 1px solid rgb(85, 81, 91); |
|
|
|
border: 1px solid rgb(85, 81, 91); |
|
|
|
/*border-radius: 3px;*/ |
|
|
|
|
|
|
|
padding: 2px; |
|
|
|
|
|
|
|
margin-left: 3px; |
|
|
|
margin-left: 3px; |
|
|
|
margin-right: 3px; |
|
|
|
margin-right: 3px; |
|
|
|
|
|
|
|
/*border-radius: 3px;*/ |
|
|
|
|
|
|
|
padding: 2px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
a.propButton img { |
|
|
|
a.propButton img { |
|
|
@ -173,18 +179,18 @@ a.propButton img { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.scrollableMenu { |
|
|
|
.scrollableMenu { |
|
|
|
overflow-y: auto; |
|
|
|
|
|
|
|
overflow-x: hidden; |
|
|
|
overflow-x: hidden; |
|
|
|
|
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* context menu specific */ |
|
|
|
/* context menu specific */ |
|
|
|
|
|
|
|
|
|
|
|
.contextMenu { |
|
|
|
.contextMenu { |
|
|
|
border: 1px solid #999; |
|
|
|
|
|
|
|
padding: 0; |
|
|
|
|
|
|
|
background: #eee; |
|
|
|
background: #eee; |
|
|
|
list-style-type: none; |
|
|
|
border: 1px solid #999; |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
|
|
|
|
list-style-type: none; |
|
|
|
|
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contextMenu .separator { |
|
|
|
.contextMenu .separator { |
|
|
@ -197,12 +203,12 @@ a.propButton img { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contextMenu li a { |
|
|
|
.contextMenu li a { |
|
|
|
|
|
|
|
color: #000; |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
padding: 5px 20px 5px 5px; |
|
|
|
font-family: tahoma, arial, sans-serif; |
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
|
|
|
|
padding: 5px 20px 5px 5px; |
|
|
|
text-decoration: none; |
|
|
|
text-decoration: none; |
|
|
|
font-family: tahoma, arial, sans-serif; |
|
|
|
|
|
|
|
color: #000; |
|
|
|
|
|
|
|
white-space: nowrap; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -220,26 +226,26 @@ a.propButton img { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contextMenu li ul { |
|
|
|
.contextMenu li ul { |
|
|
|
padding: 0; |
|
|
|
|
|
|
|
border: 1px solid #999; |
|
|
|
|
|
|
|
padding: 0; |
|
|
|
|
|
|
|
background: #eee; |
|
|
|
background: #eee; |
|
|
|
list-style-type: none; |
|
|
|
border: 1px solid #999; |
|
|
|
position: absolute; |
|
|
|
|
|
|
|
left: -999em; |
|
|
|
left: -999em; |
|
|
|
z-index: 8000; |
|
|
|
list-style-type: none; |
|
|
|
margin: -29px 0 0 100%; |
|
|
|
margin: -29px 0 0 100%; |
|
|
|
|
|
|
|
padding: 0; |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
width: 164px; |
|
|
|
width: 164px; |
|
|
|
|
|
|
|
z-index: 8000; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contextMenu li ul li a { |
|
|
|
.contextMenu li ul li a { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contextMenu li a.arrow-right, .contextMenu li a:hover.arrow-right { |
|
|
|
.contextMenu li a.arrow-right, |
|
|
|
|
|
|
|
.contextMenu li a:hover.arrow-right { |
|
|
|
background-image: url(../images/arrow-right.gif); |
|
|
|
background-image: url(../images/arrow-right.gif); |
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
|
|
background-position: right center; |
|
|
|
background-position: right center; |
|
|
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contextMenu li:hover ul, |
|
|
|
.contextMenu li:hover ul, |
|
|
@ -247,18 +253,19 @@ a.propButton img { |
|
|
|
.contextMenu li li.ieHover ul, |
|
|
|
.contextMenu li li.ieHover ul, |
|
|
|
.contextMenu li li li.ieHover ul, |
|
|
|
.contextMenu li li li.ieHover ul, |
|
|
|
.contextMenu li li:hover ul, |
|
|
|
.contextMenu li li:hover ul, |
|
|
|
.contextMenu li li li:hover ul { /* lists nested under hovered list items */ |
|
|
|
.contextMenu li li li:hover ul { |
|
|
|
|
|
|
|
/* lists nested under hovered list items */ |
|
|
|
left: auto; |
|
|
|
left: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contextMenu li img { |
|
|
|
.contextMenu li img { |
|
|
|
width: 16px; |
|
|
|
|
|
|
|
height: 16px; |
|
|
|
height: 16px; |
|
|
|
margin-bottom: -4px; |
|
|
|
|
|
|
|
-ms-interpolation-mode: bicubic; |
|
|
|
-ms-interpolation-mode: bicubic; |
|
|
|
|
|
|
|
margin-bottom: -4px; |
|
|
|
|
|
|
|
width: 16px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.contextMenu li input[type=checkbox] { |
|
|
|
.contextMenu li input[type="checkbox"] { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
top: 3px; |
|
|
|
top: 3px; |
|
|
|
} |
|
|
|
} |
|
|
@ -267,49 +274,49 @@ a.propButton img { |
|
|
|
|
|
|
|
|
|
|
|
.slider { |
|
|
|
.slider { |
|
|
|
clear: both; |
|
|
|
clear: both; |
|
|
|
position: relative; |
|
|
|
|
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
width: 400px; |
|
|
|
|
|
|
|
margin-bottom: 15px; |
|
|
|
margin-bottom: 15px; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
width: 400px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.sliderWrapper { |
|
|
|
.sliderWrapper { |
|
|
|
position: relative; |
|
|
|
|
|
|
|
font-size: 1px; |
|
|
|
font-size: 1px; |
|
|
|
line-height: 1px; |
|
|
|
|
|
|
|
height: 9px; |
|
|
|
height: 9px; |
|
|
|
|
|
|
|
line-height: 1px; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
width: 422px; |
|
|
|
width: 422px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.sliderarea { |
|
|
|
.sliderarea { |
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
left: 0; |
|
|
|
|
|
|
|
height: 7px; |
|
|
|
|
|
|
|
width: 420px; |
|
|
|
|
|
|
|
font-size: 1px; |
|
|
|
|
|
|
|
line-height: 1px; |
|
|
|
|
|
|
|
background: #f2f2f2 url(../images/slider-area.gif) repeat-x; |
|
|
|
background: #f2f2f2 url(../images/slider-area.gif) repeat-x; |
|
|
|
border: 1px solid #a3a3a3; |
|
|
|
border: 1px solid #a3a3a3; |
|
|
|
border-bottom: 1px solid #ccc; |
|
|
|
border-bottom: 1px solid #ccc; |
|
|
|
border-left: 1px solid #ccc; |
|
|
|
border-left: 1px solid #ccc; |
|
|
|
|
|
|
|
font-size: 1px; |
|
|
|
|
|
|
|
height: 7px; |
|
|
|
|
|
|
|
left: 0; |
|
|
|
|
|
|
|
line-height: 1px; |
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
padding: 0; |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
width: 420px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.sliderknob { |
|
|
|
.sliderknob { |
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
left: 0; |
|
|
|
|
|
|
|
height: 9px; |
|
|
|
|
|
|
|
width: 19px; |
|
|
|
|
|
|
|
font-size: 1px; |
|
|
|
|
|
|
|
line-height: 1px; |
|
|
|
|
|
|
|
background: url(../images/knob.gif) no-repeat; |
|
|
|
background: url(../images/knob.gif) no-repeat; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
font-size: 1px; |
|
|
|
|
|
|
|
height: 9px; |
|
|
|
|
|
|
|
left: 0; |
|
|
|
|
|
|
|
line-height: 1px; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
width: 19px; |
|
|
|
z-index: 2; |
|
|
|
z-index: 2; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -324,23 +331,23 @@ a.propButton img { |
|
|
|
/* Mocha Customization */ |
|
|
|
/* Mocha Customization */ |
|
|
|
|
|
|
|
|
|
|
|
#mochaToolbar { |
|
|
|
#mochaToolbar { |
|
|
|
margin-top: 5px; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
height: 29px; |
|
|
|
height: 29px; |
|
|
|
|
|
|
|
margin-top: 5px; |
|
|
|
overflow-y: hidden; |
|
|
|
overflow-y: hidden; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#mochaToolbar .divider { |
|
|
|
#mochaToolbar .divider { |
|
|
|
background-image: url(../images/toolbox-divider.gif); |
|
|
|
background-image: url(../images/toolbox-divider.gif); |
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
|
|
background-position: left center; |
|
|
|
background-position: left center; |
|
|
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
padding-left: 14px; |
|
|
|
padding-left: 14px; |
|
|
|
padding-top: 15px; |
|
|
|
padding-top: 15px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.MyMenuIcon { |
|
|
|
.MyMenuIcon { |
|
|
|
margin-left: -18px; |
|
|
|
|
|
|
|
margin-bottom: -3px; |
|
|
|
margin-bottom: -3px; |
|
|
|
|
|
|
|
margin-left: -18px; |
|
|
|
padding-right: 5px; |
|
|
|
padding-right: 5px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -355,12 +362,12 @@ a.propButton img { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#torrentsFilterInput { |
|
|
|
#torrentsFilterInput { |
|
|
|
width: 160px; |
|
|
|
|
|
|
|
padding-left: 2em; |
|
|
|
|
|
|
|
background-image: url("../icons/edit-find.svg"); |
|
|
|
background-image: url("../icons/edit-find.svg"); |
|
|
|
|
|
|
|
background-position: left; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-size: 1.5em; |
|
|
|
background-size: 1.5em; |
|
|
|
background-position: left; |
|
|
|
padding-left: 2em; |
|
|
|
|
|
|
|
width: 160px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#torrentFilesFilterToolbar { |
|
|
|
#torrentFilesFilterToolbar { |
|
|
@ -369,12 +376,12 @@ a.propButton img { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#torrentFilesFilterInput { |
|
|
|
#torrentFilesFilterInput { |
|
|
|
width: 160px; |
|
|
|
|
|
|
|
padding-left: 2em; |
|
|
|
|
|
|
|
background-image: url("../icons/edit-find.svg"); |
|
|
|
background-image: url("../icons/edit-find.svg"); |
|
|
|
|
|
|
|
background-position: left; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-size: 1.5em; |
|
|
|
background-size: 1.5em; |
|
|
|
background-position: left; |
|
|
|
padding-left: 2em; |
|
|
|
|
|
|
|
width: 160px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Tri-state checkbox */ |
|
|
|
/* Tri-state checkbox */ |
|
|
@ -384,7 +391,7 @@ label.tristate { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
float: left; |
|
|
|
float: left; |
|
|
|
height: 13px; |
|
|
|
height: 13px; |
|
|
|
margin: .15em 8px 5px 0px; |
|
|
|
margin: 0.15em 8px 5px 0px; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
text-indent: -999em; |
|
|
|
text-indent: -999em; |
|
|
|
width: 13px; |
|
|
|
width: 13px; |
|
|
@ -400,16 +407,16 @@ label.partial { |
|
|
|
|
|
|
|
|
|
|
|
fieldset.settings { |
|
|
|
fieldset.settings { |
|
|
|
border: solid 1px black; |
|
|
|
border: solid 1px black; |
|
|
|
border-radius: 8px; |
|
|
|
|
|
|
|
-webkit-border-radius: 8px; |
|
|
|
-webkit-border-radius: 8px; |
|
|
|
-moz-border-radius: 8px; |
|
|
|
-moz-border-radius: 8px; |
|
|
|
|
|
|
|
border-radius: 8px; |
|
|
|
padding: 4px 4px 4px 10px; |
|
|
|
padding: 4px 4px 4px 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
fieldset.settings legend { |
|
|
|
fieldset.settings legend { |
|
|
|
|
|
|
|
font-weight: bold; |
|
|
|
margin-left: 8px; |
|
|
|
margin-left: 8px; |
|
|
|
padding: 4px; |
|
|
|
padding: 4px; |
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
fieldset.settings label { |
|
|
|
fieldset.settings label { |
|
|
@ -426,21 +433,21 @@ div.formRow { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.filterTitle { |
|
|
|
.filterTitle { |
|
|
|
|
|
|
|
display: block; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
text-transform: uppercase; |
|
|
|
overflow: hidden; |
|
|
|
padding-left: 5px; |
|
|
|
padding-left: 5px; |
|
|
|
padding-top: 5px; |
|
|
|
padding-top: 5px; |
|
|
|
display: block; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
text-overflow: ellipsis; |
|
|
|
text-overflow: ellipsis; |
|
|
|
|
|
|
|
text-transform: uppercase; |
|
|
|
|
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.filterTitle img { |
|
|
|
.filterTitle img { |
|
|
|
width: 16px; |
|
|
|
|
|
|
|
height: 16px; |
|
|
|
height: 16px; |
|
|
|
margin-bottom: -3px; |
|
|
|
margin-bottom: -3px; |
|
|
|
padding: 0 5px; |
|
|
|
padding: 0 5px; |
|
|
|
|
|
|
|
width: 16px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.filterTitle img.rotate { |
|
|
|
.filterTitle img.rotate { |
|
|
@ -453,11 +460,11 @@ ul.filterList { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ul.filterList a { |
|
|
|
ul.filterList a { |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
text-overflow: ellipsis; |
|
|
|
text-overflow: ellipsis; |
|
|
|
color: inherit; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ul.filterList li:hover { |
|
|
|
ul.filterList li:hover { |
|
|
@ -469,10 +476,10 @@ ul.filterList li:hover a { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
td.generalLabel { |
|
|
|
td.generalLabel { |
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
text-align: right; |
|
|
|
text-align: right; |
|
|
|
width: 1px; |
|
|
|
|
|
|
|
vertical-align: top; |
|
|
|
vertical-align: top; |
|
|
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
width: 1px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#torrentFilesTableDiv { |
|
|
|
#torrentFilesTableDiv { |
|
|
@ -485,16 +492,16 @@ td.generalLabel { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.filesTableCollapseIcon { |
|
|
|
.filesTableCollapseIcon { |
|
|
|
width: 15px; |
|
|
|
|
|
|
|
height: 15px; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
height: 15px; |
|
|
|
margin-bottom: -3px; |
|
|
|
margin-bottom: -3px; |
|
|
|
padding-right: 5px; |
|
|
|
padding-right: 5px; |
|
|
|
|
|
|
|
width: 15px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.filesTableCollapseIcon.rotate { |
|
|
|
.filesTableCollapseIcon.rotate { |
|
|
|
transform: rotate(270deg); |
|
|
|
|
|
|
|
margin-bottom: -1px; |
|
|
|
margin-bottom: -1px; |
|
|
|
|
|
|
|
transform: rotate(270deg); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.unselectable { |
|
|
|
.unselectable { |
|
|
@ -514,39 +521,41 @@ td.generalLabel { |
|
|
|
border-collapse: collapse; |
|
|
|
border-collapse: collapse; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#watched_folders_tab td, #watched_folders_tab th { |
|
|
|
#watched_folders_tab td, |
|
|
|
padding: 2px 4px; |
|
|
|
#watched_folders_tab th { |
|
|
|
border: 1px solid black; |
|
|
|
border: 1px solid black; |
|
|
|
|
|
|
|
padding: 2px 4px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.select-watched-folder-editable { |
|
|
|
.select-watched-folder-editable { |
|
|
|
position: relative; |
|
|
|
|
|
|
|
background-color: white; |
|
|
|
background-color: white; |
|
|
|
border: solid grey 1px; |
|
|
|
border: solid grey 1px; |
|
|
|
width: 160px; |
|
|
|
|
|
|
|
height: 20px; |
|
|
|
height: 20px; |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
width: 160px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.select-watched-folder-editable select { |
|
|
|
.select-watched-folder-editable select { |
|
|
|
position: absolute; |
|
|
|
border: none; |
|
|
|
top: 0px; |
|
|
|
|
|
|
|
bottom: 0px; |
|
|
|
bottom: 0px; |
|
|
|
left: 0px; |
|
|
|
left: 0px; |
|
|
|
border: none; |
|
|
|
|
|
|
|
width: 160px; |
|
|
|
|
|
|
|
margin: 0; |
|
|
|
margin: 0; |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 0px; |
|
|
|
|
|
|
|
width: 160px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.select-watched-folder-editable input { |
|
|
|
.select-watched-folder-editable input { |
|
|
|
|
|
|
|
border: none; |
|
|
|
|
|
|
|
left: 0px; |
|
|
|
|
|
|
|
padding: 1px; |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
top: 0px; |
|
|
|
top: 0px; |
|
|
|
left: 0px; |
|
|
|
|
|
|
|
width: 140px; |
|
|
|
width: 140px; |
|
|
|
padding: 1px; |
|
|
|
|
|
|
|
border: none; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.select-watched-folder-editable select:focus, .select-editable input:focus { |
|
|
|
.select-watched-folder-editable select:focus, |
|
|
|
|
|
|
|
.select-editable input:focus { |
|
|
|
outline: none; |
|
|
|
outline: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -558,21 +567,16 @@ td.generalLabel { |
|
|
|
margin-left: -1px; |
|
|
|
margin-left: -1px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#error_div { |
|
|
|
|
|
|
|
float: left; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.combo_priority { |
|
|
|
.combo_priority { |
|
|
|
font-size: 1em; |
|
|
|
font-size: 1em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
td.statusBarSeparator { |
|
|
|
td.statusBarSeparator { |
|
|
|
width: 22px; |
|
|
|
background-image: url("../images/toolbox-divider.gif"); |
|
|
|
background-image: url('../images/toolbox-divider.gif'); |
|
|
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
|
|
background-position: center 1px; |
|
|
|
background-position: center 1px; |
|
|
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
background-size: 2px 18px; |
|
|
|
background-size: 2px 18px; |
|
|
|
|
|
|
|
width: 22px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* Statistics window */ |
|
|
|
/* Statistics window */ |
|
|
@ -582,26 +586,28 @@ td.statusBarSeparator { |
|
|
|
|
|
|
|
|
|
|
|
/* Search tab */ |
|
|
|
/* Search tab */ |
|
|
|
|
|
|
|
|
|
|
|
#SearchPanel, #SearchPanel_wrapper, #SearchPanel_pad { |
|
|
|
#SearchPanel, |
|
|
|
|
|
|
|
#SearchPanel_wrapper, |
|
|
|
|
|
|
|
#SearchPanel_pad { |
|
|
|
height: inherit; |
|
|
|
height: inherit; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#searchResults { |
|
|
|
#searchResults { |
|
|
|
padding: 0 20px; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
|
|
|
|
padding: 0 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#searchResultsTableContainer { |
|
|
|
#searchResultsTableContainer { |
|
|
|
height: calc(100% - 140px); |
|
|
|
|
|
|
|
-moz-height: calc(100% - 140px); |
|
|
|
-moz-height: calc(100% - 140px); |
|
|
|
-webkit-height: calc(100% - 140px); |
|
|
|
-webkit-height: calc(100% - 140px); |
|
|
|
|
|
|
|
height: calc(100% - 140px); |
|
|
|
overflow: auto; |
|
|
|
overflow: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#searchResultsTableDiv { |
|
|
|
#searchResultsTableDiv { |
|
|
|
height: calc(100% - 26px) !important; |
|
|
|
|
|
|
|
-moz-height: calc(100% - 26px) !important; |
|
|
|
-moz-height: calc(100% - 26px) !important; |
|
|
|
-webkit-height: calc(100% - 26px) !important; |
|
|
|
-webkit-height: calc(100% - 26px) !important; |
|
|
|
|
|
|
|
height: calc(100% - 26px) !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#searchResults .dynamicTable { |
|
|
|
#searchResults .dynamicTable { |
|
|
|