mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 07:33:31 +00:00
[WebUI] Cleanup of css files
* Consistent indent and line endings * Remove unused redo icon * Minify extensions css
This commit is contained in:
parent
1700b75cfe
commit
069d820d39
@ -1,37 +1,37 @@
|
||||
html, body {
|
||||
font: normal 11px arial, tahoma, helvetica, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0 none;
|
||||
overflow: hidden;
|
||||
height:100%;
|
||||
font: normal 11px arial, tahoma, helvetica, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0 none;
|
||||
overflow: hidden;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
input {
|
||||
color: Black;
|
||||
color: Black;
|
||||
}
|
||||
|
||||
/* remove dotted line on buttons in Firefox */
|
||||
button::-moz-focus-inner {
|
||||
border: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.x-deluge-main-panel {
|
||||
background-image: url('../icons/deluge.png') !important;
|
||||
background-image: url('../icons/deluge.png') !important;
|
||||
}
|
||||
|
||||
#tbar-deluge-text.x-item-disabled * {
|
||||
color:black !important;
|
||||
font-weight: bold;
|
||||
color:black !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#tbar-deluge-text.x-item-disabled {
|
||||
opacity: 1 !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
||||
.deluge-torrents td, .x-deluge-peers td {
|
||||
height: 16px;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
@ -41,7 +41,7 @@ button::-moz-focus-inner {
|
||||
}
|
||||
|
||||
.deluge-torrents .deluge-torrent-progress {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Icon classes */
|
||||
@ -67,33 +67,33 @@ button::-moz-focus-inner {
|
||||
|
||||
/* Torrent Details */
|
||||
#torrentDetails dl, dl.singleline {
|
||||
float: left;
|
||||
min-height: 120px;
|
||||
float: left;
|
||||
min-height: 120px;
|
||||
}
|
||||
|
||||
#torrentDetails dl dt, dl.singleline dt {
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
height: 19px;
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
height: 19px;
|
||||
}
|
||||
|
||||
#torrentDetails dl dd, dl.singleline dd {
|
||||
margin-left: 100px;
|
||||
width: 140px;
|
||||
height: 19px;
|
||||
margin-left: 100px;
|
||||
width: 140px;
|
||||
height: 19px;
|
||||
}
|
||||
|
||||
dl.singleline dt {
|
||||
width: 80px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
dl.singleline dd {
|
||||
margin-left: 85px;
|
||||
width: auto;
|
||||
margin-left: 85px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.x-deluge-plugins {
|
||||
background: White;
|
||||
background: White;
|
||||
}
|
||||
|
||||
/* Torrent Details - Status Tab */
|
||||
@ -102,7 +102,7 @@ dl.singleline dd {
|
||||
}
|
||||
|
||||
.x-deluge-status {
|
||||
margin: 10px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.x-deluge-status dd.downloaded,
|
||||
@ -110,25 +110,25 @@ dl.singleline dd {
|
||||
.x-deluge-status dd.share,
|
||||
.x-deluge-status dd.announce,
|
||||
.x-deluge-status dd.tracker_status {
|
||||
width: 200px;
|
||||
margin-left: 100px;
|
||||
width: 200px;
|
||||
margin-left: 100px;
|
||||
}
|
||||
|
||||
.x-deluge-status dd.downspeed,
|
||||
.x-deluge-status dd.upspeed,
|
||||
.x-deluge-status dd.eta,
|
||||
.x-deluge-status dd.pieces {
|
||||
margin-left: 100px;
|
||||
margin-left: 100px;
|
||||
}
|
||||
|
||||
.x-deluge-status dd.active_time,
|
||||
.x-deluge-status dd.seeding_time,
|
||||
.x-deluge-status dd.seed_rank,
|
||||
.x-deluge-status dd.time_added {
|
||||
width: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
.x-deluge-status dd.last_seen_complete {
|
||||
width: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
/* Torrent Details - Details Tab */
|
||||
@ -137,7 +137,7 @@ dl.singleline dd {
|
||||
#torrentDetails dd.tracker,
|
||||
#torrentDetails dd.path,
|
||||
#torrentDetails dd.comment {
|
||||
width: auto;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.detailsPanel .x-panel-header {
|
||||
@ -156,91 +156,91 @@ dl.singleline dd {
|
||||
|
||||
/* Login Window */
|
||||
.x-deluge-login-window-icon {
|
||||
background: url('../icons/login.png') no-repeat 2px;
|
||||
background: url('../icons/login.png') no-repeat 2px;
|
||||
}
|
||||
|
||||
/* Remove Window */
|
||||
.x-deluge-remove-window-icon {
|
||||
background: url('../icons/remove.png') no-repeat 2px;
|
||||
background: url('../icons/remove.png') no-repeat 2px;
|
||||
}
|
||||
|
||||
/* Add Window */
|
||||
.x-deluge-add-window-icon {
|
||||
background: url('../icons/add.png') no-repeat 2px;
|
||||
background: url('../icons/add.png') no-repeat 2px;
|
||||
}
|
||||
|
||||
.x-deluge-add-torrent-name {
|
||||
line-height: 20px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.x-deluge-add-torrent-name-loading {
|
||||
padding-left: 20px;
|
||||
line-height: 20px;
|
||||
background: url('/themes/default/tree/loading.gif') no-repeat 2px;
|
||||
padding-left: 20px;
|
||||
line-height: 20px;
|
||||
background: url('/themes/default/tree/loading.gif') no-repeat 2px;
|
||||
}
|
||||
|
||||
/* Add Url Window */
|
||||
.x-deluge-add-file, .x-btn .x-deluge-add-file {
|
||||
background: url('../icons/add_file.png') no-repeat 2px;
|
||||
background: url('../icons/add_file.png') no-repeat 2px;
|
||||
}
|
||||
|
||||
.x-deluge-add-url-window-icon {
|
||||
background: url('../icons/add_url.png') no-repeat 2px;
|
||||
background: url('../icons/add_url.png') no-repeat 2px;
|
||||
}
|
||||
|
||||
/* Connect Window */
|
||||
.x-deluge-connect-window-icon {
|
||||
background: url('../icons/connection_manager.png') no-repeat 2px;
|
||||
background: url('../icons/connection_manager.png') no-repeat 2px;
|
||||
}
|
||||
|
||||
/* Statusbar */
|
||||
.x-deluge-statusbar {
|
||||
background: no-repeat 2px !important;
|
||||
padding-left: 20px !important;
|
||||
background: no-repeat 2px !important;
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
|
||||
.x-not-connected {
|
||||
background-image: url('../icons/error.png') !important;
|
||||
background-image: url('../icons/error.png') !important;
|
||||
}
|
||||
|
||||
.x-connected {
|
||||
background-image: none !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
/* Styles for renderered progress bars */
|
||||
.x-progress-renderered .x-progress-bar {
|
||||
height: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.x-progress-renderered .x-progress-bar .x-progress-text {
|
||||
margin-top: -1px;
|
||||
height: 18px;
|
||||
margin-top: -1px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
/* Adjust progressbar for torrent files tree */
|
||||
.x-tree .x-progress-wrap {
|
||||
width: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.x-tree .x-progress-renderered .x-progress-inner {
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
.x-tree .x-progress-renderered .x-progress-bar {
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
.x-tree .x-progress-renderered .x-progress-text {
|
||||
vertical-align: top;
|
||||
height: 12px;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
margin-top: 0px;
|
||||
vertical-align: top;
|
||||
height: 12px;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
padding: 0px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.x-tree .x-progress-renderered .x-progress-bar .x-progress-text {
|
||||
margin-top: 0px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
/* Files TreeGrid */
|
||||
@ -263,8 +263,8 @@ dl.singleline dd {
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
vertical-align: top;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@ -298,73 +298,73 @@ dl.singleline dd {
|
||||
|
||||
/* Options Tab Styles */
|
||||
.x-deluge-options-label {
|
||||
margin-right: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.x-deluge-indent-checkbox {
|
||||
padding-left: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
/* Sidebar styles */
|
||||
#sidebar .x-grid3-col-filter {
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
padding: 2px;
|
||||
cursor: pointer;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
padding: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#sidebar .x-deluge-filter {
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
line-height: 16px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
#sidebar .x-list-selected em {
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* MessageBox icon styles */
|
||||
.x-deluge-icon-warning {
|
||||
background: url('../icons/warning.png') no-repeat 2px;
|
||||
background: url('../icons/warning.png') no-repeat 2px;
|
||||
}
|
||||
|
||||
.x-deluge-icon-error {
|
||||
background: url('../icons/error.png') no-repeat 2px;
|
||||
background: url('../icons/error.png') no-repeat 2px;
|
||||
}
|
||||
|
||||
.x-tree-node-leaf .x-deluge-file {
|
||||
background-image: url('../icons/document.png');
|
||||
background-image: url('../icons/document.png');
|
||||
}
|
||||
|
||||
.x-deluge-add-file-checkbox {
|
||||
margin-top: 2px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
/* Filepriority styles */
|
||||
.x-no-download, .x-normal-download, .x-high-download, .x-highest-download, .x-mixed-download {
|
||||
padding-left: 20px;
|
||||
background-repeat: no-repeat;
|
||||
line-height: 16px;
|
||||
padding-left: 20px;
|
||||
background-repeat: no-repeat;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.x-no-download {
|
||||
background-image: url(../icons/no_download.png);
|
||||
background-image: url(../icons/no_download.png);
|
||||
}
|
||||
|
||||
.x-normal-download {
|
||||
background-image: url(../icons/normal.png);
|
||||
background-image: url(../icons/normal.png);
|
||||
}
|
||||
|
||||
.x-high-download {
|
||||
background-image: url(../icons/high.png);
|
||||
background-image: url(../icons/high.png);
|
||||
}
|
||||
|
||||
.x-highest-download {
|
||||
background-image: url(../icons/highest.png);
|
||||
background-image: url(../icons/highest.png);
|
||||
}
|
||||
|
||||
.x-mixed-download {
|
||||
/*background-image: url(../icons/mixed.png);*/
|
||||
/*background-image: url(../icons/mixed.png);*/
|
||||
}
|
||||
|
||||
/**
|
||||
@ -373,123 +373,121 @@ dl.singleline dd {
|
||||
*/
|
||||
|
||||
.icon-create {
|
||||
background-image: url('../icons/create.png') !important;
|
||||
background-image: url('../icons/create.png') !important;
|
||||
}
|
||||
|
||||
.icon-add {
|
||||
background-image: url('../icons/add.png') !important;
|
||||
background-image: url('../icons/add.png') !important;
|
||||
}
|
||||
|
||||
.icon-add-url {
|
||||
background-image: url('../icons/add_url.png') !important;
|
||||
background-image: url('../icons/add_url.png') !important;
|
||||
}
|
||||
|
||||
.icon-add-magnet {
|
||||
background-image: url('../icons/add_magnet.png') !important;
|
||||
background-image: url('../icons/add_magnet.png') !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.icon-pause {
|
||||
background-image: url('../icons/pause.png') !important;
|
||||
background-image: url('../icons/pause.png') !important;
|
||||
}
|
||||
|
||||
.icon-resume {
|
||||
background-image: url('../icons/start.png') !important;
|
||||
background-image: url('../icons/start.png') !important;
|
||||
}
|
||||
|
||||
.icon-options {
|
||||
background-image: url('../icons/preferences.png') !important;
|
||||
background-image: url('../icons/preferences.png') !important;
|
||||
}
|
||||
|
||||
.icon-queue {
|
||||
background-image: url('../icons/queue.png') !important;
|
||||
background-image: url('../icons/queue.png') !important;
|
||||
}
|
||||
|
||||
.icon-top {
|
||||
background-image: url('../icons/top.png') !important;
|
||||
background-image: url('../icons/top.png') !important;
|
||||
}
|
||||
|
||||
.icon-up {
|
||||
background-image: url('../icons/up.png') !important;
|
||||
background-image: url('../icons/up.png') !important;
|
||||
}
|
||||
|
||||
.icon-down {
|
||||
background-image: url('../icons/down.png') !important;
|
||||
background-image: url('../icons/down.png') !important;
|
||||
}
|
||||
|
||||
.icon-bottom {
|
||||
background-image: url('../icons/bottom.png') !important;
|
||||
background-image: url('../icons/bottom.png') !important;
|
||||
}
|
||||
|
||||
.icon-update-tracker {
|
||||
background-image: url('../icons/update.png') !important;
|
||||
background-image: url('../icons/update.png') !important;
|
||||
}
|
||||
|
||||
.icon-edit-trackers, .icon-edit {
|
||||
background-image: url('../icons/edit_trackers.png') !important;
|
||||
background-image: url('../icons/edit_trackers.png') !important;
|
||||
}
|
||||
|
||||
.icon-remove {
|
||||
background-image: url('../icons/remove.png') !important;
|
||||
background-image: url('../icons/remove.png') !important;
|
||||
}
|
||||
|
||||
.icon-recheck {
|
||||
background-image: url('../icons/recheck.png') !important;
|
||||
background-image: url('../icons/recheck.png') !important;
|
||||
}
|
||||
|
||||
.icon-move {
|
||||
background-image: url('../icons/move.png') !important;
|
||||
background-image: url('../icons/move.png') !important;
|
||||
}
|
||||
|
||||
.icon-help {
|
||||
background-image: url('../icons/help.png') !important;
|
||||
background-image: url('../icons/help.png') !important;
|
||||
}
|
||||
|
||||
.icon-logout {
|
||||
background-image: url('../icons/logout.png') !important;
|
||||
background-image: url('../icons/logout.png') !important;
|
||||
}
|
||||
|
||||
.icon-back {
|
||||
background-image: url('../icons/back.png') !important;
|
||||
background-image: url('../icons/back.png') !important;
|
||||
}
|
||||
|
||||
.icon-forward {
|
||||
background-image: url('../icons/forward.png') !important;
|
||||
background-image: url('../icons/forward.png') !important;
|
||||
}
|
||||
|
||||
.icon-home {
|
||||
background-image: url('../icons/home.png') !important;
|
||||
background-image: url('../icons/home.png') !important;
|
||||
}
|
||||
|
||||
.icon-ok {
|
||||
background-image: url('../icons/ok.png') !important;
|
||||
background-image: url('../icons/ok.png') !important;
|
||||
}
|
||||
|
||||
.icon-error {
|
||||
background-image: url('../icons/error.png') !important;
|
||||
background-image: url('../icons/error.png') !important;
|
||||
}
|
||||
|
||||
.icon-upload-slots {
|
||||
background-image: url('../icons/upload_slots.png') !important;
|
||||
background-image: url('../icons/upload_slots.png') !important;
|
||||
}
|
||||
|
||||
.icon-expand-all {
|
||||
background-image: url('../icons/expand_all.png') !important;
|
||||
background-image: url('../icons/expand_all.png') !important;
|
||||
}
|
||||
|
||||
.icon-do-not-download {
|
||||
background-image: url('../icons/no_download.png') !important;
|
||||
background-image: url('../icons/no_download.png') !important;
|
||||
}
|
||||
|
||||
.icon-normal {
|
||||
background-image: url('../icons/normal.png') !important;
|
||||
background-image: url('../icons/normal.png') !important;
|
||||
}
|
||||
|
||||
.icon-high {
|
||||
background-image: url('../icons/high.png') !important;
|
||||
background-image: url('../icons/high.png') !important;
|
||||
}
|
||||
|
||||
.icon-highest {
|
||||
background-image: url('../icons/highest.png') !important;
|
||||
background-image: url('../icons/highest.png') !important;
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,144 +1,144 @@
|
||||
/*
|
||||
* ColumnTree styles
|
||||
*/
|
||||
.x-column-tree .x-tree-node {
|
||||
zoom:1;
|
||||
}
|
||||
.x-column-tree .x-tree-node-el {
|
||||
/*border-bottom:1px solid #eee; borders? */
|
||||
zoom:1;
|
||||
}
|
||||
.x-column-tree .x-tree-selected {
|
||||
background: #d9e8fb;
|
||||
}
|
||||
.x-column-tree .x-tree-node a {
|
||||
line-height:18px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
.x-column-tree .x-tree-node a span{
|
||||
|
||||
}
|
||||
.x-column-tree .x-tree-node .x-tree-selected a span{
|
||||
background:transparent;
|
||||
color:#000;
|
||||
}
|
||||
.x-tree-col {
|
||||
float:left;
|
||||
overflow:hidden;
|
||||
padding:0 1px;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
.x-tree-col-text, .x-tree-hd-text {
|
||||
overflow:hidden;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
padding:3px 3px 3px 5px;
|
||||
white-space: nowrap;
|
||||
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.x-tree-headers {
|
||||
background: #f9f9f9 url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
|
||||
cursor:default;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
.x-tree-hd {
|
||||
float:left;
|
||||
overflow:hidden;
|
||||
border-left:1px solid #eee;
|
||||
border-right:1px solid #d0d0d0;
|
||||
}
|
||||
|
||||
/*
|
||||
* FileUploadField component styles
|
||||
*/
|
||||
.x-form-file-wrap {
|
||||
position: relative;
|
||||
height: 22px;
|
||||
}
|
||||
.x-form-file-wrap .x-form-file {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
-moz-opacity: 0;
|
||||
filter:alpha(opacity: 0);
|
||||
opacity: 0;
|
||||
z-index: 2;
|
||||
height: 22px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.x-form-file-wrap .x-btn {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.x-form-file-wrap .x-form-file-text {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
z-index: 3;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
/*
|
||||
* Spinner styles
|
||||
*/
|
||||
.x-form-spinner-proxy{
|
||||
/*background-color:#ff00cc;*/
|
||||
}
|
||||
.x-form-field-wrap .x-form-spinner-trigger {
|
||||
background: transparent url(../images/spinner.gif) no-repeat 0 0;
|
||||
}
|
||||
|
||||
.x-form-field-wrap .x-form-spinner-overup{
|
||||
background-position:-17px 0;
|
||||
}
|
||||
.x-form-field-wrap .x-form-spinner-clickup{
|
||||
background-position:-34px 0;
|
||||
}
|
||||
.x-form-field-wrap .x-form-spinner-overdown{
|
||||
background-position:-51px 0;
|
||||
}
|
||||
.x-form-field-wrap .x-form-spinner-clickdown{
|
||||
background-position:-68px 0;
|
||||
}
|
||||
|
||||
|
||||
.x-trigger-wrap-focus .x-form-spinner-trigger{
|
||||
background-position:-85px 0;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-spinner-overup{
|
||||
background-position:-102px 0;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-spinner-clickup{
|
||||
background-position:-119px 0;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-spinner-overdown{
|
||||
background-position:-136px 0;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-spinner-clickdown{
|
||||
background-position:-153px 0;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-trigger{
|
||||
border-bottom: 1px solid #7eadd9;
|
||||
}
|
||||
|
||||
.x-form-field-wrap .x-form-spinner-splitter {
|
||||
line-height:1px;
|
||||
font-size:1px;
|
||||
background:transparent url(../images/spinner-split.gif) no-repeat 0 0;
|
||||
position:absolute;
|
||||
cursor: n-resize;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-spinner-splitter{
|
||||
background-position:-14px 0;
|
||||
}
|
||||
|
||||
.x-form-uxspinner .x-form-field-wrap {
|
||||
height: 24px;
|
||||
}
|
||||
/*
|
||||
* ColumnTree styles
|
||||
*/
|
||||
.x-column-tree .x-tree-node {
|
||||
zoom:1;
|
||||
}
|
||||
.x-column-tree .x-tree-node-el {
|
||||
/*border-bottom:1px solid #eee; borders? */
|
||||
zoom:1;
|
||||
}
|
||||
.x-column-tree .x-tree-selected {
|
||||
background: #d9e8fb;
|
||||
}
|
||||
.x-column-tree .x-tree-node a {
|
||||
line-height:18px;
|
||||
vertical-align:middle;
|
||||
}
|
||||
.x-column-tree .x-tree-node a span{
|
||||
|
||||
/*!
|
||||
}
|
||||
.x-column-tree .x-tree-node .x-tree-selected a span{
|
||||
background:transparent;
|
||||
color:#000;
|
||||
}
|
||||
.x-tree-col {
|
||||
float:left;
|
||||
overflow:hidden;
|
||||
padding:0 1px;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
.x-tree-col-text, .x-tree-hd-text {
|
||||
overflow:hidden;
|
||||
-o-text-overflow: ellipsis;
|
||||
text-overflow: ellipsis;
|
||||
padding:3px 3px 3px 5px;
|
||||
white-space: nowrap;
|
||||
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.x-tree-headers {
|
||||
background: #f9f9f9 url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
|
||||
cursor:default;
|
||||
zoom:1;
|
||||
}
|
||||
|
||||
.x-tree-hd {
|
||||
float:left;
|
||||
overflow:hidden;
|
||||
border-left:1px solid #eee;
|
||||
border-right:1px solid #d0d0d0;
|
||||
}
|
||||
|
||||
/*
|
||||
* FileUploadField component styles
|
||||
*/
|
||||
.x-form-file-wrap {
|
||||
position: relative;
|
||||
height: 22px;
|
||||
}
|
||||
.x-form-file-wrap .x-form-file {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
-moz-opacity: 0;
|
||||
filter:alpha(opacity: 0);
|
||||
opacity: 0;
|
||||
z-index: 2;
|
||||
height: 22px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.x-form-file-wrap .x-btn {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.x-form-file-wrap .x-form-file-text {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
z-index: 3;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
/*
|
||||
* Spinner styles
|
||||
*/
|
||||
.x-form-spinner-proxy{
|
||||
/*background-color:#ff00cc;*/
|
||||
}
|
||||
.x-form-field-wrap .x-form-spinner-trigger {
|
||||
background: transparent url(../images/spinner.gif) no-repeat 0 0;
|
||||
}
|
||||
|
||||
.x-form-field-wrap .x-form-spinner-overup{
|
||||
background-position:-17px 0;
|
||||
}
|
||||
.x-form-field-wrap .x-form-spinner-clickup{
|
||||
background-position:-34px 0;
|
||||
}
|
||||
.x-form-field-wrap .x-form-spinner-overdown{
|
||||
background-position:-51px 0;
|
||||
}
|
||||
.x-form-field-wrap .x-form-spinner-clickdown{
|
||||
background-position:-68px 0;
|
||||
}
|
||||
|
||||
|
||||
.x-trigger-wrap-focus .x-form-spinner-trigger{
|
||||
background-position:-85px 0;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-spinner-overup{
|
||||
background-position:-102px 0;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-spinner-clickup{
|
||||
background-position:-119px 0;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-spinner-overdown{
|
||||
background-position:-136px 0;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-spinner-clickdown{
|
||||
background-position:-153px 0;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-trigger{
|
||||
border-bottom: 1px solid #7eadd9;
|
||||
}
|
||||
|
||||
.x-form-field-wrap .x-form-spinner-splitter {
|
||||
line-height:1px;
|
||||
font-size:1px;
|
||||
background:transparent url(../images/spinner-split.gif) no-repeat 0 0;
|
||||
position:absolute;
|
||||
cursor: n-resize;
|
||||
}
|
||||
.x-trigger-wrap-focus .x-form-spinner-splitter{
|
||||
background-position:-14px 0;
|
||||
}
|
||||
|
||||
.x-form-uxspinner .x-form-field-wrap {
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Ext JS Library 3.4.0
|
||||
* Copyright(c) 2006-2011 Sencha Inc.
|
||||
* licensing@sencha.com
|
||||
|
@ -1 +1 @@
|
||||
.x-column-tree .x-tree-node{zoom:1;}.x-column-tree .x-tree-node-el{zoom:1;}.x-column-tree .x-tree-selected{background:#d9e8fb;}.x-column-tree .x-tree-node a{line-height:18px;vertical-align:middle;}.x-column-tree .x-tree-node .x-tree-selected a span{background:transparent;color:#000;}.x-tree-col{float:left;overflow:hidden;padding:0 1px;zoom:1;}.x-tree-col-text,.x-tree-hd-text{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:3px 3px 3px 5px;white-space:nowrap;font:normal 11px arial,tahoma,helvetica,sans-serif;}.x-tree-headers{background:#f9f9f9 url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;cursor:default;zoom:1;}.x-tree-hd{float:left;overflow:hidden;border-left:1px solid #eee;border-right:1px solid #d0d0d0;}.x-form-file-wrap{position:relative;height:22px;}.x-form-file-wrap .x-form-file{position:absolute;right:0;-moz-opacity:0;filter:alpha(opacity:0);opacity:0;z-index:2;height:22px;cursor:pointer;}.x-form-file-wrap .x-btn{position:absolute;right:0;z-index:1;}.x-form-file-wrap .x-form-file-text{position:absolute;left:0;z-index:3;color:#777;}.x-form-field-wrap .x-form-spinner-trigger{background:transparent url(../images/spinner.gif) no-repeat 0 0;}.x-form-field-wrap .x-form-spinner-overup{background-position:-17px 0;}.x-form-field-wrap .x-form-spinner-clickup{background-position:-34px 0;}.x-form-field-wrap .x-form-spinner-overdown{background-position:-51px 0;}.x-form-field-wrap .x-form-spinner-clickdown{background-position:-68px 0;}.x-trigger-wrap-focus .x-form-spinner-trigger{background-position:-85px 0;}.x-trigger-wrap-focus .x-form-spinner-overup{background-position:-102px 0;}.x-trigger-wrap-focus .x-form-spinner-clickup{background-position:-119px 0;}.x-trigger-wrap-focus .x-form-spinner-overdown{background-position:-136px 0;}.x-trigger-wrap-focus .x-form-spinner-clickdown{background-position:-153px 0;}.x-trigger-wrap-focus .x-form-trigger{border-bottom:1px solid #7eadd9;}.x-form-field-wrap .x-form-spinner-splitter{line-height:1px;font-size:1px;background:transparent url(../images/spinner-split.gif) no-repeat 0 0;position:absolute;cursor:n-resize;}.x-trigger-wrap-focus .x-form-spinner-splitter{background-position:-14px 0;}.x-form-uxspinner .x-form-field-wrap{height:24px;}
|
||||
.x-column-tree .x-tree-node{zoom:1}.x-column-tree .x-tree-node-el{zoom:1}.x-column-tree .x-tree-selected{background:#d9e8fb}.x-column-tree .x-tree-node a{line-height:18px;vertical-align:middle}.x-column-tree .x-tree-node .x-tree-selected a span{background:transparent;color:#000}.x-tree-col{float:left;overflow:hidden;padding:0 1px;zoom:1}.x-tree-col-text,.x-tree-hd-text{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:3px 3px 3px 5px;white-space:nowrap;font:normal 11px arial,tahoma,helvetica,sans-serif}.x-tree-headers{background:#f9f9f9 url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;cursor:default;zoom:1}.x-tree-hd{float:left;overflow:hidden;border-left:1px solid #eee;border-right:1px solid #d0d0d0}.x-form-file-wrap{position:relative;height:22px}.x-form-file-wrap .x-form-file{position:absolute;right:0;-moz-opacity:0;filter:alpha(opacity:0);opacity:0;z-index:2;height:22px;cursor:pointer}.x-form-file-wrap .x-btn{position:absolute;right:0;z-index:1}.x-form-file-wrap .x-form-file-text{position:absolute;left:0;z-index:3;color:#777}.x-form-field-wrap .x-form-spinner-trigger{background:transparent url(../images/spinner.gif) no-repeat 0 0}.x-form-field-wrap .x-form-spinner-overup{background-position:-17px 0}.x-form-field-wrap .x-form-spinner-clickup{background-position:-34px 0}.x-form-field-wrap .x-form-spinner-overdown{background-position:-51px 0}.x-form-field-wrap .x-form-spinner-clickdown{background-position:-68px 0}.x-trigger-wrap-focus .x-form-spinner-trigger{background-position:-85px 0}.x-trigger-wrap-focus .x-form-spinner-overup{background-position:-102px 0}.x-trigger-wrap-focus .x-form-spinner-clickup{background-position:-119px 0}.x-trigger-wrap-focus .x-form-spinner-overdown{background-position:-136px 0}.x-trigger-wrap-focus .x-form-spinner-clickdown{background-position:-153px 0}.x-trigger-wrap-focus .x-form-trigger{border-bottom:1px solid #7eadd9}.x-form-field-wrap .x-form-spinner-splitter{line-height:1px;font-size:1px;background:transparent url(../images/spinner-split.gif) no-repeat 0 0;position:absolute;cursor:n-resize}.x-trigger-wrap-focus .x-form-spinner-splitter{background-position:-14px 0}.x-form-uxspinner .x-form-field-wrap{height:24px}.x-statusbar .x-status-text{cursor:default}.x-statusbar .x-status-busy{padding-left:25px!important;background:transparent no-repeat 3px 2px}.x-toolbar div.xtb-text .x-statusbar .x-status-text-panel{border-top:1px solid;border-right:1px solid;border-bottom:1px solid;border-left:1px solid;padding:2px 8px 2px 5px}#word-status .x-status-text-panel .spacer{width:60px;font-size:0;line-height:0}#word-status .x-status-busy{padding-left:25px!important;background:transparent no-repeat 3px 2px}#word-status .x-status-saved{padding-left:25px!important;background:transparent no-repeat 3px 2px}.x-statusbar .x-status-error{cursor:pointer;padding-left:25px!important;background:transparent no-repeat 3px 2px}.x-statusbar .x-status-valid{padding-left:25px!important;background:transparent no-repeat 3px 2px}.x-status-error-list{font:11px tahoma,arial,verdana,sans-serif;position:absolute;z-index:9999;border-top:1px solid;border-right:1px solid;border-bottom:1px solid;border-left:1px solid;padding:5px 10px}.x-status-error-list li{cursor:pointer;list-style:disc;margin-left:10px}.x-status-error-list li a{text-decoration:none}.x-status-error-list li a:hover{text-decoration:underline}.x-statusbar .x-status-busy{background-image:url(../images/loading.gif)}.x-statusbar .x-status-text-panel{border-color:#99bbe8 #fff #fff #99bbe8}#word-status .x-status-text{color:#777}#word-status .x-status-busy{background-image:url(../images/saving.gif)}#word-status .x-status-saved{background-image:url(../images/saved.png)}.x-statusbar .x-status-error{color:#C33;background-image:url(../images/exclamation.gif)}.x-statusbar .x-status-valid{background-image:url(../images/accept.png)}.x-status-error-list{border-color:#C33}.x-status-error-list li a{color:#15428b}
|
Binary file not shown.
Before Width: | Height: | Size: 813 B |
@ -1,40 +1,40 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Deluge: Web UI ${version}</title>
|
||||
|
||||
<link rel="shortcut icon" href="${base}icons/deluge.png" type="image/png" />
|
||||
<link rel="icon" href="${base}icons/deluge.png" type="image/png" />
|
||||
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 163dpi)" href="${base}icons/apple-pre-57.png" />
|
||||
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 132dpi)" href="${base}icons/apple-pre-72.png" />
|
||||
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 326dpi)" href="${base}icons/apple-pre-114.png" />
|
||||
|
||||
<!-- Stylesheets -->
|
||||
% for stylesheet in stylesheets:
|
||||
<link rel="stylesheet" type="text/css" href="${base}${stylesheet}" />
|
||||
% endfor
|
||||
<head>
|
||||
<title>Deluge: Web UI ${version}</title>
|
||||
|
||||
<script type="text/javascript">
|
||||
deluge = {
|
||||
author: 'Damien Churchill <damoxc@gmail.com>',
|
||||
version: '${version}',
|
||||
config: ${js_config}
|
||||
}
|
||||
</script>
|
||||
<link rel="shortcut icon" href="${base}icons/deluge.png" type="image/png" />
|
||||
<link rel="icon" href="${base}icons/deluge.png" type="image/png" />
|
||||
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 163dpi)" href="${base}icons/apple-pre-57.png" />
|
||||
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 132dpi)" href="${base}icons/apple-pre-72.png" />
|
||||
<link rel="apple-touch-icon-precomposed" media="screen and (resolution: 326dpi)" href="${base}icons/apple-pre-114.png" />
|
||||
|
||||
<!-- Javascript -->
|
||||
% for script in scripts:
|
||||
<script type="text/javascript" src="${base}${script}"></script>
|
||||
% endfor
|
||||
<script type="text/javascript">
|
||||
Deluge.debug = ${str(debug).lower()};
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div style="background-image: url('${base}themes/images/default/tree/loading.gif');"></div>
|
||||
<!-- Stylesheets -->
|
||||
% for stylesheet in stylesheets:
|
||||
<link rel="stylesheet" type="text/css" href="${base}${stylesheet}" />
|
||||
% endfor
|
||||
|
||||
<!-- Preload icon classes -->
|
||||
<div class="ext-mb-error"></div>
|
||||
<div class="icon-ok"></div>
|
||||
</body>
|
||||
<script type="text/javascript">
|
||||
deluge = {
|
||||
author: 'Damien Churchill <damoxc@gmail.com>',
|
||||
version: '${version}',
|
||||
config: ${js_config}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Javascript -->
|
||||
% for script in scripts:
|
||||
<script type="text/javascript" src="${base}${script}"></script>
|
||||
% endfor
|
||||
<script type="text/javascript">
|
||||
Deluge.debug = ${str(debug).lower()};
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div style="background-image: url('${base}themes/images/default/tree/loading.gif');"></div>
|
||||
|
||||
<!-- Preload icon classes -->
|
||||
<div class="ext-mb-error"></div>
|
||||
<div class="icon-ok"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,28 +1,28 @@
|
||||
<dl>
|
||||
<dt class="downloaded">${_("Downloaded:")}</dt><dd class="downloaded"/>
|
||||
<dt class="uploaded">${_("Uploaded:")}</dt><dd class="uploaded"/>
|
||||
<dt class="share">${_("Share Ratio:")}</dt><dd class="share"/>
|
||||
<dt class="announce">${_("Next Announce:")}</dt><dd class="announce"/>
|
||||
<dt class="tracker">${_("Tracker Status:")}</dt><dd class="tracker_status"/>
|
||||
<dt class="downloaded">${_("Downloaded:")}</dt><dd class="downloaded"/>
|
||||
<dt class="uploaded">${_("Uploaded:")}</dt><dd class="uploaded"/>
|
||||
<dt class="share">${_("Share Ratio:")}</dt><dd class="share"/>
|
||||
<dt class="announce">${_("Next Announce:")}</dt><dd class="announce"/>
|
||||
<dt class="tracker">${_("Tracker Status:")}</dt><dd class="tracker_status"/>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt class="downspeed">${_("Down Speed:")}</dt><dd class="downspeed"/>
|
||||
<dt class="upspeed">${_("Up Speed:")}</dt><dd class="upspeed"/>
|
||||
<dt class="eta">${_("ETA:")}</dt><dd class="eta"/>
|
||||
<dt class="pieces">${_("Pieces:")}</dt><dd class="pieces"/>
|
||||
<dt class="downspeed">${_("Down Speed:")}</dt><dd class="downspeed"/>
|
||||
<dt class="upspeed">${_("Up Speed:")}</dt><dd class="upspeed"/>
|
||||
<dt class="eta">${_("ETA:")}</dt><dd class="eta"/>
|
||||
<dt class="pieces">${_("Pieces:")}</dt><dd class="pieces"/>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt class="seeds">${_("Seeds:")}</dt><dd class="seeds"/>
|
||||
<dt class="peers">${_("Peers:")}</dt><dd class="peers"/>
|
||||
<dt class="avail">${_("Availability:")}</dt><dd class="avail"/>
|
||||
<dt class="auto_managed">${_("Auto Managed:")}</dt><dd class="auto_managed"/>
|
||||
<dt class="seeds">${_("Seeds:")}</dt><dd class="seeds"/>
|
||||
<dt class="peers">${_("Peers:")}</dt><dd class="peers"/>
|
||||
<dt class="avail">${_("Availability:")}</dt><dd class="avail"/>
|
||||
<dt class="auto_managed">${_("Auto Managed:")}</dt><dd class="auto_managed"/>
|
||||
<dt class="last_seen_complete">${_("Complete Seen:")}</dt><dd class="last_seen_complete"/>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt class="active_time">${_("Active Time:")}</dt><dd class="active_time"/>
|
||||
<dt class="seeding_time">${_("Seeding Time:")}</dt><dd class="seeding_time"/>
|
||||
<dt class="seed_rank">${_("Seed Rank:")}</dt><dd class="seed_rank"/>
|
||||
<dt class="time_rank">${_("Date Added:")}</dt><dd class="time_added"/>
|
||||
<dt class="completed_time">${_("Completed:")}</dt><dd class="completed_time"/>
|
||||
<dt class="active_time">${_("Active Time:")}</dt><dd class="active_time"/>
|
||||
<dt class="seeding_time">${_("Seeding Time:")}</dt><dd class="seeding_time"/>
|
||||
<dt class="seed_rank">${_("Seed Rank:")}</dt><dd class="seed_rank"/>
|
||||
<dt class="time_rank">${_("Date Added:")}</dt><dd class="time_added"/>
|
||||
<dt class="completed_time">${_("Completed:")}</dt><dd class="completed_time"/>
|
||||
</dl>
|
||||
<br style="clear: both;" />
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user