diff --git a/deluge/ui/web/css/deluge.css b/deluge/ui/web/css/deluge.css
index ab02a4536..10aaca0b0 100644
--- a/deluge/ui/web/css/deluge.css
+++ b/deluge/ui/web/css/deluge.css
@@ -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;
}
diff --git a/deluge/ui/web/css/ext-all-notheme.css b/deluge/ui/web/css/ext-all-notheme.css
index fef77840c..d44038e47 100644
--- a/deluge/ui/web/css/ext-all-notheme.css
+++ b/deluge/ui/web/css/ext-all-notheme.css
@@ -333,7 +333,7 @@ html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,bloc
position:absolute;
top:-1px;
left:0;
- width:1px;
+ width:1px;
height:1px;
visibility:hidden;
}
@@ -342,7 +342,7 @@ html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,bloc
position:absolute;
top:0;
left:-1px;
- width:1px;
+ width:1px;
height:1px;
visibility:hidden;
}
@@ -353,9 +353,9 @@ html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,bloc
font-size:1px;
line-height:6px;
overflow:hidden;
- filter:alpha(opacity=0);
- opacity:0;
- zoom:1;
+ filter:alpha(opacity=0);
+ opacity:0;
+ zoom:1;
}
.x-resizable-handle-east{
@@ -436,13 +436,13 @@ html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,bloc
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
filter:alpha(opacity=100);
- opacity:1;
+ opacity:1;
}
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west
{
- background-position: left;
+ background-position: left;
}
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
@@ -472,20 +472,20 @@ html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,bloc
position:absolute;
overflow:hidden;
display:none;
- left:0;
+ left:0;
top:0;
z-index:50000;
}
.x-resizable-overlay{
width:100%;
- height:100%;
- display:none;
- position:absolute;
- left:0;
- top:0;
- z-index:200000;
- -moz-opacity: 0;
+ height:100%;
+ display:none;
+ position:absolute;
+ left:0;
+ top:0;
+ z-index:200000;
+ -moz-opacity: 0;
opacity:0;
filter: alpha(opacity=0);
}
@@ -494,45 +494,45 @@ html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,bloc
}
.x-tab-panel-header, .x-tab-panel-footer {
- border: 1px solid;
+ border: 1px solid;
overflow:hidden;
zoom:1;
}
.x-tab-panel-header {
- border: 1px solid;
- padding-bottom: 2px;
+ border: 1px solid;
+ padding-bottom: 2px;
}
.x-tab-panel-footer {
- border: 1px solid;
- padding-top: 2px;
+ border: 1px solid;
+ padding-top: 2px;
}
.x-tab-strip-wrap {
- width:100%;
+ width:100%;
overflow:hidden;
position:relative;
zoom:1;
}
ul.x-tab-strip {
- display:block;
+ display:block;
width:5000px;
zoom:1;
}
ul.x-tab-strip-top{
- padding-top: 1px;
- background: repeat-x bottom;
- border-bottom: 1px solid;
+ padding-top: 1px;
+ background: repeat-x bottom;
+ border-bottom: 1px solid;
}
ul.x-tab-strip-bottom{
- padding-bottom: 1px;
- background: repeat-x top;
- border-top: 1px solid;
- border-bottom: 0 none;
+ padding-bottom: 1px;
+ background: repeat-x top;
+ border-top: 1px solid;
+ border-bottom: 0 none;
}
.x-tab-panel-header-plain .x-tab-strip-top {
@@ -597,24 +597,24 @@ ul.x-tab-strip li.x-tab-edge {
}
.x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
- display:block;
+ display:block;
}
.x-tab-strip a {
- text-decoration:none !important;
- -moz-outline: none;
- outline: none;
- cursor:pointer;
+ text-decoration:none !important;
+ -moz-outline: none;
+ outline: none;
+ cursor:pointer;
}
.x-tab-strip-inner {
overflow:hidden;
- text-overflow: ellipsis;
+ text-overflow: ellipsis;
}
.x-tab-strip span.x-tab-strip-text {
- white-space: nowrap;
- cursor:pointer;
+ white-space: nowrap;
+ cursor:pointer;
padding:4px 0;
}
@@ -623,7 +623,7 @@ ul.x-tab-strip li.x-tab-edge {
}
.x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
- padding-left:20px;
+ padding-left:20px;
background-position: 0 3px;
background-repeat: no-repeat;
}
@@ -633,11 +633,11 @@ ul.x-tab-strip li.x-tab-edge {
}
.x-tab-strip-active span.x-tab-strip-text {
- cursor:default;
+ cursor:default;
}
.x-tab-strip-disabled .x-tabs-text {
- cursor:default;
+ cursor:default;
}
.x-tab-panel-body {
@@ -695,57 +695,57 @@ ul.x-tab-strip li.x-tab-edge {
}
.x-tab-strip-top .x-tab-right {
- background: transparent no-repeat 0 -51px;
+ background: transparent no-repeat 0 -51px;
padding-left:10px;
}
.x-tab-strip-top .x-tab-left {
- background: transparent no-repeat right -351px;
+ background: transparent no-repeat right -351px;
padding-right:10px;
}
.x-tab-strip-top .x-tab-strip-inner {
- background: transparent repeat-x 0 -201px;
+ background: transparent repeat-x 0 -201px;
}
.x-tab-strip-top .x-tab-strip-over .x-tab-right {
- background-position:0 -101px;
+ background-position:0 -101px;
}
.x-tab-strip-top .x-tab-strip-over .x-tab-left {
- background-position:right -401px;
+ background-position:right -401px;
}
.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
- background-position:0 -251px;
+ background-position:0 -251px;
}
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
- background-position: 0 0;
+ background-position: 0 0;
}
.x-tab-strip-top .x-tab-strip-active .x-tab-left {
- background-position: right -301px;
+ background-position: right -301px;
}
.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
- background-position: 0 -151px;
+ background-position: 0 -151px;
}
.x-tab-strip-bottom .x-tab-right {
- background: no-repeat bottom right;
+ background: no-repeat bottom right;
}
.x-tab-strip-bottom .x-tab-left {
- background: no-repeat bottom left;
+ background: no-repeat bottom left;
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
- background: no-repeat bottom right;
+ background: no-repeat bottom right;
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
- background: no-repeat bottom left;
+ background: no-repeat bottom left;
}
.x-tab-strip-bottom .x-tab-left {
@@ -774,7 +774,7 @@ ul.x-tab-strip li.x-tab-edge {
-moz-opacity:.6;
background-repeat:no-repeat;
display:block;
- width:11px;
+ width:11px;
height:11px;
position:absolute;
top:3px;
@@ -859,7 +859,7 @@ ul.x-tab-strip li.x-tab-edge {
}
.x-tab-scrolling {
- position:relative;
+ position:relative;
}
.x-tab-panel-bbar .x-toolbar {
@@ -1466,8 +1466,8 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
overflow:hidden;
}
.x-btn{
- cursor:pointer;
- white-space: nowrap;
+ cursor:pointer;
+ white-space: nowrap;
}
.x-btn button{
@@ -1506,7 +1506,7 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
.x-btn-text {
cursor:pointer;
- white-space: nowrap;
+ white-space: nowrap;
padding:0;
}
@@ -1514,7 +1514,7 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
/* Only text */
.x-btn-noicon .x-btn-small .x-btn-text{
- height: 16px;
+ height: 16px;
}
.x-btn-noicon .x-btn-medium .x-btn-text{
@@ -1528,43 +1528,43 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
/* Only icons */
.x-btn-icon .x-btn-text{
background-position: center;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
}
.x-btn-icon .x-btn-small .x-btn-text{
- height: 16px;
- width: 16px;
+ height: 16px;
+ width: 16px;
}
.x-btn-icon .x-btn-medium .x-btn-text{
height: 24px;
- width: 24px;
+ width: 24px;
}
.x-btn-icon .x-btn-large .x-btn-text{
height: 32px;
- width: 32px;
+ width: 32px;
}
/* Icons and text */
/* left */
.x-btn-text-icon .x-btn-icon-small-left .x-btn-text{
background-position: 0 center;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-left:18px;
height:16px;
}
.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text{
background-position: 0 center;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-left:26px;
height:24px;
}
.x-btn-text-icon .x-btn-icon-large-left .x-btn-text{
background-position: 0 center;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-left:34px;
height:32px;
}
@@ -1572,40 +1572,40 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
/* top */
.x-btn-text-icon .x-btn-icon-small-top .x-btn-text{
background-position: center 0;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-top:18px;
}
.x-btn-text-icon .x-btn-icon-medium-top .x-btn-text{
background-position: center 0;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-top:26px;
}
.x-btn-text-icon .x-btn-icon-large-top .x-btn-text{
background-position: center 0;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-top:34px;
}
/* right */
.x-btn-text-icon .x-btn-icon-small-right .x-btn-text{
background-position: right center;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-right:18px;
height:16px;
}
.x-btn-text-icon .x-btn-icon-medium-right .x-btn-text{
background-position: right center;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-right:26px;
height:24px;
}
.x-btn-text-icon .x-btn-icon-large-right .x-btn-text{
background-position: right center;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-right:34px;
height:32px;
}
@@ -1613,25 +1613,25 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
/* bottom */
.x-btn-text-icon .x-btn-icon-small-bottom .x-btn-text{
background-position: center bottom;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-bottom:18px;
}
.x-btn-text-icon .x-btn-icon-medium-bottom .x-btn-text{
background-position: center bottom;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-bottom:26px;
}
.x-btn-text-icon .x-btn-icon-large-bottom .x-btn-text{
background-position: center bottom;
- background-repeat: no-repeat;
+ background-repeat: no-repeat;
padding-bottom:34px;
}
/* background positioning */
.x-btn-tr i, .x-btn-tl i, .x-btn-mr i, .x-btn-ml i, .x-btn-br i, .x-btn-bl i{
- font-size:1px;
+ font-size:1px;
line-height:1px;
width:3px;
display:block;
@@ -1639,40 +1639,40 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
}
.x-btn-tr i, .x-btn-tl i, .x-btn-br i, .x-btn-bl i{
- height:3px;
+ height:3px;
}
.x-btn-tl{
- width:3px;
- height:3px;
- background:no-repeat 0 0;
+ width:3px;
+ height:3px;
+ background:no-repeat 0 0;
}
.x-btn-tr{
- width:3px;
- height:3px;
- background:no-repeat -3px 0;
+ width:3px;
+ height:3px;
+ background:no-repeat -3px 0;
}
.x-btn-tc{
- height:3px;
- background:repeat-x 0 -6px;
+ height:3px;
+ background:repeat-x 0 -6px;
}
.x-btn-ml{
- width:3px;
- background:no-repeat 0 -24px;
+ width:3px;
+ background:no-repeat 0 -24px;
}
.x-btn-mr{
- width:3px;
- background:no-repeat -3px -24px;
+ width:3px;
+ background:no-repeat -3px -24px;
}
.x-btn-mc{
- background:repeat-x 0 -1096px;
+ background:repeat-x 0 -1096px;
vertical-align: middle;
- text-align:center;
- padding:0 5px;
- cursor:pointer;
- white-space:nowrap;
+ text-align:center;
+ padding:0 5px;
+ cursor:pointer;
+ white-space:nowrap;
}
/* Fixes an issue with the button height */
@@ -1681,96 +1681,96 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
}
.x-btn-bl{
- width:3px;
- height:3px;
- background:no-repeat 0 -3px;
+ width:3px;
+ height:3px;
+ background:no-repeat 0 -3px;
}
.x-btn-br{
- width:3px;
- height:3px;
- background:no-repeat -3px -3px;
+ width:3px;
+ height:3px;
+ background:no-repeat -3px -3px;
}
.x-btn-bc{
- height:3px;
- background:repeat-x 0 -15px;
+ height:3px;
+ background:repeat-x 0 -15px;
}
.x-btn-over .x-btn-tl{
- background-position: -6px 0;
+ background-position: -6px 0;
}
.x-btn-over .x-btn-tr{
- background-position: -9px 0;
+ background-position: -9px 0;
}
.x-btn-over .x-btn-tc{
- background-position: 0 -9px;
+ background-position: 0 -9px;
}
.x-btn-over .x-btn-ml{
- background-position: -6px -24px;
+ background-position: -6px -24px;
}
.x-btn-over .x-btn-mr{
- background-position: -9px -24px;
+ background-position: -9px -24px;
}
.x-btn-over .x-btn-mc{
- background-position: 0 -2168px;
+ background-position: 0 -2168px;
}
.x-btn-over .x-btn-bl{
- background-position: -6px -3px;
+ background-position: -6px -3px;
}
.x-btn-over .x-btn-br{
- background-position: -9px -3px;
+ background-position: -9px -3px;
}
.x-btn-over .x-btn-bc{
- background-position: 0 -18px;
+ background-position: 0 -18px;
}
.x-btn-click .x-btn-tl, .x-btn-menu-active .x-btn-tl, .x-btn-pressed .x-btn-tl{
- background-position: -12px 0;
+ background-position: -12px 0;
}
.x-btn-click .x-btn-tr, .x-btn-menu-active .x-btn-tr, .x-btn-pressed .x-btn-tr{
- background-position: -15px 0;
+ background-position: -15px 0;
}
.x-btn-click .x-btn-tc, .x-btn-menu-active .x-btn-tc, .x-btn-pressed .x-btn-tc{
- background-position: 0 -12px;
+ background-position: 0 -12px;
}
.x-btn-click .x-btn-ml, .x-btn-menu-active .x-btn-ml, .x-btn-pressed .x-btn-ml{
- background-position: -12px -24px;
+ background-position: -12px -24px;
}
.x-btn-click .x-btn-mr, .x-btn-menu-active .x-btn-mr, .x-btn-pressed .x-btn-mr{
- background-position: -15px -24px;
+ background-position: -15px -24px;
}
.x-btn-click .x-btn-mc, .x-btn-menu-active .x-btn-mc, .x-btn-pressed .x-btn-mc{
- background-position: 0 -3240px;
+ background-position: 0 -3240px;
}
.x-btn-click .x-btn-bl, .x-btn-menu-active .x-btn-bl, .x-btn-pressed .x-btn-bl{
- background-position: -12px -3px;
+ background-position: -12px -3px;
}
.x-btn-click .x-btn-br, .x-btn-menu-active .x-btn-br, .x-btn-pressed .x-btn-br{
- background-position: -15px -3px;
+ background-position: -15px -3px;
}
.x-btn-click .x-btn-bc, .x-btn-menu-active .x-btn-bc, .x-btn-pressed .x-btn-bc{
- background-position: 0 -21px;
+ background-position: 0 -21px;
}
.x-btn-disabled *{
- cursor:default !important;
+ cursor:default !important;
}
@@ -1779,33 +1779,33 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
.x-btn-mc em.x-btn-arrow {
display:block;
background:transparent no-repeat right center;
- padding-right:10px;
+ padding-right:10px;
}
.x-btn-mc em.x-btn-split {
display:block;
background:transparent no-repeat right center;
- padding-right:14px;
+ padding-right:14px;
}
/* bottom */
.x-btn-mc em.x-btn-arrow-bottom {
display:block;
background:transparent no-repeat center bottom;
- padding-bottom:14px;
+ padding-bottom:14px;
}
.x-btn-mc em.x-btn-split-bottom {
display:block;
background:transparent no-repeat center bottom;
- padding-bottom:14px;
+ padding-bottom:14px;
}
/* height adjustment class */
.x-btn-as-arrow .x-btn-mc em {
display:block;
background-color:transparent;
- padding-bottom:14px;
+ padding-bottom:14px;
}
/* groups */
@@ -1819,24 +1819,24 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
}
.x-btn-group-tc {
- background: transparent repeat-x 0 0;
- overflow:hidden;
+ background: transparent repeat-x 0 0;
+ overflow:hidden;
}
.x-btn-group-tl {
- background: transparent no-repeat 0 0;
- padding-left:3px;
+ background: transparent no-repeat 0 0;
+ padding-left:3px;
zoom:1;
}
.x-btn-group-tr {
- background: transparent no-repeat right 0;
- zoom:1;
+ background: transparent no-repeat right 0;
+ zoom:1;
padding-right:3px;
}
.x-btn-group-bc {
- background: transparent repeat-x 0 bottom;
+ background: transparent repeat-x 0 bottom;
zoom:1;
}
@@ -1845,14 +1845,14 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
}
.x-btn-group-bl {
- background: transparent no-repeat 0 bottom;
- padding-left:3px;
+ background: transparent no-repeat 0 bottom;
+ padding-left:3px;
zoom:1;
}
.x-btn-group-br {
- background: transparent no-repeat right bottom;
- padding-right:3px;
+ background: transparent no-repeat right bottom;
+ padding-right:3px;
zoom:1;
}
@@ -1868,14 +1868,14 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
}
.x-btn-group-ml {
- background: transparent repeat-y 0 0;
- padding-left:3px;
+ background: transparent repeat-y 0 0;
+ padding-left:3px;
zoom:1;
}
.x-btn-group-mr {
- background: transparent repeat-y right 0;
- padding-right:3px;
+ background: transparent repeat-y right 0;
+ padding-right:3px;
zoom:1;
}
@@ -1884,7 +1884,7 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
}
.x-panel-nofooter .x-btn-group-bc {
- height:3px;
+ height:3px;
font-size:0;
line-height:0;
}
@@ -1900,14 +1900,14 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
}
.x-btn-group-notitle .x-btn-group-tc {
- background: transparent repeat-x 0 0;
- overflow:hidden;
+ background: transparent repeat-x 0 0;
+ overflow:hidden;
height:2px;
}.x-toolbar{
border-style:solid;
border-width:0 0 1px 0;
display: block;
- padding:2px;
+ padding:2px;
background:repeat-x top left;
position:relative;
left:0;
@@ -1927,22 +1927,22 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
}
.x-toolbar td {
- vertical-align:middle;
+ vertical-align:middle;
}
.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
- white-space: nowrap;
+ white-space: nowrap;
}
.x-toolbar .x-item-disabled {
- cursor:default;
- opacity:.6;
- -moz-opacity:.6;
- filter:alpha(opacity=60);
+ cursor:default;
+ opacity:.6;
+ -moz-opacity:.6;
+ filter:alpha(opacity=60);
}
.x-toolbar .x-item-disabled * {
- cursor:default;
+ cursor:default;
}
.x-toolbar .x-toolbar-cell {
@@ -1952,80 +1952,80 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
.x-toolbar .x-btn-tl, .x-toolbar .x-btn-tr, .x-toolbar .x-btn-tc, .x-toolbar .x-btn-ml, .x-toolbar .x-btn-mr,
.x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br, .x-toolbar .x-btn-bc
{
- background-position: 500px 500px;
+ background-position: 500px 500px;
}
/* These rules are duplicated from button.css to give priority of x-toolbar rules above */
.x-toolbar .x-btn-over .x-btn-tl{
- background-position: -6px 0;
+ background-position: -6px 0;
}
.x-toolbar .x-btn-over .x-btn-tr{
- background-position: -9px 0;
+ background-position: -9px 0;
}
.x-toolbar .x-btn-over .x-btn-tc{
- background-position: 0 -9px;
+ background-position: 0 -9px;
}
.x-toolbar .x-btn-over .x-btn-ml{
- background-position: -6px -24px;
+ background-position: -6px -24px;
}
.x-toolbar .x-btn-over .x-btn-mr{
- background-position: -9px -24px;
+ background-position: -9px -24px;
}
.x-toolbar .x-btn-over .x-btn-mc{
- background-position: 0 -2168px;
+ background-position: 0 -2168px;
}
.x-toolbar .x-btn-over .x-btn-bl{
- background-position: -6px -3px;
+ background-position: -6px -3px;
}
.x-toolbar .x-btn-over .x-btn-br{
- background-position: -9px -3px;
+ background-position: -9px -3px;
}
.x-toolbar .x-btn-over .x-btn-bc{
- background-position: 0 -18px;
+ background-position: 0 -18px;
}
.x-toolbar .x-btn-click .x-btn-tl, .x-toolbar .x-btn-menu-active .x-btn-tl, .x-toolbar .x-btn-pressed .x-btn-tl{
- background-position: -12px 0;
+ background-position: -12px 0;
}
.x-toolbar .x-btn-click .x-btn-tr, .x-toolbar .x-btn-menu-active .x-btn-tr, .x-toolbar .x-btn-pressed .x-btn-tr{
- background-position: -15px 0;
+ background-position: -15px 0;
}
.x-toolbar .x-btn-click .x-btn-tc, .x-toolbar .x-btn-menu-active .x-btn-tc, .x-toolbar .x-btn-pressed .x-btn-tc{
- background-position: 0 -12px;
+ background-position: 0 -12px;
}
.x-toolbar .x-btn-click .x-btn-ml, .x-toolbar .x-btn-menu-active .x-btn-ml, .x-toolbar .x-btn-pressed .x-btn-ml{
- background-position: -12px -24px;
+ background-position: -12px -24px;
}
.x-toolbar .x-btn-click .x-btn-mr, .x-toolbar .x-btn-menu-active .x-btn-mr, .x-toolbar .x-btn-pressed .x-btn-mr{
- background-position: -15px -24px;
+ background-position: -15px -24px;
}
.x-toolbar .x-btn-click .x-btn-mc, .x-toolbar .x-btn-menu-active .x-btn-mc, .x-toolbar .x-btn-pressed .x-btn-mc{
- background-position: 0 -3240px;
+ background-position: 0 -3240px;
}
.x-toolbar .x-btn-click .x-btn-bl, .x-toolbar .x-btn-menu-active .x-btn-bl, .x-toolbar .x-btn-pressed .x-btn-bl{
- background-position: -12px -3px;
+ background-position: -12px -3px;
}
.x-toolbar .x-btn-click .x-btn-br, .x-toolbar .x-btn-menu-active .x-btn-br, .x-toolbar .x-btn-pressed .x-btn-br{
- background-position: -15px -3px;
+ background-position: -15px -3px;
}
.x-toolbar .x-btn-click .x-btn-bc, .x-toolbar .x-btn-menu-active .x-btn-bc, .x-toolbar .x-btn-pressed .x-btn-bc{
- background-position: 0 -21px;
+ background-position: 0 -21px;
}
.x-toolbar div.xtb-text{
@@ -2035,16 +2035,16 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
}
.x-toolbar .xtb-sep {
- background-position: center;
- background-repeat: no-repeat;
- display: block;
- font-size: 1px;
- height: 16px;
- width:4px;
- overflow: hidden;
- cursor:default;
- margin: 0 2px 0;
- border:0;
+ background-position: center;
+ background-repeat: no-repeat;
+ display: block;
+ font-size: 1px;
+ height: 16px;
+ width:4px;
+ overflow: hidden;
+ cursor:default;
+ margin: 0 2px 0;
+ border:0;
}
.x-toolbar .xtb-spacer {
@@ -2053,8 +2053,8 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
/* Paging Toolbar */
.x-tbar-page-number{
- width:30px;
- height:14px;
+ width:30px;
+ height:14px;
}
.ext-ie .x-tbar-page-number{
@@ -2082,14 +2082,14 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
}
.x-toolbar-more .x-btn-small .x-btn-text{
- height: 16px;
- width: 12px;
+ height: 16px;
+ width: 12px;
}
.x-toolbar-more em.x-btn-arrow {
display:inline;
background-color:transparent;
- padding-right:0;
+ padding-right:0;
}
.x-toolbar-more .x-btn-mc em.x-btn-arrow {
@@ -2145,8 +2145,8 @@ div.x-toolbar-no-items {
}
/* Grid3 styles */
.x-grid3 {
- position:relative;
- overflow:hidden;
+ position:relative;
+ overflow:hidden;
}
.x-grid-panel .x-panel-body {
@@ -2162,19 +2162,19 @@ div.x-toolbar-no-items {
}
.x-grid3-viewport{
- overflow:hidden;
+ overflow:hidden;
}
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
-moz-outline: none;
outline: none;
- -moz-user-focus: normal;
+ -moz-user-focus: normal;
}
.x-grid3-row td, .x-grid3-summary-row td {
line-height:13px;
vertical-align: top;
- padding-left:1px;
+ padding-left:1px;
padding-right:1px;
-moz-user-select: none;
-khtml-user-select:none;
@@ -2203,9 +2203,9 @@ div.x-toolbar-no-items {
}
.x-grid3-cell-inner, .x-grid3-hd-inner{
- overflow:hidden;
- -o-text-overflow: ellipsis;
- text-overflow: ellipsis;
+ overflow:hidden;
+ -o-text-overflow: ellipsis;
+ text-overflow: ellipsis;
padding:3px 3px 3px 5px;
white-space: nowrap;
}
@@ -2222,8 +2222,8 @@ div.x-toolbar-no-items {
.x-grid3-hd-inner {
position:relative;
- cursor:inherit;
- padding:4px 3px 4px 5px;
+ cursor:inherit;
+ padding:4px 3px 4px 5px;
}
.x-grid3-row-body {
@@ -2237,12 +2237,12 @@ div.x-toolbar-no-items {
/* IE Quirks to clip */
.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner{
- width:100%;
+ width:100%;
}
/* reverse above in strict mode */
.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
- width:auto;
+ width:auto;
}
.x-grid-row-loading {
@@ -2254,48 +2254,48 @@ div.x-toolbar-no-items {
}
.x-grid3-row {
- cursor: default;
+ cursor: default;
border: 1px solid;
width:100%;
}
.x-grid3-row-over {
- border:1px solid;
+ border:1px solid;
background: repeat-x left top;
}
.x-grid3-resize-proxy {
- width:1px;
+ width:1px;
left:0;
- cursor: e-resize;
- cursor: col-resize;
- position:absolute;
- top:0;
- height:100px;
- overflow:hidden;
- visibility:hidden;
- border:0 none;
- z-index:7;
+ cursor: e-resize;
+ cursor: col-resize;
+ position:absolute;
+ top:0;
+ height:100px;
+ overflow:hidden;
+ visibility:hidden;
+ border:0 none;
+ z-index:7;
}
.x-grid3-resize-marker {
- width:1px;
- left:0;
- position:absolute;
- top:0;
- height:100px;
- overflow:hidden;
- visibility:hidden;
- border:0 none;
- z-index:7;
+ width:1px;
+ left:0;
+ position:absolute;
+ top:0;
+ height:100px;
+ overflow:hidden;
+ visibility:hidden;
+ border:0 none;
+ z-index:7;
}
.x-grid3-focus {
- position:absolute;
- left:0;
- top:0;
- width:1px;
- height:1px;
+ position:absolute;
+ left:0;
+ top:0;
+ width:1px;
+ height:1px;
line-height:1px;
font-size:1px;
-moz-outline:0 none;
@@ -2307,8 +2307,8 @@ div.x-toolbar-no-items {
/* header styles */
.x-grid3-header{
- background: repeat-x 0 bottom;
- cursor:default;
+ background: repeat-x 0 bottom;
+ cursor:default;
zoom:1;
padding:1px 0 0 0;
}
@@ -2331,7 +2331,7 @@ div.x-toolbar-no-items {
}
.ext-strict .x-grid3-header-pop-inner {
- width:14px;
+ width:14px;
}
.x-grid3-header-inner {
@@ -2356,16 +2356,16 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-grid3-sort-icon{
- background-repeat: no-repeat;
- display: none;
- height: 4px;
- width: 13px;
- margin-left:3px;
- vertical-align: middle;
+ background-repeat: no-repeat;
+ display: none;
+ height: 4px;
+ width: 13px;
+ margin-left:3px;
+ vertical-align: middle;
}
.sort-asc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
- display: inline;
+ display: inline;
}
/* Header position fixes for IE strict mode */
@@ -2379,63 +2379,63 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
/* Body Styles */
.x-grid3-body {
- zoom:1;
+ zoom:1;
}
.x-grid3-scroller {
- overflow:auto;
+ overflow:auto;
zoom:1;
position:relative;
}
.x-grid3-cell-text, .x-grid3-hd-text {
- display: block;
- padding: 3px 5px 3px 5px;
- -moz-user-select: none;
- -khtml-user-select: none;
+ display: block;
+ padding: 3px 5px 3px 5px;
+ -moz-user-select: none;
+ -khtml-user-select: none;
-webkit-user-select:ignore;
}
.x-grid3-split {
- background-position: center;
- background-repeat: no-repeat;
- cursor: e-resize;
- cursor: col-resize;
- display: block;
- font-size: 1px;
- height: 16px;
- overflow: hidden;
- position: absolute;
- top: 2px;
- width: 6px;
- z-index: 3;
+ background-position: center;
+ background-repeat: no-repeat;
+ cursor: e-resize;
+ cursor: col-resize;
+ display: block;
+ font-size: 1px;
+ height: 16px;
+ overflow: hidden;
+ position: absolute;
+ top: 2px;
+ width: 6px;
+ z-index: 3;
}
/* Column Reorder DD */
.x-dd-drag-proxy .x-grid3-hd-inner{
- background: repeat-x left bottom;
- width:120px;
- padding:3px;
- border:1px solid;
- overflow:hidden;
+ background: repeat-x left bottom;
+ width:120px;
+ padding:3px;
+ border:1px solid;
+ overflow:hidden;
}
.col-move-top, .col-move-bottom{
- width:9px;
- height:9px;
- position:absolute;
- top:0;
- line-height:1px;
- font-size:1px;
- overflow:hidden;
- visibility:hidden;
- z-index:20000;
+ width:9px;
+ height:9px;
+ position:absolute;
+ top:0;
+ line-height:1px;
+ font-size:1px;
+ overflow:hidden;
+ visibility:hidden;
+ z-index:20000;
background:transparent no-repeat left top;
}
/* Selection Styles */
.x-grid3-row-selected {
- border:1px dotted;
+ border:1px dotted;
}
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
@@ -2461,28 +2461,28 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
/* Grid Toolbars */
.x-grid3-topbar, .x-grid3-bottombar{
overflow:hidden;
- display:none;
- zoom:1;
+ display:none;
+ zoom:1;
position:relative;
}
.x-grid3-topbar .x-toolbar{
- border-right:0 none;
+ border-right:0 none;
}
.x-grid3-bottombar .x-toolbar{
- border-right:0 none;
- border-bottom:0 none;
- border-top:1px solid;
+ border-right:0 none;
+ border-bottom:0 none;
+ border-top:1px solid;
}
/* Props Grid Styles */
.x-props-grid .x-grid3-cell{
- padding:1px;
+ padding:1px;
}
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
- background:transparent repeat-y -16px !important;
+ background:transparent repeat-y -16px !important;
padding-left:12px;
}
@@ -2518,7 +2518,7 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
right:0;
top:0;
z-index:2;
- cursor:pointer;
+ cursor:pointer;
}
.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
@@ -2637,7 +2637,7 @@ a.x-grid3-hd-btn:hover {
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
- background:transparent repeat-y right;
+ background:transparent repeat-y right;
}
.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
@@ -2784,47 +2784,47 @@ a.x-grid3-hd-btn:hover {
width: 100%;
margin-top: -6px;
}.x-dd-drag-proxy{
- position:absolute;
- left:0;
+ position:absolute;
+ left:0;
top:0;
- visibility:hidden;
- z-index:15000;
+ visibility:hidden;
+ z-index:15000;
}
.x-dd-drag-ghost{
- -moz-opacity: 0.85;
+ -moz-opacity: 0.85;
opacity:.85;
filter: alpha(opacity=85);
border: 1px solid;
- padding:3px;
- padding-left:20px;
- white-space:nowrap;
+ padding:3px;
+ padding-left:20px;
+ white-space:nowrap;
}
.x-dd-drag-repair .x-dd-drag-ghost{
- -moz-opacity: 0.4;
+ -moz-opacity: 0.4;
opacity:.4;
filter: alpha(opacity=40);
- border:0 none;
- padding:0;
- background-color:transparent;
+ border:0 none;
+ padding:0;
+ background-color:transparent;
}
.x-dd-drag-repair .x-dd-drop-icon{
- visibility:hidden;
+ visibility:hidden;
}
.x-dd-drop-icon{
position:absolute;
- top:3px;
- left:3px;
- display:block;
- width:16px;
- height:16px;
- background-color:transparent;
- background-position: center;
- background-repeat: no-repeat;
- z-index:1;
+ top:3px;
+ left:3px;
+ display:block;
+ width:16px;
+ height:16px;
+ background-color:transparent;
+ background-position: center;
+ background-repeat: no-repeat;
+ z-index:1;
}
.x-view-selector {
@@ -2833,7 +2833,7 @@ a.x-grid3-hd-btn:hover {
top:0;
width:0;
border:1px dotted;
- opacity: .5;
+ opacity: .5;
-moz-opacity: .5;
filter:alpha(opacity=50);
zoom:1;
@@ -2843,23 +2843,23 @@ a.x-grid3-hd-btn:hover {
}
.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
- border: 0 none;
- height: 18px;
- margin: 0;
- padding: 0;
- vertical-align: top;
- width: 16px;
+ border: 0 none;
+ height: 18px;
+ margin: 0;
+ padding: 0;
+ vertical-align: top;
+ width: 16px;
background-repeat: no-repeat;
}
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
- border: 0 none;
- height: 18px;
- margin: 0;
- padding: 0;
- vertical-align: top;
- width: 16px;
- background-position:center;
+ border: 0 none;
+ height: 18px;
+ margin: 0;
+ padding: 0;
+ vertical-align: top;
+ width: 16px;
+ background-position:center;
background-repeat: no-repeat;
}
@@ -2876,7 +2876,7 @@ a.x-grid3-hd-btn:hover {
input.x-tree-node-cb {
margin-left:1px;
height: 19px;
- vertical-align: bottom;
+ vertical-align: bottom;
}
.ext-ie input.x-tree-node-cb {
@@ -2903,25 +2903,25 @@ input.x-tree-node-cb {
}
.x-tree-noicon .x-tree-node-icon{
- width:0; height:0;
+ width:0; height:0;
}
/* No line styles */
.x-tree-no-lines .x-tree-elbow{
- background-color:transparent;
+ background-color:transparent;
}
.x-tree-no-lines .x-tree-elbow-end{
- background-color:transparent;
+ background-color:transparent;
}
.x-tree-no-lines .x-tree-elbow-line{
- background-color:transparent;
+ background-color:transparent;
}
/* Arrows */
.x-tree-arrows .x-tree-elbow{
- background-color:transparent;
+ background-color:transparent;
}
.x-tree-arrows .x-tree-elbow-plus{
@@ -2933,7 +2933,7 @@ input.x-tree-node-cb {
}
.x-tree-arrows .x-tree-elbow-end{
- background-color:transparent;
+ background-color:transparent;
}
.x-tree-arrows .x-tree-elbow-end-plus{
@@ -2945,7 +2945,7 @@ input.x-tree-node-cb {
}
.x-tree-arrows .x-tree-elbow-line{
- background-color:transparent;
+ background-color:transparent;
}
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus{
@@ -2965,7 +2965,7 @@ input.x-tree-node-cb {
}
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
- cursor:pointer;
+ cursor:pointer;
}
.ext-ie ul.x-tree-node-ct{
@@ -2975,7 +2975,7 @@ input.x-tree-node-cb {
}
.x-tree-node{
- white-space: nowrap;
+ white-space: nowrap;
}
.x-tree-node-el {
@@ -2984,9 +2984,9 @@ input.x-tree-node-cb {
}
.x-tree-node a, .x-dd-drag-ghost a{
- text-decoration:none;
- -khtml-user-select:none;
- -moz-user-select:none;
+ text-decoration:none;
+ -khtml-user-select:none;
+ -moz-user-select:none;
-webkit-user-select:ignore;
-kthml-user-focus:normal;
-moz-user-focus:normal;
@@ -2995,54 +2995,54 @@ input.x-tree-node-cb {
}
.x-tree-node a span, .x-dd-drag-ghost a span{
- text-decoration:none;
- padding:1px 3px 1px 2px;
+ text-decoration:none;
+ padding:1px 3px 1px 2px;
}
.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
- -moz-opacity: 0.5;
+ -moz-opacity: 0.5;
opacity:.5;
filter: alpha(opacity=50);
}
.x-tree-node .x-tree-node-inline-icon{
- background-color:transparent;
+ background-color:transparent;
}
.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
- text-decoration:none;
+ text-decoration:none;
}
.x-tree-node div.x-tree-drag-insert-below{
- border-bottom:1px dotted;
+ border-bottom:1px dotted;
}
.x-tree-node div.x-tree-drag-insert-above{
- border-top:1px dotted;
+ border-top:1px dotted;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
- border-bottom:0 none;
+ border-bottom:0 none;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
- border-top:0 none;
+ border-top:0 none;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
- border-bottom:2px solid;
+ border-bottom:2px solid;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
- border-top:2px solid;
+ border-top:2px solid;
}
.x-tree-node .x-tree-drag-append a span{
- border:1px dotted;
+ border:1px dotted;
}
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
- display:none !important;
+ display:none !important;
}
/* Fix for ie rootVisible:false issue */
@@ -3052,7 +3052,7 @@ input.x-tree-node-cb {
.x-date-picker {
border: 1px solid;
border-top:0 none;
- position:relative;
+ position:relative;
}
.x-date-picker a {
@@ -3065,14 +3065,14 @@ input.x-tree-node-cb {
}
.x-date-middle,.x-date-left,.x-date-right {
- background: repeat-x 0 -83px;
- overflow:hidden;
+ background: repeat-x 0 -83px;
+ overflow:hidden;
}
.x-date-middle .x-btn-tc,.x-date-middle .x-btn-tl,.x-date-middle .x-btn-tr,
.x-date-middle .x-btn-mc,.x-date-middle .x-btn-ml,.x-date-middle .x-btn-mr,
.x-date-middle .x-btn-bc,.x-date-middle .x-btn-bl,.x-date-middle .x-btn-br{
- background:transparent !important;
+ background:transparent !important;
vertical-align:middle;
}
@@ -3097,10 +3097,10 @@ input.x-tree-node-cb {
.x-date-right a, .x-date-left a{
display:block;
width:16px;
- height:16px;
- background-position: center;
- background-repeat: no-repeat;
- cursor:pointer;
+ height:16px;
+ background-position: center;
+ background-repeat: no-repeat;
+ cursor:pointer;
-moz-opacity: 0.6;
opacity:.6;
filter: alpha(opacity=60);
@@ -3146,8 +3146,8 @@ table.x-date-inner {
.x-date-inner th {
background: repeat-x left top;
text-align:right !important;
- border-bottom: 1px solid;
- cursor:default;
+ border-bottom: 1px solid;
+ cursor:default;
padding:0;
border-collapse:separate;
}
@@ -3160,31 +3160,31 @@ table.x-date-inner {
.x-date-inner td {
border: 1px solid;
- text-align:right;
+ text-align:right;
padding:0;
}
.x-date-inner a {
padding:2px 5px;
display:block;
- text-decoration:none;
+ text-decoration:none;
text-align:right;
zoom:1;
}
.x-date-inner .x-date-active{
- cursor:pointer;
- color:black;
+ cursor:pointer;
+ color:black;
}
.x-date-inner .x-date-selected a{
- background: repeat-x left top;
- border:1px solid;
+ background: repeat-x left top;
+ border:1px solid;
padding:1px 4px;
}
.x-date-inner .x-date-today a{
- border: 1px solid;
+ border: 1px solid;
padding:1px 4px;
}
@@ -3207,12 +3207,12 @@ table.x-date-inner {
}
.x-date-inner .x-date-disabled a {
- cursor:default;
+ cursor:default;
}
.x-date-menu .x-menu-item {
- padding:1px 24px 1px 4px;
- white-space: nowrap;
+ padding:1px 24px 1px 4px;
+ white-space: nowrap;
}
.x-date-menu .x-menu-item .x-menu-item-icon {
@@ -3223,62 +3223,62 @@ table.x-date-inner {
}
.x-date-mp {
- position:absolute;
- left:0;
- top:0;
- display:none;
+ position:absolute;
+ left:0;
+ top:0;
+ display:none;
}
.x-date-mp td {
padding:2px;
- font:normal 11px arial, helvetica,tahoma,sans-serif;
+ font:normal 11px arial, helvetica,tahoma,sans-serif;
}
td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {
border: 0 none;
- text-align:center;
- vertical-align: middle;
- width:25%;
+ text-align:center;
+ vertical-align: middle;
+ width:25%;
}
.x-date-mp-ok {
- margin-right:3px;
+ margin-right:3px;
}
.x-date-mp-btns button {
- text-decoration:none;
- text-align:center;
- text-decoration:none !important;
- border:1px solid;
- padding:1px 3px 1px;
- cursor:pointer;
+ text-decoration:none;
+ text-align:center;
+ text-decoration:none !important;
+ border:1px solid;
+ padding:1px 3px 1px;
+ cursor:pointer;
}
.x-date-mp-btns {
- background: repeat-x left top;
+ background: repeat-x left top;
}
.x-date-mp-btns td {
- border-top: 1px solid;
+ border-top: 1px solid;
text-align:center;
}
td.x-date-mp-month a,td.x-date-mp-year a {
- display:block;
- padding:2px 4px;
- text-decoration:none;
- text-align:center;
+ display:block;
+ padding:2px 4px;
+ text-decoration:none;
+ text-align:center;
}
td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
- text-decoration:none;
- cursor:pointer;
+ text-decoration:none;
+ cursor:pointer;
}
td.x-date-mp-sel a {
- padding:1px 3px;
- background: repeat-x left top;
- border:1px solid;
+ padding:1px 3px;
+ background: repeat-x left top;
+ border:1px solid;
}
.x-date-mp-ybtn a {
@@ -3314,59 +3314,59 @@ td.x-date-mp-sel a {
td.x-date-mp-sep {
border-right:1px solid;
}.x-tip{
- position: absolute;
- top: 0;
+ position: absolute;
+ top: 0;
left:0;
visibility: hidden;
- z-index: 20002;
+ z-index: 20002;
border:0 none;
}
.x-tip .x-tip-close{
- height: 15px;
- float:right;
- width: 15px;
+ height: 15px;
+ float:right;
+ width: 15px;
margin:0 0 2px 2px;
cursor:pointer;
display:none;
}
.x-tip .x-tip-tc {
- background: transparent no-repeat 0 -62px;
- padding-top:3px;
+ background: transparent no-repeat 0 -62px;
+ padding-top:3px;
overflow:hidden;
zoom:1;
}
.x-tip .x-tip-tl {
- background: transparent no-repeat 0 0;
- padding-left:6px;
+ background: transparent no-repeat 0 0;
+ padding-left:6px;
overflow:hidden;
zoom:1;
}
.x-tip .x-tip-tr {
- background: transparent no-repeat right 0;
- padding-right:6px;
+ background: transparent no-repeat right 0;
+ padding-right:6px;
overflow:hidden;
zoom:1;
}
.x-tip .x-tip-bc {
- background: transparent no-repeat 0 -121px;
- height:3px;
+ background: transparent no-repeat 0 -121px;
+ height:3px;
overflow:hidden;
}
.x-tip .x-tip-bl {
- background: transparent no-repeat 0 -59px;
- padding-left:6px;
+ background: transparent no-repeat 0 -59px;
+ padding-left:6px;
zoom:1;
}
.x-tip .x-tip-br {
- background: transparent no-repeat right -59px;
- padding-right:6px;
+ background: transparent no-repeat right -59px;
+ padding-right:6px;
zoom:1;
}
@@ -3375,14 +3375,14 @@ td.x-date-mp-sep {
}
.x-tip .x-tip-ml {
- background: no-repeat 0 -124px;
- padding-left:6px;
+ background: no-repeat 0 -124px;
+ padding-left:6px;
zoom:1;
}
.x-tip .x-tip-mr {
- background: transparent no-repeat right -124px;
- padding-right:6px;
+ background: transparent no-repeat right -124px;
+ padding-right:6px;
zoom:1;
}
@@ -3415,21 +3415,21 @@ td.x-date-mp-sep {
}
.x-form-invalid-tip .x-tip-tc {
- background: repeat-x 0 -12px;
+ background: repeat-x 0 -12px;
padding-top:6px;
}
.x-form-invalid-tip .x-tip-bc {
- background: repeat-x 0 -18px;
+ background: repeat-x 0 -18px;
height:6px;
}
.x-form-invalid-tip .x-tip-bl {
- background: no-repeat 0 -6px;
+ background: no-repeat 0 -6px;
}
.x-form-invalid-tip .x-tip-br {
- background: no-repeat right -6px;
+ background: no-repeat right -6px;
}
.x-form-invalid-tip .x-tip-body {
@@ -3460,9 +3460,9 @@ td.x-date-mp-sep {
background-position: -28px 0;
width: 10px;
}.x-menu {
- z-index: 15000;
- zoom: 1;
- background: repeat-y;
+ z-index: 15000;
+ zoom: 1;
+ background: repeat-y;
}
.x-menu-floating{
@@ -3480,8 +3480,8 @@ td.x-date-mp-sep {
.x-menu-list{
padding: 2px;
- background-color:transparent;
- border:0 none;
+ background-color:transparent;
+ border:0 none;
overflow:hidden;
overflow-y: hidden;
}
@@ -3491,18 +3491,18 @@ td.x-date-mp-sep {
}
.x-menu li{
- line-height:100%;
+ line-height:100%;
}
.x-menu li.x-menu-sep-li{
- font-size:1px;
- line-height:1px;
+ font-size:1px;
+ line-height:1px;
}
.x-menu-list-item{
white-space: nowrap;
- display:block;
- padding:1px;
+ display:block;
+ padding:1px;
}
.x-menu-item{
@@ -3512,24 +3512,24 @@ td.x-date-mp-sep {
}
.x-menu-item-arrow{
- background:transparent no-repeat right;
+ background:transparent no-repeat right;
}
.x-menu-sep {
- display:block;
- font-size:1px;
- line-height:1px;
- margin: 2px 3px;
- border-bottom:1px solid;
+ display:block;
+ font-size:1px;
+ line-height:1px;
+ margin: 2px 3px;
+ border-bottom:1px solid;
overflow:hidden;
}
.x-menu-focus {
- position:absolute;
- left:-1px;
- top:-1px;
- width:1px;
- height:1px;
+ position:absolute;
+ left:-1px;
+ top:-1px;
+ width:1px;
+ height:1px;
line-height:1px;
font-size:1px;
-moz-outline:0 none;
@@ -3560,7 +3560,7 @@ a.x-menu-item {
border-style:solid;
border-width: 1px 0;
margin:0 1px;
- padding: 0;
+ padding: 0;
}
.x-menu-item-active a.x-menu-item {
@@ -3570,12 +3570,12 @@ a.x-menu-item {
}
.x-menu-item-icon {
- border: 0 none;
- height: 16px;
- padding: 0;
- vertical-align: top;
- width: 16px;
- position: absolute;
+ border: 0 none;
+ height: 16px;
+ padding: 0;
+ vertical-align: top;
+ width: 16px;
+ position: absolute;
left: 3px;
top: 3px;
margin: 0;
@@ -3598,11 +3598,11 @@ a.x-menu-item {
}
.x-menu-check-item .x-menu-item-icon{
- background: transparent no-repeat center;
+ background: transparent no-repeat center;
}
.x-menu-group-item .x-menu-item-icon{
- background-color: transparent;
+ background-color: transparent;
}
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
@@ -3614,12 +3614,12 @@ a.x-menu-item {
}
.x-menu-date-item{
- padding:0;
+ padding:0;
}
.x-menu .x-color-palette, .x-menu .x-date-picker{
margin-left: 26px;
- margin-right:4px;
+ margin-right:4px;
}
.x-menu .x-date-picker{
@@ -3629,8 +3629,8 @@ a.x-menu-item {
}
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
- margin: 0;
- border: 0 none;
+ margin: 0;
+ border: 0 none;
}
.x-date-menu {
@@ -3676,16 +3676,16 @@ a.x-menu-item {
.x-cycle-menu .x-menu-item-checked {
border:1px dotted !important;
- padding:0;
+ padding:0;
}
.x-menu .x-menu-scroller {
width: 100%;
- background-repeat:no-repeat;
- background-position:center;
- height:8px;
+ background-repeat:no-repeat;
+ background-position:center;
+ height:8px;
line-height: 8px;
- cursor:pointer;
+ cursor:pointer;
margin: 0;
padding: 0;
}
@@ -3710,66 +3710,66 @@ a.x-menu-item {
*/
.x-box-tl {
- background: transparent no-repeat 0 0;
+ background: transparent no-repeat 0 0;
zoom:1;
}
.x-box-tc {
- height: 8px;
- background: transparent repeat-x 0 0;
- overflow: hidden;
+ height: 8px;
+ background: transparent repeat-x 0 0;
+ overflow: hidden;
}
.x-box-tr {
- background: transparent no-repeat right -8px;
+ background: transparent no-repeat right -8px;
}
.x-box-ml {
- background: transparent repeat-y 0;
- padding-left: 4px;
- overflow: hidden;
+ background: transparent repeat-y 0;
+ padding-left: 4px;
+ overflow: hidden;
zoom:1;
}
.x-box-mc {
- background: repeat-x 0 -16px;
- padding: 4px 10px;
+ background: repeat-x 0 -16px;
+ padding: 4px 10px;
}
.x-box-mc h3 {
- margin: 0 0 4px 0;
+ margin: 0 0 4px 0;
zoom:1;
}
.x-box-mr {
- background: transparent repeat-y right;
- padding-right: 4px;
- overflow: hidden;
+ background: transparent repeat-y right;
+ padding-right: 4px;
+ overflow: hidden;
}
.x-box-bl {
- background: transparent no-repeat 0 -16px;
+ background: transparent no-repeat 0 -16px;
zoom:1;
}
.x-box-bc {
- background: transparent repeat-x 0 -8px;
- height: 8px;
- overflow: hidden;
+ background: transparent repeat-x 0 -8px;
+ height: 8px;
+ overflow: hidden;
}
.x-box-br {
- background: transparent no-repeat right -24px;
+ background: transparent no-repeat right -24px;
}
.x-box-tl, .x-box-bl {
- padding-left: 8px;
- overflow: hidden;
+ padding-left: 8px;
+ overflow: hidden;
}
.x-box-tr, .x-box-br {
- padding-right: 8px;
- overflow: hidden;
+ padding-right: 8px;
+ overflow: hidden;
}.x-combo-list {
border:1px solid;
zoom:1;
@@ -3801,7 +3801,7 @@ a.x-menu-item {
}
.x-combo-list .x-combo-selected{
- border:1px dotted !important;
+ border:1px dotted !important;
cursor:pointer;
}
@@ -3865,18 +3865,18 @@ a.x-menu-item {
.x-panel-inline-icon {
width:16px;
- height:16px;
+ height:16px;
background-repeat:no-repeat;
background-position:0 0;
- vertical-align:middle;
- margin-right:4px;
- margin-top:-1px;
- margin-bottom:-1px;
+ vertical-align:middle;
+ margin-right:4px;
+ margin-top:-1px;
+ margin-bottom:-1px;
}
.x-panel-tc {
- background: transparent repeat-x 0 0;
- overflow:hidden;
+ background: transparent repeat-x 0 0;
+ overflow:hidden;
}
/* fix ie7 strict mode bug */
@@ -3885,20 +3885,20 @@ a.x-menu-item {
}
.x-panel-tl {
- background: transparent no-repeat 0 0;
- padding-left:6px;
+ background: transparent no-repeat 0 0;
+ padding-left:6px;
zoom:1;
border-bottom:1px solid;
}
.x-panel-tr {
- background: transparent no-repeat right 0;
- zoom:1;
+ background: transparent no-repeat right 0;
+ zoom:1;
padding-right:6px;
}
.x-panel-bc {
- background: transparent repeat-x 0 bottom;
+ background: transparent repeat-x 0 bottom;
zoom:1;
}
@@ -3907,14 +3907,14 @@ a.x-menu-item {
}
.x-panel-bl {
- background: transparent no-repeat 0 bottom;
- padding-left:6px;
+ background: transparent no-repeat 0 bottom;
+ padding-left:6px;
zoom:1;
}
.x-panel-br {
- background: transparent no-repeat right bottom;
- padding-right:6px;
+ background: transparent no-repeat right bottom;
+ padding-right:6px;
zoom:1;
}
@@ -3931,14 +3931,14 @@ a.x-menu-item {
}
.x-panel-ml {
- background: repeat-y 0 0;
- padding-left:6px;
+ background: repeat-y 0 0;
+ padding-left:6px;
zoom:1;
}
.x-panel-mr {
- background: transparent repeat-y right 0;
- padding-right:6px;
+ background: transparent repeat-y right 0;
+ padding-right:6px;
zoom:1;
}
@@ -3947,7 +3947,7 @@ a.x-menu-item {
}
.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
- height:6px;
+ height:6px;
font-size:0;
line-height:0;
}
@@ -4253,47 +4253,47 @@ a.x-menu-item {
}
.x-panel-btns td.x-toolbar-cell{
- padding:3px;
+ padding:3px;
}
.x-panel-btns .x-btn-focus .x-btn-left{
- background-position:0 -147px;
+ background-position:0 -147px;
}
.x-panel-btns .x-btn-focus .x-btn-right{
- background-position:0 -168px;
+ background-position:0 -168px;
}
.x-panel-btns .x-btn-focus .x-btn-center{
- background-position:0 -189px;
+ background-position:0 -189px;
}
.x-panel-btns .x-btn-over .x-btn-left{
- background-position:0 -63px;
+ background-position:0 -63px;
}
.x-panel-btns .x-btn-over .x-btn-right{
- background-position:0 -84px;
+ background-position:0 -84px;
}
.x-panel-btns .x-btn-over .x-btn-center{
- background-position:0 -105px;
+ background-position:0 -105px;
}
.x-panel-btns .x-btn-click .x-btn-center{
- background-position:0 -126px;
+ background-position:0 -126px;
}
.x-panel-btns .x-btn-click .x-btn-right{
- background-position:0 -84px;
+ background-position:0 -84px;
}
.x-panel-btns .x-btn-click .x-btn-left{
- background-position:0 -63px;
+ background-position:0 -63px;
}
.x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
- white-space: nowrap;
+ white-space: nowrap;
}
/**
* W3C Suggested Default style sheet for HTML 4
@@ -4326,7 +4326,7 @@ a.x-menu-item {
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body hr,
.x-panel-reset .x-panel-body menu,
-.x-panel-reset .x-panel-body pre { display: block }
+.x-panel-reset .x-panel-body pre { display: block }
.x-panel-reset .x-panel-body li { display: list-item }
.x-panel-reset .x-panel-body head { display: none }
.x-panel-reset .x-panel-body table { display: table }
@@ -4337,7 +4337,7 @@ a.x-menu-item {
.x-panel-reset .x-panel-body col { display: table-column }
.x-panel-reset .x-panel-body colgroup { display: table-column-group }
.x-panel-reset .x-panel-body td,
-.x-panel-reset .x-panel-body th { display: table-cell }
+.x-panel-reset .x-panel-body th { display: table-cell }
.x-panel-reset .x-panel-body caption { display: table-caption }
.x-panel-reset .x-panel-body th { font-weight: bolder; text-align: center }
.x-panel-reset .x-panel-body caption { text-align: center }
@@ -4370,21 +4370,21 @@ a.x-menu-item {
.x-panel-reset .x-panel-body cite,
.x-panel-reset .x-panel-body em,
.x-panel-reset .x-panel-body var,
-.x-panel-reset .x-panel-body address { font-style: italic }
+.x-panel-reset .x-panel-body address { font-style: italic }
.x-panel-reset .x-panel-body pre,
.x-panel-reset .x-panel-body tt,
.x-panel-reset .x-panel-body code,
.x-panel-reset .x-panel-body kbd,
-.x-panel-reset .x-panel-body samp { font-family: monospace }
+.x-panel-reset .x-panel-body samp { font-family: monospace }
.x-panel-reset .x-panel-body pre { white-space: pre }
.x-panel-reset .x-panel-body button,
.x-panel-reset .x-panel-body textarea,
.x-panel-reset .x-panel-body input,
-.x-panel-reset .x-panel-body select { display: inline-block }
+.x-panel-reset .x-panel-body select { display: inline-block }
.x-panel-reset .x-panel-body big { font-size: 1.17em }
.x-panel-reset .x-panel-body small,
.x-panel-reset .x-panel-body sub,
-.x-panel-reset .x-panel-body sup { font-size: .83em }
+.x-panel-reset .x-panel-body sup { font-size: .83em }
.x-panel-reset .x-panel-body sub { vertical-align: sub }
.x-panel-reset .x-panel-body sup { vertical-align: super }
.x-panel-reset .x-panel-body table { border-spacing: 2px; }
@@ -4392,24 +4392,24 @@ a.x-menu-item {
.x-panel-reset .x-panel-body tbody,
.x-panel-reset .x-panel-body tfoot { vertical-align: middle }
.x-panel-reset .x-panel-body td,
-.x-panel-reset .x-panel-body th { vertical-align: inherit }
+.x-panel-reset .x-panel-body th { vertical-align: inherit }
.x-panel-reset .x-panel-body s,
.x-panel-reset .x-panel-body strike,
-.x-panel-reset .x-panel-body del { text-decoration: line-through }
+.x-panel-reset .x-panel-body del { text-decoration: line-through }
.x-panel-reset .x-panel-body hr { border: 1px inset }
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu,
-.x-panel-reset .x-panel-body dd { margin-left: 40px }
+.x-panel-reset .x-panel-body dd { margin-left: 40px }
.x-panel-reset .x-panel-body ul, .x-panel-reset .x-panel-body menu, .x-panel-reset .x-panel-body dir { list-style-type: disc;}
.x-panel-reset .x-panel-body ol { list-style-type: decimal }
.x-panel-reset .x-panel-body ol ul,
.x-panel-reset .x-panel-body ul ol,
.x-panel-reset .x-panel-body ul ul,
-.x-panel-reset .x-panel-body ol ol { margin-top: 0; margin-bottom: 0 }
+.x-panel-reset .x-panel-body ol ol { margin-top: 0; margin-bottom: 0 }
.x-panel-reset .x-panel-body u,
-.x-panel-reset .x-panel-body ins { text-decoration: underline }
+.x-panel-reset .x-panel-body ins { text-decoration: underline }
.x-panel-reset .x-panel-body br:before { content: "\A" }
.x-panel-reset .x-panel-body :before, .x-panel-reset .x-panel-body :after { white-space: pre-line }
.x-panel-reset .x-panel-body center { text-align: center }
@@ -4462,26 +4462,26 @@ a.x-menu-item {
}
.x-window-tc {
- background: transparent repeat-x 0 0;
- overflow:hidden;
+ background: transparent repeat-x 0 0;
+ overflow:hidden;
zoom:1;
}
.x-window-tl {
- background: transparent no-repeat 0 0;
- padding-left:6px;
+ background: transparent no-repeat 0 0;
+ padding-left:6px;
zoom:1;
z-index:1;
position:relative;
}
.x-window-tr {
- background: transparent no-repeat right 0;
- padding-right:6px;
+ background: transparent no-repeat right 0;
+ padding-right:6px;
}
.x-window-bc {
- background: transparent repeat-x 0 bottom;
+ background: transparent repeat-x 0 bottom;
zoom:1;
}
@@ -4493,14 +4493,14 @@ a.x-menu-item {
}
.x-window-bl {
- background: transparent no-repeat 0 bottom;
- padding-left:6px;
+ background: transparent no-repeat 0 bottom;
+ padding-left:6px;
zoom:1;
}
.x-window-br {
- background: transparent no-repeat right bottom;
- padding-right:6px;
+ background: transparent no-repeat right bottom;
+ padding-right:6px;
zoom:1;
}
@@ -4511,14 +4511,14 @@ a.x-menu-item {
}
.x-window-ml {
- background: transparent repeat-y 0 0;
- padding-left:6px;
+ background: transparent repeat-y 0 0;
+ padding-left:6px;
zoom:1;
}
.x-window-mr {
- background: transparent repeat-y right 0;
- padding-right:6px;
+ background: transparent repeat-y right 0;
+ padding-right:6px;
zoom:1;
}
@@ -4593,14 +4593,14 @@ a.x-menu-item {
}
.x-dlg-focus{
- -moz-outline:0 none;
- outline:0 none;
- width:0;
- height:0;
- overflow:hidden;
- position:absolute;
- top:0;
- left:0;
+ -moz-outline:0 none;
+ outline:0 none;
+ width:0;
+ height:0;
+ overflow:hidden;
+ position:absolute;
+ top:0;
+ left:0;
}
.ext-webkit .x-dlg-focus{
@@ -4620,11 +4620,11 @@ a.x-menu-item {
}
body.ext-ie6.x-body-masked select {
- visibility:hidden;
+ visibility:hidden;
}
body.ext-ie6.x-body-masked .x-window select {
- visibility:visible;
+ visibility:visible;
}
.x-window-plain .x-window-mc {
@@ -4644,7 +4644,7 @@ body.ext-ie6.x-body-masked .x-window select {
.x-html-editor-tb .x-edit-bold, .x-menu-item img.x-edit-bold {
background-position:0 0;
- background-image:url(../images/default/editor/tb-sprite.gif);
+ background-image:url(../images/default/editor/tb-sprite.gif);
}
.x-html-editor-tb .x-edit-italic, .x-menu-item img.x-edit-italic {
@@ -4747,7 +4747,7 @@ body.ext-ie6.x-body-masked .x-window select {
}
.x-tab-panel-noborder .x-tab-panel-body-noborder {
- border-width:0;
+ border-width:0;
}
.x-tab-panel-noborder .x-tab-panel-header-noborder {
@@ -4866,9 +4866,9 @@ body.ext-ie6.x-body-masked .x-window select {
}
.x-accordion-hd {
- padding-top:4px;
- padding-bottom:3px;
- border-top:0 none;
+ padding-top:4px;
+ padding-bottom:3px;
+ border-top:0 none;
background: transparent repeat-x 0 -9px;
}
@@ -4880,8 +4880,8 @@ body.ext-ie6.x-body-masked .x-window select {
width:20px;
height:20px;
overflow:hidden;
- border:1px solid;
- z-index:20;
+ border:1px solid;
+ z-index:20;
}
.ext-border-box .x-layout-collapsed{
@@ -4894,7 +4894,7 @@ body.ext-ie6.x-body-masked .x-window select {
}
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
- position:absolute;
+ position:absolute;
top:0;
left:0;
width:20px;
@@ -5096,8 +5096,8 @@ body.ext-ie6.x-body-masked .x-window select {
width: 100%;
}
.x-list-header{
- background: repeat-x 0 bottom;
- cursor:default;
+ background: repeat-x 0 bottom;
+ cursor:default;
zoom:1;
height:22px;
}
@@ -5106,8 +5106,8 @@ body.ext-ie6.x-body-masked .x-window select {
display:block;
float:left;
overflow:hidden;
- -o-text-overflow: ellipsis;
- text-overflow: ellipsis;
+ -o-text-overflow: ellipsis;
+ text-overflow: ellipsis;
white-space: nowrap;
}
@@ -5138,8 +5138,8 @@ body.ext-ie6.x-body-masked .x-window select {
display:block;
float:left;
overflow:hidden;
- -o-text-overflow: ellipsis;
- text-overflow: ellipsis;
+ -o-text-overflow: ellipsis;
+ text-overflow: ellipsis;
white-space: nowrap;
cursor:pointer;
zoom:1;
@@ -5189,11 +5189,11 @@ body.ext-ie6.x-body-masked .x-window select {
}
.x-slider-focus {
- position:absolute;
- left:0;
- top:0;
- width:1px;
- height:1px;
+ position:absolute;
+ left:0;
+ top:0;
+ width:1px;
+ height:1px;
line-height:1px;
font-size:1px;
-moz-outline:0 none;
@@ -5201,8 +5201,8 @@ body.ext-ie6.x-body-masked .x-window select {
-moz-user-select: none;
-khtml-user-select:none;
-webkit-user-select:ignore;
- display:block;
- overflow:hidden;
+ display:block;
+ overflow:hidden;
}
/* Horizontal styles */
@@ -5323,4 +5323,4 @@ body.ext-ie6.x-body-masked .x-window select {
.ext-gecko2 .ext-mb-fix-cursor {
overflow:auto;
-}
\ No newline at end of file
+}
diff --git a/deluge/ui/web/css/ext-extensions-debug.css b/deluge/ui/web/css/ext-extensions-debug.css
index c161be721..89a41fdee 100644
--- a/deluge/ui/web/css/ext-extensions-debug.css
+++ b/deluge/ui/web/css/ext-extensions-debug.css
@@ -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
diff --git a/deluge/ui/web/css/ext-extensions.css b/deluge/ui/web/css/ext-extensions.css
index 6801d47e2..63df411e5 100644
--- a/deluge/ui/web/css/ext-extensions.css
+++ b/deluge/ui/web/css/ext-extensions.css
@@ -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;}
\ No newline at end of file
+ .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}
\ No newline at end of file
diff --git a/deluge/ui/web/icons/edit-redo.png b/deluge/ui/web/icons/edit-redo.png
deleted file mode 100644
index 9bfee2d1f..000000000
Binary files a/deluge/ui/web/icons/edit-redo.png and /dev/null differ
diff --git a/deluge/ui/web/index.html b/deluge/ui/web/index.html
index bb48596c5..670b9d276 100644
--- a/deluge/ui/web/index.html
+++ b/deluge/ui/web/index.html
@@ -1,40 +1,40 @@
-
- Deluge: Web UI ${version}
-
-
-
-
-
-
-
-
- % for stylesheet in stylesheets:
-
- % endfor
+
+ Deluge: Web UI ${version}
-
+
+
+
+
+
-
- % for script in scripts:
-
- % endfor
-
-
-
-
+
+ % for stylesheet in stylesheets:
+
+ % endfor
-
-
-
-
+
+
+
+ % for script in scripts:
+
+ % endfor
+
+
+
+
+
+
+
+
+
diff --git a/deluge/ui/web/render/tab_status.html b/deluge/ui/web/render/tab_status.html
index d9aaf4a7e..05961bf74 100644
--- a/deluge/ui/web/render/tab_status.html
+++ b/deluge/ui/web/render/tab_status.html
@@ -1,28 +1,28 @@
- - ${_("Downloaded:")}
- - ${_("Uploaded:")}
- - ${_("Share Ratio:")}
- - ${_("Next Announce:")}
- - ${_("Tracker Status:")}
+ - ${_("Downloaded:")}
+ - ${_("Uploaded:")}
+ - ${_("Share Ratio:")}
+ - ${_("Next Announce:")}
+ - ${_("Tracker Status:")}
- - ${_("Down Speed:")}
- - ${_("Up Speed:")}
- - ${_("ETA:")}
- - ${_("Pieces:")}
+ - ${_("Down Speed:")}
+ - ${_("Up Speed:")}
+ - ${_("ETA:")}
+ - ${_("Pieces:")}
- - ${_("Seeds:")}
- - ${_("Peers:")}
- - ${_("Availability:")}
- - ${_("Auto Managed:")}
+ - ${_("Seeds:")}
+ - ${_("Peers:")}
+ - ${_("Availability:")}
+ - ${_("Auto Managed:")}
- ${_("Complete Seen:")}
- - ${_("Active Time:")}
- - ${_("Seeding Time:")}
- - ${_("Seed Rank:")}
- - ${_("Date Added:")}
- - ${_("Completed:")}
+ - ${_("Active Time:")}
+ - ${_("Seeding Time:")}
+ - ${_("Seed Rank:")}
+ - ${_("Date Added:")}
+ - ${_("Completed:")}
diff --git a/deluge/ui/web/themes/css/xtheme-access.css b/deluge/ui/web/themes/css/xtheme-access.css
index 09f92dd6a..7a091abb6 100644
--- a/deluge/ui/web/themes/css/xtheme-access.css
+++ b/deluge/ui/web/themes/css/xtheme-access.css
@@ -5,8 +5,8 @@
* http://www.sencha.com/license
*/
body {
- background-color:#16181a;
- color:#fcfcfc;
+ background-color:#16181a;
+ color:#fcfcfc;
}
.ext-el-mask {
@@ -79,26 +79,26 @@ body {
.x-spotlight {
background-color: #ccc;
}.x-tab-panel-header, .x-tab-panel-footer {
- background-color:#e18325;
- border-color:#8db2e3;
+ background-color:#e18325;
+ border-color:#8db2e3;
overflow:hidden;
zoom:1;
}
.x-tab-panel-header, .x-tab-panel-footer {
- border-color:#222;
+ border-color:#222;
}
ul.x-tab-strip-top{
background-color:#343843;
- background-image: url(../images/access/tabs/tab-strip-bg.gif);
- border-bottom-color:#343d4e;
+ background-image: url(../images/access/tabs/tab-strip-bg.gif);
+ border-bottom-color:#343d4e;
}
ul.x-tab-strip-bottom{
background-color:#343843;
- background-image: url(../images/access/tabs/tab-strip-btm-bg.gif);
- border-top-color:#343843;
+ background-image: url(../images/access/tabs/tab-strip-btm-bg.gif);
+ border-top-color:#343843;
}
.x-tab-panel-header-plain .x-tab-strip-spacer,
@@ -108,49 +108,49 @@ ul.x-tab-strip-bottom{
}
.x-tab-strip span.x-tab-strip-text {
- font:normal 14px tahoma,arial,helvetica;
- color:#fff;
+ font:normal 14px tahoma,arial,helvetica;
+ color:#fff;
}
.x-tab-strip-over span.x-tab-strip-text {
- color:#fff;
+ color:#fff;
}
.x-tab-strip-active span.x-tab-strip-text {
- color:#fff;
+ color:#fff;
font-weight:bold;
}
.x-tab-strip-disabled .x-tabs-text {
- color:#aaaaaa;
+ color:#aaaaaa;
}
.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner{
- background-image: url(../images/access/tabs/tabs-sprite.gif);
+ background-image: url(../images/access/tabs/tabs-sprite.gif);
}
.x-tab-strip-bottom .x-tab-right {
- background-image: url(../images/access/tabs/tab-btm-inactive-right-bg.gif);
+ background-image: url(../images/access/tabs/tab-btm-inactive-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-left {
- background-image: url(../images/access/tabs/tab-btm-inactive-left-bg.gif);
+ background-image: url(../images/access/tabs/tab-btm-inactive-left-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
- background-image: url(../images/access/tabs/tab-btm-right-bg.gif);
+ background-image: url(../images/access/tabs/tab-btm-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
- background-image: url(../images/access/tabs/tab-btm-left-bg.gif);
+ background-image: url(../images/access/tabs/tab-btm-left-bg.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
- background-image:url(../images/access/tabs/tab-close.gif);
+ background-image:url(../images/access/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
- background-image:url(../images/access/tabs/tab-close.gif);
+ background-image:url(../images/access/tabs/tab-close.gif);
}
.x-tab-panel-body {
@@ -294,30 +294,30 @@ ul.x-tab-strip-bottom{
}
.x-form-focus, textarea.x-form-focus{
- border-color:#ff9c33;
+ border-color:#ff9c33;
}
.x-form-invalid, textarea.x-form-invalid,
.ext-webkit .x-form-invalid, .ext-webkit textarea.x-form-invalid{
background-color:#15171a;
- background-image:url(../images/access/grid/invalid_line.gif);
- border-color:#c30;
+ background-image:url(../images/access/grid/invalid_line.gif);
+ border-color:#c30;
}
/*
.ext-safari .x-form-invalid{
- background-color:#fee;
- border-color:#ff7870;
+ background-color:#fee;
+ border-color:#ff7870;
}
*/
.x-form-inner-invalid, textarea.x-form-inner-invalid{
background-color:#fff;
- background-image:url(../images/access/grid/invalid_line.gif);
+ background-image:url(../images/access/grid/invalid_line.gif);
}
.x-form-grow-sizer {
- font:normal 15px tahoma, arial, helvetica, sans-serif;
+ font:normal 15px tahoma, arial, helvetica, sans-serif;
}
.x-form-item {
@@ -362,7 +362,7 @@ ul.x-tab-strip-bottom{
color:#fff;
}
.x-btn {
- font:normal 14px tahoma, verdana, helvetica;
+ font:normal 14px tahoma, verdana, helvetica;
}
.x-btn button {
@@ -415,7 +415,7 @@ ul.x-tab-strip-bottom{
}
.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{
- background-image:url(../images/access/button/btn.gif);
+ background-image:url(../images/access/button/btn.gif);
}
.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{
@@ -423,7 +423,7 @@ ul.x-tab-strip-bottom{
}
.x-btn-disabled *{
- color:#eee !important;
+ color:#eee !important;
}
.x-btn-mc em.x-btn-arrow {
@@ -457,42 +457,42 @@ ul.x-tab-strip-bottom{
}
.x-btn-group-tc {
- background-image: url(../images/access/button/group-tb.gif);
+ background-image: url(../images/access/button/group-tb.gif);
}
.x-btn-group-tl {
- background-image: url(../images/access/button/group-cs.gif);
+ background-image: url(../images/access/button/group-cs.gif);
}
.x-btn-group-tr {
- background-image: url(../images/access/button/group-cs.gif);
+ background-image: url(../images/access/button/group-cs.gif);
}
.x-btn-group-bc {
- background-image: url(../images/access/button/group-tb.gif);
+ background-image: url(../images/access/button/group-tb.gif);
}
.x-btn-group-bl {
- background-image: url(../images/access/button/group-cs.gif);
+ background-image: url(../images/access/button/group-cs.gif);
}
.x-btn-group-br {
- background-image: url(../images/access/button/group-cs.gif);
+ background-image: url(../images/access/button/group-cs.gif);
}
.x-btn-group-ml {
- background-image: url(../images/access/button/group-lr.gif);
+ background-image: url(../images/access/button/group-lr.gif);
}
.x-btn-group-mr {
- background-image: url(../images/access/button/group-lr.gif);
+ background-image: url(../images/access/button/group-lr.gif);
}
.x-btn-group-notitle .x-btn-group-tc {
- background-image: url(../images/access/button/group-tb.gif);
+ background-image: url(../images/access/button/group-tb.gif);
}
.x-toolbar{
- border-color:#18181a;
+ border-color:#18181a;
background-color:#393d4e;
background-image:url(../images/access/toolbar/bg.gif);
}
@@ -502,11 +502,11 @@ ul.x-tab-strip-bottom{
}
.x-toolbar .x-item-disabled {
- color:gray;
+ color:gray;
}
.x-toolbar .x-item-disabled * {
- color:gray;
+ color:gray;
}
.x-toolbar .x-btn-mc em.x-btn-split {
@@ -530,7 +530,7 @@ ul.x-tab-strip-bottom{
}
.x-toolbar .xtb-sep {
- background-image: url(../images/access/grid/grid-blue-split.gif);
+ background-image: url(../images/access/grid/grid-blue-split.gif);
}
.x-toolbar .x-btn {
@@ -551,43 +551,43 @@ ul.x-tab-strip-bottom{
}
.x-tbar-page-first{
- background-image: url(../images/access/grid/page-first.gif) !important;
+ background-image: url(../images/access/grid/page-first.gif) !important;
}
.x-tbar-loading{
- background-image: url(../images/access/grid/refresh.gif) !important;
+ background-image: url(../images/access/grid/refresh.gif) !important;
}
.x-tbar-page-last{
- background-image: url(../images/access/grid/page-last.gif) !important;
+ background-image: url(../images/access/grid/page-last.gif) !important;
}
.x-tbar-page-next{
- background-image: url(../images/access/grid/page-next.gif) !important;
+ background-image: url(../images/access/grid/page-next.gif) !important;
}
.x-tbar-page-prev{
- background-image: url(../images/access/grid/page-prev.gif) !important;
+ background-image: url(../images/access/grid/page-prev.gif) !important;
}
.x-item-disabled .x-tbar-loading{
- background-image: url(../images/access/grid/loading.gif) !important;
+ background-image: url(../images/access/grid/loading.gif) !important;
}
.x-item-disabled .x-tbar-page-first{
- background-image: url(../images/access/grid/page-first-disabled.gif) !important;
+ background-image: url(../images/access/grid/page-first-disabled.gif) !important;
}
.x-item-disabled .x-tbar-page-last{
- background-image: url(../images/access/grid/page-last-disabled.gif) !important;
+ background-image: url(../images/access/grid/page-last-disabled.gif) !important;
}
.x-item-disabled .x-tbar-page-next{
- background-image: url(../images/access/grid/page-next-disabled.gif) !important;
+ background-image: url(../images/access/grid/page-next-disabled.gif) !important;
}
.x-item-disabled .x-tbar-page-prev{
- background-image: url(../images/access/grid/page-prev-disabled.gif) !important;
+ background-image: url(../images/access/grid/page-prev-disabled.gif) !important;
}
.x-paging-info {
@@ -606,8 +606,8 @@ ul.x-tab-strip-bottom{
border-color: #99bbe8 #fff #fff #99bbe8;
}
.x-resizable-handle {
- background-color:#fff;
- color: #000;
+ background-color:#fff;
+ color: #000;
}
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
@@ -652,7 +652,7 @@ ul.x-tab-strip-bottom{
}
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
- font:normal 14px arial, tahoma, helvetica, sans-serif;
+ font:normal 14px arial, tahoma, helvetica, sans-serif;
}
.x-grid3-hd-row td {
@@ -672,7 +672,7 @@ ul.x-tab-strip-bottom{
}
.x-grid3-row-alt{
- background-color:#1b232b;
+ background-color:#1b232b;
}
.x-grid3-row-over {
@@ -689,7 +689,7 @@ ul.x-tab-strip-bottom{
.x-grid3-header{
background-color:#3b3f50;
- background-image:url(../images/access/grid/grid3-hrow.gif);
+ background-image:url(../images/access/grid/grid3-hrow.gif);
}
.x-grid3-header-pop {
@@ -716,49 +716,49 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.sort-asc .x-grid3-sort-icon {
- background-image: url(../images/access/grid/sort_asc.gif);
- width:15px;
- height:9px;
- margin-left:5px;
+ background-image: url(../images/access/grid/sort_asc.gif);
+ width:15px;
+ height:9px;
+ margin-left:5px;
}
.sort-desc .x-grid3-sort-icon {
- background-image: url(../images/access/grid/sort_desc.gif);
- width:15px;
- height:9px;
- margin-left:5px;
+ background-image: url(../images/access/grid/sort_desc.gif);
+ width:15px;
+ height:9px;
+ margin-left:5px;
}
.x-grid3-cell-text, .x-grid3-hd-text {
- color:#fff;
+ color:#fff;
}
.x-grid3-split {
- background-image: url(../images/default/grid/grid-split.gif);
+ background-image: url(../images/default/grid/grid-split.gif);
}
.x-grid3-hd-text {
- color:#fff;
+ color:#fff;
}
.x-dd-drag-proxy .x-grid3-hd-inner{
background-color:#ebf3fd;
- background-image:url(../images/access/grid/grid3-hrow-over.gif);
- border-color:#aaccf6;
+ background-image:url(../images/access/grid/grid3-hrow-over.gif);
+ border-color:#aaccf6;
}
.col-move-top{
- background-image:url(../images/default/grid/col-move-top.gif);
+ background-image:url(../images/default/grid/col-move-top.gif);
}
.col-move-bottom{
- background-image:url(../images/default/grid/col-move-bottom.gif);
+ background-image:url(../images/default/grid/col-move-bottom.gif);
}
.x-grid3-row-selected {
- background-color: #e5872c !important;
- background-image: none;
- border-style: solid;
+ background-color: #e5872c !important;
+ background-image: none;
+ border-style: solid;
}
.x-grid3-row-selected .x-grid3-cell {
@@ -766,16 +766,16 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-grid3-cell-selected {
- background-color: #ffa340 !important;
- color:#fff;
+ background-color: #ffa340 !important;
+ color:#fff;
}
.x-grid3-cell-selected span{
- color:#fff !important;
+ color:#fff !important;
}
.x-grid3-cell-selected .x-grid3-cell-text{
- color:#fff;
+ color:#fff;
}
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
@@ -795,15 +795,15 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-grid3-topbar, .x-grid3-bottombar{
- font:normal 14px arial, tahoma, helvetica, sans-serif;
+ font:normal 14px arial, tahoma, helvetica, sans-serif;
}
.x-grid3-bottombar .x-toolbar{
- border-top-color:#a9bfd3;
+ border-top-color:#a9bfd3;
}
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
- background-image:url(../images/access/grid/grid3-special-col-bg.gif) !important;
+ background-image:url(../images/access/grid/grid3-special-col-bg.gif) !important;
color:#fff !important;
}
.x-props-grid .x-grid3-td-value {
@@ -816,19 +816,19 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.xg-hmenu-sort-asc .x-menu-item-icon{
- background-image: url(../images/access/grid/hmenu-asc.gif);
+ background-image: url(../images/access/grid/hmenu-asc.gif);
}
.xg-hmenu-sort-desc .x-menu-item-icon{
- background-image: url(../images/access/grid/hmenu-desc.gif);
+ background-image: url(../images/access/grid/hmenu-desc.gif);
}
.xg-hmenu-lock .x-menu-item-icon{
- background-image: url(../images/access/grid/hmenu-lock.gif);
+ background-image: url(../images/access/grid/hmenu-lock.gif);
}
.xg-hmenu-unlock .x-menu-item-icon{
- background-image: url(../images/access/grid/hmenu-unlock.gif);
+ background-image: url(../images/access/grid/hmenu-unlock.gif);
}
.x-grid3-hd-btn {
@@ -857,7 +857,7 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
- color:#fff;
+ color:#fff;
}
.x-grid3-body .x-grid3-td-row-icon {
@@ -867,15 +867,15 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
- background-image:url(../images/access/grid/grid3-special-col-sel-bg.gif);
+ background-image:url(../images/access/grid/grid3-special-col-sel-bg.gif);
}
.x-grid3-check-col {
- background-image:url(../images/default/menu/unchecked.gif);
+ background-image:url(../images/default/menu/unchecked.gif);
}
.x-grid3-check-col-on {
- background-image:url(../images/default/menu/checked.gif);
+ background-image:url(../images/default/menu/checked.gif);
}
.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
@@ -923,13 +923,13 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-grid-with-col-lines .x-grid3-row-selected {
- border-top-color:#a3bae9;
+ border-top-color:#a3bae9;
}
.x-dd-drag-ghost{
- color:#000;
- font: normal 14px arial, helvetica, sans-serif;
+ color:#000;
+ font: normal 14px arial, helvetica, sans-serif;
border-color: #ddd #bbb #bbb #ddd;
- background-color:#fff;
+ background-color:#fff;
}
.x-dd-drop-nodrop .x-dd-drop-icon{
@@ -949,19 +949,19 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
border-color:#3399bb;
}
.x-tree-node-expanded .x-tree-node-icon{
- background-image:url(../images/access/tree/folder-open.gif);
+ background-image:url(../images/access/tree/folder-open.gif);
}
.x-tree-node-leaf .x-tree-node-icon{
- background-image:url(../images/default/tree/leaf.gif);
+ background-image:url(../images/default/tree/leaf.gif);
}
.x-tree-node-collapsed .x-tree-node-icon{
- background-image:url(../images/access/tree/folder.gif);
+ background-image:url(../images/access/tree/folder.gif);
}
.x-tree-node-loading .x-tree-node-icon{
- background-image:url(../images/default/tree/loading.gif) !important;
+ background-image:url(../images/default/tree/loading.gif) !important;
}
.x-tree-node .x-tree-node-inline-icon {
@@ -969,8 +969,8 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-tree-node-loading a span{
- font-style: italic;
- color:#444444;
+ font-style: italic;
+ color:#444444;
}
.ext-ie .x-tree-node-el input {
@@ -979,47 +979,47 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-tree-lines .x-tree-elbow{
- background-image:url(../images/access/tree/elbow.gif);
+ background-image:url(../images/access/tree/elbow.gif);
}
.x-tree-lines .x-tree-elbow-plus{
- background-image:url(../images/access/tree/elbow-plus.gif);
+ background-image:url(../images/access/tree/elbow-plus.gif);
}
.x-tree-lines .x-tree-elbow-minus{
- background-image:url(../images/access/tree/elbow-minus.gif);
+ background-image:url(../images/access/tree/elbow-minus.gif);
}
.x-tree-lines .x-tree-elbow-end{
- background-image:url(../images/access/tree/elbow-end.gif);
+ background-image:url(../images/access/tree/elbow-end.gif);
}
.x-tree-lines .x-tree-elbow-end-plus{
- background-image:url(../images/access/tree/elbow-end-plus.gif);
+ background-image:url(../images/access/tree/elbow-end-plus.gif);
}
.x-tree-lines .x-tree-elbow-end-minus{
- background-image:url(../images/access/tree/elbow-end-minus.gif);
+ background-image:url(../images/access/tree/elbow-end-minus.gif);
}
.x-tree-lines .x-tree-elbow-line{
- background-image:url(../images/access/tree/elbow-line.gif);
+ background-image:url(../images/access/tree/elbow-line.gif);
}
.x-tree-no-lines .x-tree-elbow-plus{
- background-image:url(../images/access/tree/elbow-plus-nl.gif);
+ background-image:url(../images/access/tree/elbow-plus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-minus{
- background-image:url(../images/access/tree/elbow-minus-nl.gif);
+ background-image:url(../images/access/tree/elbow-minus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-end-plus{
- background-image:url(../images/access/tree/elbow-end-plus-nl.gif);
+ background-image:url(../images/access/tree/elbow-end-plus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-end-minus{
- background-image:url(../images/access/tree/elbow-end-minus-nl.gif);
+ background-image:url(../images/access/tree/elbow-end-minus-nl.gif);
}
.x-tree-arrows .x-tree-elbow-plus{
@@ -1039,57 +1039,57 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-tree-node{
- color:#000;
- font: normal 14px arial, tahoma, helvetica, sans-serif;
+ color:#000;
+ font: normal 14px arial, tahoma, helvetica, sans-serif;
}
.x-tree-node a, .x-dd-drag-ghost a{
- color:#fff;
+ color:#fff;
}
.x-tree-node a span, .x-dd-drag-ghost a span{
- color:#fff;
+ color:#fff;
}
.x-tree-node .x-tree-selected a, .x-dd-drag-ghost a{
- color:#fff;
+ color:#fff;
}
.x-tree-node .x-tree-selected a span, .x-dd-drag-ghost a span{
- color:#fff;
+ color:#fff;
}
.x-tree-node .x-tree-node-disabled a span{
- color:gray !important;
+ color:gray !important;
}
.x-tree-node div.x-tree-drag-insert-below{
- border-bottom-color:#36c;
+ border-bottom-color:#36c;
}
.x-tree-node div.x-tree-drag-insert-above{
- border-top-color:#36c;
+ border-top-color:#36c;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
- border-bottom-color:#36c;
+ border-bottom-color:#36c;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
- border-top-color:#36c;
+ border-top-color:#36c;
}
.x-tree-node .x-tree-drag-append a span{
- background-color:#ddd;
- border-color:gray;
+ background-color:#ddd;
+ border-color:gray;
}
.x-tree-node .x-tree-node-over {
- background-color: #7e5530;
+ background-color: #7e5530;
}
.x-tree-node .x-tree-selected {
- background-color: #e5872c;
+ background-color: #e5872c;
}
.x-tree-drop-ok-append .x-dd-drop-icon{
@@ -1113,9 +1113,9 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-middle,.x-date-left,.x-date-right {
- background-image: url(../images/access/shared/hd-sprite.gif);
- color:#fff;
- font:bold 14px "sans serif", tahoma, verdana, helvetica;
+ background-image: url(../images/access/shared/hd-sprite.gif);
+ color:#fff;
+ font:bold 14px "sans serif", tahoma, verdana, helvetica;
}
.x-date-middle .x-btn .x-btn-text {
@@ -1131,15 +1131,15 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-left a{
- background-image: url(../images/access/shared/left-btn.gif);
+ background-image: url(../images/access/shared/left-btn.gif);
}
.x-date-inner th {
background-color:#363d4a;
background-image:url(../images/access/toolbar/bg.gif);
- border-bottom-color:#535b5c;
+ border-bottom-color:#535b5c;
font:normal 13px arial, helvetica,tahoma,sans-serif;
- color:#fff;
+ color:#fff;
}
.x-date-inner td {
@@ -1153,18 +1153,18 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-inner .x-date-active{
- color:#000;
+ color:#000;
}
.x-date-inner .x-date-selected a{
background-color:#e5872c;
- background-image:none;
- border-color:#864900;
+ background-image:none;
+ border-color:#864900;
padding:1px 6px 1px 2px; /* Structure to account for larger, bolder fonts in Access theme. */
}
.x-date-inner .x-date-today a{
- border-color:#99a;
+ border-color:#99a;
}
.x-date-inner .x-date-selected span{
@@ -1172,7 +1172,7 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
- color:#aaa;
+ color:#aaa;
}
.x-date-bottom {
@@ -1187,8 +1187,8 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-inner .x-date-disabled a {
- background-color:#eee;
- color:#bbb;
+ background-color:#eee;
+ color:#bbb;
}
.x-date-mmenu{
@@ -1196,47 +1196,47 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-mmenu .x-menu-item {
- font-size:13px;
- color:#000;
+ font-size:13px;
+ color:#000;
}
.x-date-mp {
- background-color:#21252e;
+ background-color:#21252e;
}
.x-date-mp td {
- font:normal 14px arial, helvetica,tahoma,sans-serif;
+ font:normal 14px arial, helvetica,tahoma,sans-serif;
}
.x-date-mp-btns button {
- background-color:#083772;
- color:#fff;
- border-color: #3366cc #000055 #000055 #3366cc;
- font:normal 14px arial, helvetica,tahoma,sans-serif;
+ background-color:#083772;
+ color:#fff;
+ border-color: #3366cc #000055 #000055 #3366cc;
+ font:normal 14px arial, helvetica,tahoma,sans-serif;
}
.x-date-mp-btns {
background-color: #dfecfb;
- background-image: url(../images/access/shared/glass-bg.gif);
+ background-image: url(../images/access/shared/glass-bg.gif);
}
.x-date-mp-btns td {
- border-top-color: #c5d2df;
+ border-top-color: #c5d2df;
}
td.x-date-mp-month a,td.x-date-mp-year a {
- color:#fff;
+ color:#fff;
}
td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
- color:#fff;
- background-color: #7e5530;
+ color:#fff;
+ background-color: #7e5530;
}
td.x-date-mp-sel a {
background-color: #e5872c;
- background-image: none;
- border-color:#864900;
+ background-image: none;
+ border-color:#864900;
}
.x-date-mp-ybtn a {
@@ -1247,18 +1247,18 @@ td.x-date-mp-sep {
border-right-color:#c5d2df;
}
.x-tip .x-tip-close{
- background-image: url(../images/access/qtip/close.gif);
+ background-image: url(../images/access/qtip/close.gif);
}
.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
- background-image: url(../images/access/qtip/tip-sprite.gif);
+ background-image: url(../images/access/qtip/tip-sprite.gif);
}
.x-tip .x-tip-mc {
font: normal 14px tahoma,arial,helvetica,sans-serif;
}
.x-tip .x-tip-ml {
- background-color: #fff;
+ background-color: #fff;
}
.x-tip .x-tip-header-text {
@@ -1274,7 +1274,7 @@ td.x-date-mp-sep {
.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
{
- background-image: url(../images/default/form/error-tip-corners.gif);
+ background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-body {
@@ -1285,48 +1285,48 @@ td.x-date-mp-sep {
background-image:url(../images/access/qtip/tip-anchor-sprite.gif);
}
.x-menu {
- border-color:#222;
+ border-color:#222;
background-color:#414551;
- background-image:url(../images/access/menu/menu.gif);
+ background-image:url(../images/access/menu/menu.gif);
}
.x-menu-nosep {
- background-image:none;
+ background-image:none;
}
.x-menu-list-item{
- font:normal 14px tahoma,arial, sans-serif;
+ font:normal 14px tahoma,arial, sans-serif;
}
.x-menu-item-arrow{
- background-image:url(../images/access/menu/menu-parent.gif);
+ background-image:url(../images/access/menu/menu-parent.gif);
}
.x-menu-sep {
background-color:#223;
- border-bottom-color:#666;
+ border-bottom-color:#666;
}
a.x-menu-item {
- color:#fffff6;
+ color:#fffff6;
}
.x-menu-item-active {
- background-color: #f09134;
- background-image: none;
+ background-color: #f09134;
+ background-image: none;
border-color:#b36427;
}
.x-menu-item-active a.x-menu-item {
- border-color:#b36427;
+ border-color:#b36427;
}
.x-menu-check-item .x-menu-item-icon{
- background-image:url(../images/default/menu/unchecked.gif);
+ background-image:url(../images/default/menu/unchecked.gif);
}
.x-menu-item-checked .x-menu-item-icon{
- background-image:url(../images/default/menu/checked.gif);
+ background-image:url(../images/default/menu/checked.gif);
}
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
@@ -1338,7 +1338,7 @@ a.x-menu-item {
}
.x-menu-plain {
- background-color:#fff !important;
+ background-color:#fff !important;
}
.x-menu .x-date-picker{
@@ -1358,72 +1358,72 @@ a.x-menu-item {
background-image:url(../images/default/layout/mini-bottom.gif);
}
.x-box-tl {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-tc {
- background-image: url(../images/default/box/tb.gif);
+ background-image: url(../images/default/box/tb.gif);
}
.x-box-tr {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-ml {
- background-image: url(../images/default/box/l.gif);
+ background-image: url(../images/default/box/l.gif);
}
.x-box-mc {
- background-color: #eee;
+ background-color: #eee;
background-image: url(../images/default/box/tb.gif);
- font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
- color: #393939;
- font-size: 15px;
+ font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
+ color: #393939;
+ font-size: 15px;
}
.x-box-mc h3 {
- font-size: 18px;
- font-weight: bold;
+ font-size: 18px;
+ font-weight: bold;
}
.x-box-mr {
- background-image: url(../images/default/box/r.gif);
+ background-image: url(../images/default/box/r.gif);
}
.x-box-bl {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-bc {
- background-image: url(../images/default/box/tb.gif);
+ background-image: url(../images/default/box/tb.gif);
}
.x-box-br {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
- background-image: url(../images/default/box/corners-blue.gif);
+ background-image: url(../images/default/box/corners-blue.gif);
}
.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
- background-image: url(../images/default/box/tb-blue.gif);
+ background-image: url(../images/default/box/tb-blue.gif);
}
.x-box-blue .x-box-mc {
- background-color: #c3daf9;
+ background-color: #c3daf9;
}
.x-box-blue .x-box-mc h3 {
- color: #17385b;
+ color: #17385b;
}
.x-box-blue .x-box-ml {
- background-image: url(../images/default/box/l-blue.gif);
+ background-image: url(../images/default/box/l-blue.gif);
}
.x-box-blue .x-box-mr {
- background-image: url(../images/default/box/r-blue.gif);
+ background-image: url(../images/default/box/r-blue.gif);
}
.x-combo-list {
border:2px solid #232732;
@@ -1451,7 +1451,7 @@ a.x-menu-item {
}
.x-combo-list .x-combo-selected {
- border-color:#e5872c !important;
+ border-color:#e5872c !important;
background-color:#e5872c;
}
@@ -1515,7 +1515,7 @@ a.x-menu-item {
}
.x-panel-bc {
- background-image: url(../images/access/panel/top-bottom.gif);
+ background-image: url(../images/access/panel/top-bottom.gif);
}
.x-panel-mc {
@@ -1528,7 +1528,7 @@ a.x-menu-item {
}
.x-panel-mr {
- background-image: url(../images/access/panel/left-right.gif);
+ background-image: url(../images/access/panel/left-right.gif);
}
.x-tool {
@@ -1557,31 +1557,31 @@ a.x-menu-item {
.x-window-tl .x-window-header {
color:#fff;
- font:bold 14px tahoma,arial,verdana,sans-serif;
+ font:bold 14px tahoma,arial,verdana,sans-serif;
}
.x-window-tc {
- background-image: url(../images/access/window/top-bottom.png);
+ background-image: url(../images/access/window/top-bottom.png);
}
.x-window-tl {
- background-image: url(../images/access/window/left-corners.png);
+ background-image: url(../images/access/window/left-corners.png);
}
.x-window-tr {
- background-image: url(../images/access/window/right-corners.png);
+ background-image: url(../images/access/window/right-corners.png);
}
.x-window-bc {
- background-image: url(../images/access/window/top-bottom.png);
+ background-image: url(../images/access/window/top-bottom.png);
}
.x-window-bl {
- background-image: url(../images/access/window/left-corners.png);
+ background-image: url(../images/access/window/left-corners.png);
}
.x-window-br {
- background-image: url(../images/access/window/right-corners.png);
+ background-image: url(../images/access/window/right-corners.png);
}
.x-window-mc {
@@ -1591,11 +1591,11 @@ a.x-menu-item {
}
.x-window-ml {
- background-image: url(../images/access/window/left-right.png);
+ background-image: url(../images/access/window/left-right.png);
}
.x-window-mr {
- background-image: url(../images/access/window/left-right.png);
+ background-image: url(../images/access/window/left-right.png);
}
.x-window-maximized .x-window-tc {
@@ -1664,14 +1664,14 @@ body.x-body-masked .x-window-plain .x-window-mc {
}
.x-accordion-hd {
- color:#fff;
+ color:#fff;
font-weight:normal;
background-image: url(../images/access/panel/light-hd.gif);
}
.x-layout-collapsed{
background-color:#323845;
- border-color:#1a1a1c;
+ border-color:#1a1a1c;
}
.x-layout-collapsed-over{
@@ -1740,8 +1740,8 @@ body.x-body-masked .x-window-plain .x-window-mc {
}
.x-list-header{
background-color:#393d4e;
- background-image:url(../images/access/toolbar/bg.gif);
- background-position:0 top;
+ background-image:url(../images/access/toolbar/bg.gif);
+ background-position:0 top;
}
.x-list-header-inner div em {
diff --git a/deluge/ui/web/themes/css/xtheme-blue.css b/deluge/ui/web/themes/css/xtheme-blue.css
index a730272f5..8c9891ecc 100644
--- a/deluge/ui/web/themes/css/xtheme-blue.css
+++ b/deluge/ui/web/themes/css/xtheme-blue.css
@@ -81,26 +81,26 @@
background-color: #ccc;
}
.x-tab-panel-header, .x-tab-panel-footer {
- background-color: #deecfd;
- border-color:#8db2e3;
+ background-color: #deecfd;
+ border-color:#8db2e3;
overflow:hidden;
zoom:1;
}
.x-tab-panel-header, .x-tab-panel-footer {
- border-color:#8db2e3;
+ border-color:#8db2e3;
}
ul.x-tab-strip-top{
background-color:#cedff5;
- background-image: url(../images/default/tabs/tab-strip-bg.gif);
- border-bottom-color:#8db2e3;
+ background-image: url(../images/default/tabs/tab-strip-bg.gif);
+ border-bottom-color:#8db2e3;
}
ul.x-tab-strip-bottom{
background-color:#cedff5;
- background-image: url(../images/default/tabs/tab-strip-btm-bg.gif);
- border-top-color:#8db2e3;
+ background-image: url(../images/default/tabs/tab-strip-btm-bg.gif);
+ border-top-color:#8db2e3;
}
.x-tab-panel-header-plain .x-tab-strip-spacer,
@@ -110,57 +110,57 @@ ul.x-tab-strip-bottom{
}
.x-tab-strip span.x-tab-strip-text {
- font:normal 11px tahoma,arial,helvetica;
- color:#416aa3;
+ font:normal 11px tahoma,arial,helvetica;
+ color:#416aa3;
}
.x-tab-strip-over span.x-tab-strip-text {
- color:#15428b;
+ color:#15428b;
}
.x-tab-strip-active span.x-tab-strip-text {
- color:#15428b;
+ color:#15428b;
font-weight:bold;
}
.x-tab-strip-disabled .x-tabs-text {
- color:#aaaaaa;
+ color:#aaaaaa;
}
.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner{
- background-image: url(../images/default/tabs/tabs-sprite.gif);
+ background-image: url(../images/default/tabs/tabs-sprite.gif);
}
.x-tab-strip-bottom .x-tab-right {
- background-image: url(../images/default/tabs/tab-btm-inactive-right-bg.gif);
+ background-image: url(../images/default/tabs/tab-btm-inactive-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-left {
- background-image: url(../images/default/tabs/tab-btm-inactive-left-bg.gif);
+ background-image: url(../images/default/tabs/tab-btm-inactive-left-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-over .x-tab-right {
- background-image: url(../images/default/tabs/tab-btm-over-right-bg.gif);
+ background-image: url(../images/default/tabs/tab-btm-over-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-over .x-tab-left {
- background-image: url(../images/default/tabs/tab-btm-over-left-bg.gif);
+ background-image: url(../images/default/tabs/tab-btm-over-left-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
- background-image: url(../images/default/tabs/tab-btm-right-bg.gif);
+ background-image: url(../images/default/tabs/tab-btm-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
- background-image: url(../images/default/tabs/tab-btm-left-bg.gif);
+ background-image: url(../images/default/tabs/tab-btm-left-bg.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
- background-image:url(../images/default/tabs/tab-close.gif);
+ background-image:url(../images/default/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
- background-image:url(../images/default/tabs/tab-close.gif);
+ background-image:url(../images/default/tabs/tab-close.gif);
}
.x-tab-panel-body {
@@ -254,13 +254,13 @@ ul.x-tab-strip-bottom{
}
.x-form-focus, textarea.x-form-focus {
- border-color:#7eadd9;
+ border-color:#7eadd9;
}
.x-form-invalid, textarea.x-form-invalid {
background-color:#fff;
- background-image:url(../images/default/grid/invalid_line.gif);
- border-color:#c30;
+ background-image:url(../images/default/grid/invalid_line.gif);
+ border-color:#c30;
}
.x-form-invalid.x-form-composite {
@@ -270,17 +270,17 @@ ul.x-tab-strip-bottom{
.x-form-invalid.x-form-composite .x-form-invalid {
background-color:#fff;
- background-image:url(../images/default/grid/invalid_line.gif);
- border-color:#c30;
+ background-image:url(../images/default/grid/invalid_line.gif);
+ border-color:#c30;
}
.x-form-inner-invalid, textarea.x-form-inner-invalid {
background-color:#fff;
- background-image:url(../images/default/grid/invalid_line.gif);
+ background-image:url(../images/default/grid/invalid_line.gif);
}
.x-form-grow-sizer {
- font:normal 12px tahoma, arial, helvetica, sans-serif;
+ font:normal 12px tahoma, arial, helvetica, sans-serif;
}
.x-form-item {
@@ -318,7 +318,7 @@ ul.x-tab-strip-bottom{
color:#15428b;
}
.x-btn{
- font:normal 11px tahoma, verdana, helvetica;
+ font:normal 11px tahoma, verdana, helvetica;
}
.x-btn button{
@@ -332,7 +332,7 @@ ul.x-tab-strip-bottom{
}
.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{
- background-image:url(../images/default/button/btn.gif);
+ background-image:url(../images/default/button/btn.gif);
}
.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{
@@ -340,7 +340,7 @@ ul.x-tab-strip-bottom{
}
.x-btn-disabled *{
- color:gray !important;
+ color:gray !important;
}
.x-btn-mc em.x-btn-arrow {
@@ -372,40 +372,40 @@ ul.x-tab-strip-bottom{
}
.x-btn-group-tc {
- background-image: url(../images/default/button/group-tb.gif);
+ background-image: url(../images/default/button/group-tb.gif);
}
.x-btn-group-tl {
- background-image: url(../images/default/button/group-cs.gif);
+ background-image: url(../images/default/button/group-cs.gif);
}
.x-btn-group-tr {
- background-image: url(../images/default/button/group-cs.gif);
+ background-image: url(../images/default/button/group-cs.gif);
}
.x-btn-group-bc {
- background-image: url(../images/default/button/group-tb.gif);
+ background-image: url(../images/default/button/group-tb.gif);
}
.x-btn-group-bl {
- background-image: url(../images/default/button/group-cs.gif);
+ background-image: url(../images/default/button/group-cs.gif);
}
.x-btn-group-br {
- background-image: url(../images/default/button/group-cs.gif);
+ background-image: url(../images/default/button/group-cs.gif);
}
.x-btn-group-ml {
- background-image: url(../images/default/button/group-lr.gif);
+ background-image: url(../images/default/button/group-lr.gif);
}
.x-btn-group-mr {
- background-image: url(../images/default/button/group-lr.gif);
+ background-image: url(../images/default/button/group-lr.gif);
}
.x-btn-group-notitle .x-btn-group-tc {
- background-image: url(../images/default/button/group-tb.gif);
+ background-image: url(../images/default/button/group-tb.gif);
}.x-toolbar{
- border-color:#a9bfd3;
+ border-color:#a9bfd3;
background-color:#d0def0;
background-image:url(../images/default/toolbar/bg.gif);
}
@@ -415,11 +415,11 @@ ul.x-tab-strip-bottom{
}
.x-toolbar .x-item-disabled {
- color:gray;
+ color:gray;
}
.x-toolbar .x-item-disabled * {
- color:gray;
+ color:gray;
}
.x-toolbar .x-btn-mc em.x-btn-split {
@@ -443,47 +443,47 @@ ul.x-tab-strip-bottom{
}
.x-toolbar .xtb-sep {
- background-image: url(../images/default/grid/grid-blue-split.gif);
+ background-image: url(../images/default/grid/grid-blue-split.gif);
}
.x-tbar-page-first{
- background-image: url(../images/default/grid/page-first.gif) !important;
+ background-image: url(../images/default/grid/page-first.gif) !important;
}
.x-tbar-loading{
- background-image: url(../images/default/grid/refresh.gif) !important;
+ background-image: url(../images/default/grid/refresh.gif) !important;
}
.x-tbar-page-last{
- background-image: url(../images/default/grid/page-last.gif) !important;
+ background-image: url(../images/default/grid/page-last.gif) !important;
}
.x-tbar-page-next{
- background-image: url(../images/default/grid/page-next.gif) !important;
+ background-image: url(../images/default/grid/page-next.gif) !important;
}
.x-tbar-page-prev{
- background-image: url(../images/default/grid/page-prev.gif) !important;
+ background-image: url(../images/default/grid/page-prev.gif) !important;
}
.x-item-disabled .x-tbar-loading{
- background-image: url(../images/default/grid/refresh-disabled.gif) !important;
+ background-image: url(../images/default/grid/refresh-disabled.gif) !important;
}
.x-item-disabled .x-tbar-page-first{
- background-image: url(../images/default/grid/page-first-disabled.gif) !important;
+ background-image: url(../images/default/grid/page-first-disabled.gif) !important;
}
.x-item-disabled .x-tbar-page-last{
- background-image: url(../images/default/grid/page-last-disabled.gif) !important;
+ background-image: url(../images/default/grid/page-last-disabled.gif) !important;
}
.x-item-disabled .x-tbar-page-next{
- background-image: url(../images/default/grid/page-next-disabled.gif) !important;
+ background-image: url(../images/default/grid/page-next-disabled.gif) !important;
}
.x-item-disabled .x-tbar-page-prev{
- background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
+ background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
}
.x-paging-info {
@@ -493,7 +493,7 @@ ul.x-tab-strip-bottom{
.x-toolbar-more-icon {
background-image: url(../images/default/toolbar/more.gif) !important;
}.x-resizable-handle {
- background-color:#fff;
+ background-color:#fff;
}
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
@@ -538,11 +538,11 @@ ul.x-tab-strip-bottom{
}
.x-grid3-row td, .x-grid3-summary-row td{
- font:normal 11px/13px arial, tahoma, helvetica, sans-serif;
+ font:normal 11px/13px arial, tahoma, helvetica, sans-serif;
}
.x-grid3-hd-row td {
- font:normal 11px/15px arial, tahoma, helvetica, sans-serif;
+ font:normal 11px/15px arial, tahoma, helvetica, sans-serif;
}
@@ -562,11 +562,11 @@ ul.x-tab-strip-bottom{
}
.x-grid3-row-alt{
- background-color:#fafafa;
+ background-color:#fafafa;
}
.x-grid3-row-over {
- border-color:#ddd;
+ border-color:#ddd;
background-color:#efefef;
background-image:url(../images/default/grid/row-over.gif);
}
@@ -581,7 +581,7 @@ ul.x-tab-strip-bottom{
.x-grid3-header{
background-color:#f9f9f9;
- background-image:url(../images/default/grid/grid3-hrow.gif);
+ background-image:url(../images/default/grid/grid3-hrow.gif);
}
.x-grid3-header-pop {
@@ -605,37 +605,37 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.sort-asc .x-grid3-sort-icon {
- background-image: url(../images/default/grid/sort_asc.gif);
+ background-image: url(../images/default/grid/sort_asc.gif);
}
.sort-desc .x-grid3-sort-icon {
- background-image: url(../images/default/grid/sort_desc.gif);
+ background-image: url(../images/default/grid/sort_desc.gif);
}
.x-grid3-cell-text, .x-grid3-hd-text {
- color:#000;
+ color:#000;
}
.x-grid3-split {
- background-image: url(../images/default/grid/grid-split.gif);
+ background-image: url(../images/default/grid/grid-split.gif);
}
.x-grid3-hd-text {
- color:#15428b;
+ color:#15428b;
}
.x-dd-drag-proxy .x-grid3-hd-inner{
background-color:#ebf3fd;
- background-image:url(../images/default/grid/grid3-hrow-over.gif);
- border-color:#aaccf6;
+ background-image:url(../images/default/grid/grid3-hrow-over.gif);
+ border-color:#aaccf6;
}
.col-move-top{
- background-image:url(../images/default/grid/col-move-top.gif);
+ background-image:url(../images/default/grid/col-move-top.gif);
}
.col-move-bottom{
- background-image:url(../images/default/grid/col-move-bottom.gif);
+ background-image:url(../images/default/grid/col-move-bottom.gif);
}
td.grid-hd-group-cell {
@@ -643,22 +643,22 @@ td.grid-hd-group-cell {
}
.x-grid3-row-selected {
- background-color: #dfe8f6 !important;
- background-image: none;
- border-color:#a3bae9;
+ background-color: #dfe8f6 !important;
+ background-image: none;
+ border-color:#a3bae9;
}
.x-grid3-cell-selected{
- background-color: #b8cfee !important;
- color:#000;
+ background-color: #b8cfee !important;
+ color:#000;
}
.x-grid3-cell-selected span{
- color:#000 !important;
+ color:#000 !important;
}
.x-grid3-cell-selected .x-grid3-cell-text{
- color:#000;
+ color:#000;
}
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
@@ -678,15 +678,15 @@ td.grid-hd-group-cell {
}
.x-grid3-topbar, .x-grid3-bottombar{
- font:normal 11px arial, tahoma, helvetica, sans-serif;
+ font:normal 11px arial, tahoma, helvetica, sans-serif;
}
.x-grid3-bottombar .x-toolbar{
- border-top-color:#a9bfd3;
+ border-top-color:#a9bfd3;
}
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
- background-image:url(../images/default/grid/grid3-special-col-bg.gif) !important;
+ background-image:url(../images/default/grid/grid3-special-col-bg.gif) !important;
color:#000 !important;
}
@@ -696,19 +696,19 @@ td.grid-hd-group-cell {
}
.xg-hmenu-sort-asc .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-asc.gif);
+ background-image: url(../images/default/grid/hmenu-asc.gif);
}
.xg-hmenu-sort-desc .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-desc.gif);
+ background-image: url(../images/default/grid/hmenu-desc.gif);
}
.xg-hmenu-lock .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-lock.gif);
+ background-image: url(../images/default/grid/hmenu-lock.gif);
}
.xg-hmenu-unlock .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-unlock.gif);
+ background-image: url(../images/default/grid/hmenu-unlock.gif);
}
.x-grid3-hd-btn {
@@ -737,7 +737,7 @@ td.grid-hd-group-cell {
}
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
- color:#444;
+ color:#444;
}
.x-grid3-body .x-grid3-td-row-icon {
@@ -747,15 +747,15 @@ td.grid-hd-group-cell {
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
- background-image:url(../images/default/grid/grid3-special-col-sel-bg.gif);
+ background-image:url(../images/default/grid/grid3-special-col-sel-bg.gif);
}
.x-grid3-check-col {
- background-image:url(../images/default/menu/unchecked.gif);
+ background-image:url(../images/default/menu/unchecked.gif);
}
.x-grid3-check-col-on {
- background-image:url(../images/default/menu/checked.gif);
+ background-image:url(../images/default/menu/checked.gif);
}
.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
@@ -798,7 +798,7 @@ td.grid-hd-group-cell {
}
.x-grid-with-col-lines .x-grid3-row-selected {
- border-top-color:#a3bae9;
+ border-top-color:#a3bae9;
}.x-pivotgrid .x-grid3-header-offset table td {
background: url(../images/default/grid/grid3-hrow.gif) repeat-x 50% 100%;
border-left: 1px solid;
@@ -822,10 +822,10 @@ td.grid-hd-group-cell {
height: 18px;
}
.x-dd-drag-ghost{
- color:#000;
- font: normal 11px arial, helvetica, sans-serif;
+ color:#000;
+ font: normal 11px arial, helvetica, sans-serif;
border-color: #ddd #bbb #bbb #ddd;
- background-color:#fff;
+ background-color:#fff;
}
.x-dd-drop-nodrop .x-dd-drop-icon{
@@ -844,19 +844,19 @@ td.grid-hd-group-cell {
background-color:#c3daf9;
border-color:#3399bb;
}.x-tree-node-expanded .x-tree-node-icon{
- background-image:url(../images/default/tree/folder-open.gif);
+ background-image:url(../images/default/tree/folder-open.gif);
}
.x-tree-node-leaf .x-tree-node-icon{
- background-image:url(../images/default/tree/leaf.gif);
+ background-image:url(../images/default/tree/leaf.gif);
}
.x-tree-node-collapsed .x-tree-node-icon{
- background-image:url(../images/default/tree/folder.gif);
+ background-image:url(../images/default/tree/folder.gif);
}
.x-tree-node-loading .x-tree-node-icon{
- background-image:url(../images/default/tree/loading.gif) !important;
+ background-image:url(../images/default/tree/loading.gif) !important;
}
.x-tree-node .x-tree-node-inline-icon {
@@ -864,52 +864,52 @@ td.grid-hd-group-cell {
}
.x-tree-node-loading a span{
- font-style: italic;
- color:#444444;
+ font-style: italic;
+ color:#444444;
}
.x-tree-lines .x-tree-elbow{
- background-image:url(../images/default/tree/elbow.gif);
+ background-image:url(../images/default/tree/elbow.gif);
}
.x-tree-lines .x-tree-elbow-plus{
- background-image:url(../images/default/tree/elbow-plus.gif);
+ background-image:url(../images/default/tree/elbow-plus.gif);
}
.x-tree-lines .x-tree-elbow-minus{
- background-image:url(../images/default/tree/elbow-minus.gif);
+ background-image:url(../images/default/tree/elbow-minus.gif);
}
.x-tree-lines .x-tree-elbow-end{
- background-image:url(../images/default/tree/elbow-end.gif);
+ background-image:url(../images/default/tree/elbow-end.gif);
}
.x-tree-lines .x-tree-elbow-end-plus{
- background-image:url(../images/default/tree/elbow-end-plus.gif);
+ background-image:url(../images/default/tree/elbow-end-plus.gif);
}
.x-tree-lines .x-tree-elbow-end-minus{
- background-image:url(../images/default/tree/elbow-end-minus.gif);
+ background-image:url(../images/default/tree/elbow-end-minus.gif);
}
.x-tree-lines .x-tree-elbow-line{
- background-image:url(../images/default/tree/elbow-line.gif);
+ background-image:url(../images/default/tree/elbow-line.gif);
}
.x-tree-no-lines .x-tree-elbow-plus{
- background-image:url(../images/default/tree/elbow-plus-nl.gif);
+ background-image:url(../images/default/tree/elbow-plus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-minus{
- background-image:url(../images/default/tree/elbow-minus-nl.gif);
+ background-image:url(../images/default/tree/elbow-minus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-end-plus{
- background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
+ background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-end-minus{
- background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
+ background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
}
.x-tree-arrows .x-tree-elbow-plus{
@@ -929,49 +929,49 @@ td.grid-hd-group-cell {
}
.x-tree-node{
- color:#000;
- font: normal 11px arial, tahoma, helvetica, sans-serif;
+ color:#000;
+ font: normal 11px arial, tahoma, helvetica, sans-serif;
}
.x-tree-node a, .x-dd-drag-ghost a{
- color:#000;
+ color:#000;
}
.x-tree-node a span, .x-dd-drag-ghost a span{
- color:#000;
+ color:#000;
}
.x-tree-node .x-tree-node-disabled a span{
- color:gray !important;
+ color:gray !important;
}
.x-tree-node div.x-tree-drag-insert-below{
- border-bottom-color:#36c;
+ border-bottom-color:#36c;
}
.x-tree-node div.x-tree-drag-insert-above{
- border-top-color:#36c;
+ border-top-color:#36c;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
- border-bottom-color:#36c;
+ border-bottom-color:#36c;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
- border-top-color:#36c;
+ border-top-color:#36c;
}
.x-tree-node .x-tree-drag-append a span{
- background-color:#ddd;
- border-color:gray;
+ background-color:#ddd;
+ border-color:gray;
}
.x-tree-node .x-tree-node-over {
- background-color: #eee;
+ background-color: #eee;
}
.x-tree-node .x-tree-selected {
- background-color: #d9e8fb;
+ background-color: #d9e8fb;
}
.x-tree-drop-ok-append .x-dd-drop-icon{
@@ -994,9 +994,9 @@ td.grid-hd-group-cell {
}
.x-date-middle,.x-date-left,.x-date-right {
- background-image: url(../images/default/shared/hd-sprite.gif);
- color:#fff;
- font:bold 11px "sans serif", tahoma, verdana, helvetica;
+ background-image: url(../images/default/shared/hd-sprite.gif);
+ color:#fff;
+ font:bold 11px "sans serif", tahoma, verdana, helvetica;
}
.x-date-middle .x-btn .x-btn-text {
@@ -1012,15 +1012,15 @@ td.grid-hd-group-cell {
}
.x-date-left a{
- background-image: url(../images/default/shared/left-btn.gif);
+ background-image: url(../images/default/shared/left-btn.gif);
}
.x-date-inner th {
background-color:#dfecfb;
background-image:url(../images/default/shared/glass-bg.gif);
- border-bottom-color:#a3bad9;
+ border-bottom-color:#a3bad9;
font:normal 10px arial, helvetica,tahoma,sans-serif;
- color:#233d6d;
+ color:#233d6d;
}
.x-date-inner td {
@@ -1033,17 +1033,17 @@ td.grid-hd-group-cell {
}
.x-date-inner .x-date-active{
- color:#000;
+ color:#000;
}
.x-date-inner .x-date-selected a{
background-color:#dfecfb;
- background-image:url(../images/default/shared/glass-bg.gif);
- border-color:#8db2e3;
+ background-image:url(../images/default/shared/glass-bg.gif);
+ border-color:#8db2e3;
}
.x-date-inner .x-date-today a{
- border-color:darkred;
+ border-color:darkred;
}
.x-date-inner .x-date-selected span{
@@ -1051,7 +1051,7 @@ td.grid-hd-group-cell {
}
.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
- color:#aaa;
+ color:#aaa;
}
.x-date-bottom {
@@ -1066,8 +1066,8 @@ td.grid-hd-group-cell {
}
.x-date-inner .x-date-disabled a {
- background-color:#eee;
- color:#bbb;
+ background-color:#eee;
+ color:#bbb;
}
.x-date-mmenu{
@@ -1075,47 +1075,47 @@ td.grid-hd-group-cell {
}
.x-date-mmenu .x-menu-item {
- font-size:10px;
- color:#000;
+ font-size:10px;
+ color:#000;
}
.x-date-mp {
- background-color:#fff;
+ background-color:#fff;
}
.x-date-mp td {
- font:normal 11px arial, helvetica,tahoma,sans-serif;
+ font:normal 11px arial, helvetica,tahoma,sans-serif;
}
.x-date-mp-btns button {
- background-color:#083772;
- color:#fff;
- border-color: #3366cc #000055 #000055 #3366cc;
- font:normal 11px arial, helvetica,tahoma,sans-serif;
+ background-color:#083772;
+ color:#fff;
+ border-color: #3366cc #000055 #000055 #3366cc;
+ font:normal 11px arial, helvetica,tahoma,sans-serif;
}
.x-date-mp-btns {
background-color: #dfecfb;
- background-image: url(../images/default/shared/glass-bg.gif);
+ background-image: url(../images/default/shared/glass-bg.gif);
}
.x-date-mp-btns td {
- border-top-color: #c5d2df;
+ border-top-color: #c5d2df;
}
td.x-date-mp-month a,td.x-date-mp-year a {
- color:#15428b;
+ color:#15428b;
}
td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
- color:#15428b;
- background-color: #ddecfe;
+ color:#15428b;
+ background-color: #ddecfe;
}
td.x-date-mp-sel a {
background-color: #dfecfb;
- background-image: url(../images/default/shared/glass-bg.gif);
- border-color:#8db2e3;
+ background-image: url(../images/default/shared/glass-bg.gif);
+ border-color:#8db2e3;
}
.x-date-mp-ybtn a {
@@ -1125,18 +1125,18 @@ td.x-date-mp-sel a {
td.x-date-mp-sep {
border-right-color:#c5d2df;
}.x-tip .x-tip-close{
- background-image: url(../images/default/qtip/close.gif);
+ background-image: url(../images/default/qtip/close.gif);
}
.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
- background-image: url(../images/default/qtip/tip-sprite.gif);
+ background-image: url(../images/default/qtip/tip-sprite.gif);
}
.x-tip .x-tip-mc {
font: normal 11px tahoma,arial,helvetica,sans-serif;
}
.x-tip .x-tip-ml {
- background-color: #fff;
+ background-color: #fff;
}
.x-tip .x-tip-header-text {
@@ -1152,7 +1152,7 @@ td.x-date-mp-sep {
.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
{
- background-image: url(../images/default/form/error-tip-corners.gif);
+ background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-body {
@@ -1163,7 +1163,7 @@ td.x-date-mp-sep {
background-image:url(../images/default/qtip/tip-anchor-sprite.gif);
}.x-menu {
background-color:#f0f0f0;
- background-image:url(../images/default/menu/menu.gif);
+ background-image:url(../images/default/menu/menu.gif);
}
.x-menu-floating{
@@ -1171,42 +1171,42 @@ td.x-date-mp-sep {
}
.x-menu-nosep {
- background-image:none;
+ background-image:none;
}
.x-menu-list-item{
- font:normal 11px arial,tahoma,sans-serif;
+ font:normal 11px arial,tahoma,sans-serif;
}
.x-menu-item-arrow{
- background-image:url(../images/default/menu/menu-parent.gif);
+ background-image:url(../images/default/menu/menu-parent.gif);
}
.x-menu-sep {
background-color:#e0e0e0;
- border-bottom-color:#fff;
+ border-bottom-color:#fff;
}
a.x-menu-item {
- color:#222;
+ color:#222;
}
.x-menu-item-active {
background-image: url(../images/default/menu/item-over.gif);
- background-color: #dbecf4;
+ background-color: #dbecf4;
border-color:#aaccf6;
}
.x-menu-item-active a.x-menu-item {
- border-color:#aaccf6;
+ border-color:#aaccf6;
}
.x-menu-check-item .x-menu-item-icon{
- background-image:url(../images/default/menu/unchecked.gif);
+ background-image:url(../images/default/menu/unchecked.gif);
}
.x-menu-item-checked .x-menu-item-icon{
- background-image:url(../images/default/menu/checked.gif);
+ background-image:url(../images/default/menu/checked.gif);
}
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
@@ -1218,7 +1218,7 @@ a.x-menu-item {
}
.x-menu-plain {
- background-color:#f0f0f0 !important;
+ background-color:#f0f0f0 !important;
background-image: none;
}
@@ -1243,72 +1243,72 @@ a.x-menu-item {
background-image:url(../images/default/layout/mini-bottom.gif);
}
.x-box-tl {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-tc {
- background-image: url(../images/default/box/tb.gif);
+ background-image: url(../images/default/box/tb.gif);
}
.x-box-tr {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-ml {
- background-image: url(../images/default/box/l.gif);
+ background-image: url(../images/default/box/l.gif);
}
.x-box-mc {
- background-color: #eee;
+ background-color: #eee;
background-image: url(../images/default/box/tb.gif);
- font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
- color: #393939;
- font-size: 12px;
+ font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
+ color: #393939;
+ font-size: 12px;
}
.x-box-mc h3 {
- font-size: 14px;
- font-weight: bold;
+ font-size: 14px;
+ font-weight: bold;
}
.x-box-mr {
- background-image: url(../images/default/box/r.gif);
+ background-image: url(../images/default/box/r.gif);
}
.x-box-bl {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-bc {
- background-image: url(../images/default/box/tb.gif);
+ background-image: url(../images/default/box/tb.gif);
}
.x-box-br {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
- background-image: url(../images/default/box/corners-blue.gif);
+ background-image: url(../images/default/box/corners-blue.gif);
}
.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
- background-image: url(../images/default/box/tb-blue.gif);
+ background-image: url(../images/default/box/tb-blue.gif);
}
.x-box-blue .x-box-mc {
- background-color: #c3daf9;
+ background-color: #c3daf9;
}
.x-box-blue .x-box-mc h3 {
- color: #17385b;
+ color: #17385b;
}
.x-box-blue .x-box-ml {
- background-image: url(../images/default/box/l-blue.gif);
+ background-image: url(../images/default/box/l-blue.gif);
}
.x-box-blue .x-box-mr {
- background-image: url(../images/default/box/r-blue.gif);
+ background-image: url(../images/default/box/r-blue.gif);
}.x-combo-list {
border-color:#98c0f4;
background-color:#ddecfe;
@@ -1335,7 +1335,7 @@ a.x-menu-item {
}
.x-combo-list .x-combo-selected{
- border-color:#a3bae9 !important;
+ border-color:#a3bae9 !important;
background-color:#dfe8f6;
}
@@ -1351,7 +1351,7 @@ a.x-menu-item {
.x-panel-header {
color:#15428b;
- font-weight:bold;
+ font-weight:bold;
font-size: 11px;
font-family: tahoma,arial,verdana,sans-serif;
border-color:#99bbe8;
@@ -1377,20 +1377,20 @@ a.x-menu-item {
.x-panel-tl .x-panel-header {
color:#15428b;
- font:bold 11px tahoma,arial,verdana,sans-serif;
+ font:bold 11px tahoma,arial,verdana,sans-serif;
}
.x-panel-tc {
- background-image: url(../images/default/panel/top-bottom.gif);
+ background-image: url(../images/default/panel/top-bottom.gif);
}
.x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br{
- background-image: url(../images/default/panel/corners-sprite.gif);
+ background-image: url(../images/default/panel/corners-sprite.gif);
border-bottom-color:#99bbe8;
}
.x-panel-bc {
- background-image: url(../images/default/panel/top-bottom.gif);
+ background-image: url(../images/default/panel/top-bottom.gif);
}
.x-panel-mc {
@@ -1399,12 +1399,12 @@ a.x-menu-item {
}
.x-panel-ml {
- background-color: #fff;
+ background-color: #fff;
background-image:url(../images/default/panel/left-right.gif);
}
.x-panel-mr {
- background-image: url(../images/default/panel/left-right.gif);
+ background-image: url(../images/default/panel/left-right.gif);
}
.x-tool {
@@ -1433,31 +1433,31 @@ a.x-menu-item {
.x-window-tl .x-window-header {
color:#15428b;
- font:bold 11px tahoma,arial,verdana,sans-serif;
+ font:bold 11px tahoma,arial,verdana,sans-serif;
}
.x-window-tc {
- background-image: url(../images/default/window/top-bottom.png);
+ background-image: url(../images/default/window/top-bottom.png);
}
.x-window-tl {
- background-image: url(../images/default/window/left-corners.png);
+ background-image: url(../images/default/window/left-corners.png);
}
.x-window-tr {
- background-image: url(../images/default/window/right-corners.png);
+ background-image: url(../images/default/window/right-corners.png);
}
.x-window-bc {
- background-image: url(../images/default/window/top-bottom.png);
+ background-image: url(../images/default/window/top-bottom.png);
}
.x-window-bl {
- background-image: url(../images/default/window/left-corners.png);
+ background-image: url(../images/default/window/left-corners.png);
}
.x-window-br {
- background-image: url(../images/default/window/right-corners.png);
+ background-image: url(../images/default/window/right-corners.png);
}
.x-window-mc {
@@ -1467,11 +1467,11 @@ a.x-menu-item {
}
.x-window-ml {
- background-image: url(../images/default/window/left-right.png);
+ background-image: url(../images/default/window/left-right.png);
}
.x-window-mr {
- background-image: url(../images/default/window/left-right.png);
+ background-image: url(../images/default/window/left-right.png);
}
.x-window-maximized .x-window-tc {
@@ -1534,14 +1534,14 @@ body.x-body-masked .x-window-plain .x-window-mc {
}
.x-accordion-hd {
- color:#222;
+ color:#222;
font-weight:normal;
background-image: url(../images/default/panel/light-hd.gif);
}
.x-layout-collapsed{
background-color:#d2e0f2;
- border-color:#98c0f4;
+ border-color:#98c0f4;
}
.x-layout-collapsed-over{
@@ -1602,7 +1602,7 @@ body.x-body-masked .x-window-plain .x-window-mc {
color:#396095;
}.x-list-header{
background-color:#f9f9f9;
- background-image:url(../images/default/grid/grid3-hrow.gif);
+ background-image:url(../images/default/grid/grid3-hrow.gif);
}
.x-list-header-inner div em {
@@ -1671,4 +1671,4 @@ body.x-body-masked .x-window-plain .x-window-mc {
.x-window-dlg .ext-mb-error {
background-image:url(../images/default/window/icon-error.gif);
-}
\ No newline at end of file
+}
diff --git a/deluge/ui/web/themes/css/xtheme-gray.css b/deluge/ui/web/themes/css/xtheme-gray.css
index 0ef68e260..923fdc5d8 100644
--- a/deluge/ui/web/themes/css/xtheme-gray.css
+++ b/deluge/ui/web/themes/css/xtheme-gray.css
@@ -81,26 +81,26 @@
.x-spotlight {
background-color: #ccc;
}.x-tab-panel-header, .x-tab-panel-footer {
- background-color: #eaeaea;
- border-color:#d0d0d0;
+ background-color: #eaeaea;
+ border-color:#d0d0d0;
overflow:hidden;
zoom:1;
}
.x-tab-panel-header, .x-tab-panel-footer {
- border-color:#d0d0d0;
+ border-color:#d0d0d0;
}
ul.x-tab-strip-top{
background-color:#dbdbdb;
- background-image: url(../images/gray/tabs/tab-strip-bg.gif);
- border-bottom-color:#d0d0d0;
+ background-image: url(../images/gray/tabs/tab-strip-bg.gif);
+ border-bottom-color:#d0d0d0;
}
ul.x-tab-strip-bottom{
background-color:#dbdbdb;
- background-image: url(../images/gray/tabs/tab-strip-btm-bg.gif);
- border-top-color:#d0d0d0;
+ background-image: url(../images/gray/tabs/tab-strip-btm-bg.gif);
+ border-top-color:#d0d0d0;
}
.x-tab-panel-header-plain .x-tab-strip-spacer,
@@ -110,57 +110,57 @@ ul.x-tab-strip-bottom{
}
.x-tab-strip span.x-tab-strip-text {
- font:normal 11px tahoma,arial,helvetica;
- color:#333;
+ font:normal 11px tahoma,arial,helvetica;
+ color:#333;
}
.x-tab-strip-over span.x-tab-strip-text {
- color:#111;
+ color:#111;
}
.x-tab-strip-active span.x-tab-strip-text {
- color:#333;
+ color:#333;
font-weight:bold;
}
.x-tab-strip-disabled .x-tabs-text {
- color:#aaaaaa;
+ color:#aaaaaa;
}
.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner{
- background-image: url(../images/gray/tabs/tabs-sprite.gif);
+ background-image: url(../images/gray/tabs/tabs-sprite.gif);
}
.x-tab-strip-bottom .x-tab-right {
- background-image: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif);
+ background-image: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-left {
- background-image: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif);
+ background-image: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-over .x-tab-left {
- background-image: url(../images/gray/tabs/tab-btm-over-left-bg.gif);
+ background-image: url(../images/gray/tabs/tab-btm-over-left-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-over .x-tab-right {
- background-image: url(../images/gray/tabs/tab-btm-over-right-bg.gif);
+ background-image: url(../images/gray/tabs/tab-btm-over-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
- background-image: url(../images/gray/tabs/tab-btm-right-bg.gif);
+ background-image: url(../images/gray/tabs/tab-btm-right-bg.gif);
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
- background-image: url(../images/gray/tabs/tab-btm-left-bg.gif);
+ background-image: url(../images/gray/tabs/tab-btm-left-bg.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
- background-image:url(../images/gray/tabs/tab-close.gif);
+ background-image:url(../images/gray/tabs/tab-close.gif);
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
- background-image:url(../images/gray/tabs/tab-close.gif);
+ background-image:url(../images/gray/tabs/tab-close.gif);
}
.x-tab-panel-body {
@@ -255,27 +255,27 @@ ul.x-tab-strip-bottom{
}
.x-form-focus, textarea.x-form-focus{
- border-color:#777777;
+ border-color:#777777;
}
.x-form-invalid, textarea.x-form-invalid{
background-color:#fff;
- background-image:url(../images/default/grid/invalid_line.gif);
- border-color:#c30;
+ background-image:url(../images/default/grid/invalid_line.gif);
+ border-color:#c30;
}
.ext-webkit .x-form-invalid{
- background-color:#fee;
- border-color:#ff7870;
+ background-color:#fee;
+ border-color:#ff7870;
}
.x-form-inner-invalid, textarea.x-form-inner-invalid{
background-color:#fff;
- background-image:url(../images/default/grid/invalid_line.gif);
+ background-image:url(../images/default/grid/invalid_line.gif);
}
.x-form-grow-sizer {
- font:normal 12px tahoma, arial, helvetica, sans-serif;
+ font:normal 12px tahoma, arial, helvetica, sans-serif;
}
.x-form-item {
@@ -312,7 +312,7 @@ ul.x-tab-strip-bottom{
font:bold 11px tahoma, arial, helvetica, sans-serif;
color:#777777;
}.x-btn{
- font:normal 11px tahoma, verdana, helvetica;
+ font:normal 11px tahoma, verdana, helvetica;
}
.x-btn button{
@@ -326,7 +326,7 @@ ul.x-tab-strip-bottom{
}
.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{
- background-image:url(../images/gray/button/btn.gif);
+ background-image:url(../images/gray/button/btn.gif);
}
.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{
@@ -334,7 +334,7 @@ ul.x-tab-strip-bottom{
}
.x-btn-disabled *{
- color:gray !important;
+ color:gray !important;
}
.x-btn-mc em.x-btn-arrow {
@@ -366,41 +366,41 @@ ul.x-tab-strip-bottom{
}
.x-btn-group-tc {
- background-image: url(../images/gray/button/group-tb.gif);
+ background-image: url(../images/gray/button/group-tb.gif);
}
.x-btn-group-tl {
- background-image: url(../images/gray/button/group-cs.gif);
+ background-image: url(../images/gray/button/group-cs.gif);
}
.x-btn-group-tr {
- background-image: url(../images/gray/button/group-cs.gif);
+ background-image: url(../images/gray/button/group-cs.gif);
}
.x-btn-group-bc {
- background-image: url(../images/gray/button/group-tb.gif);
+ background-image: url(../images/gray/button/group-tb.gif);
}
.x-btn-group-bl {
- background-image: url(../images/gray/button/group-cs.gif);
+ background-image: url(../images/gray/button/group-cs.gif);
}
.x-btn-group-br {
- background-image: url(../images/gray/button/group-cs.gif);
+ background-image: url(../images/gray/button/group-cs.gif);
}
.x-btn-group-ml {
- background-image: url(../images/gray/button/group-lr.gif);
+ background-image: url(../images/gray/button/group-lr.gif);
}
.x-btn-group-mr {
- background-image: url(../images/gray/button/group-lr.gif);
+ background-image: url(../images/gray/button/group-lr.gif);
}
.x-btn-group-notitle .x-btn-group-tc {
- background-image: url(../images/gray/button/group-tb.gif);
+ background-image: url(../images/gray/button/group-tb.gif);
}
.x-toolbar{
- border-color:#d0d0d0;
+ border-color:#d0d0d0;
background-color:#f0f0f0;
background-image:url(../images/gray/toolbar/bg.gif);
}
@@ -410,11 +410,11 @@ ul.x-tab-strip-bottom{
}
.x-toolbar .x-item-disabled {
- color:gray;
+ color:gray;
}
.x-toolbar .x-item-disabled * {
- color:gray;
+ color:gray;
}
.x-toolbar .x-btn-mc em.x-btn-split {
@@ -438,47 +438,47 @@ ul.x-tab-strip-bottom{
}
.x-toolbar .xtb-sep {
- background-image: url(../images/default/grid/grid-split.gif);
+ background-image: url(../images/default/grid/grid-split.gif);
}
.x-tbar-page-first{
- background-image: url(../images/gray/grid/page-first.gif) !important;
+ background-image: url(../images/gray/grid/page-first.gif) !important;
}
.x-tbar-loading{
- background-image: url(../images/gray/grid/refresh.gif) !important;
+ background-image: url(../images/gray/grid/refresh.gif) !important;
}
.x-tbar-page-last{
- background-image: url(../images/gray/grid/page-last.gif) !important;
+ background-image: url(../images/gray/grid/page-last.gif) !important;
}
.x-tbar-page-next{
- background-image: url(../images/gray/grid/page-next.gif) !important;
+ background-image: url(../images/gray/grid/page-next.gif) !important;
}
.x-tbar-page-prev{
- background-image: url(../images/gray/grid/page-prev.gif) !important;
+ background-image: url(../images/gray/grid/page-prev.gif) !important;
}
.x-item-disabled .x-tbar-loading{
- background-image: url(../images/default/grid/loading.gif) !important;
+ background-image: url(../images/default/grid/loading.gif) !important;
}
.x-item-disabled .x-tbar-page-first{
- background-image: url(../images/default/grid/page-first-disabled.gif) !important;
+ background-image: url(../images/default/grid/page-first-disabled.gif) !important;
}
.x-item-disabled .x-tbar-page-last{
- background-image: url(../images/default/grid/page-last-disabled.gif) !important;
+ background-image: url(../images/default/grid/page-last-disabled.gif) !important;
}
.x-item-disabled .x-tbar-page-next{
- background-image: url(../images/default/grid/page-next-disabled.gif) !important;
+ background-image: url(../images/default/grid/page-next-disabled.gif) !important;
}
.x-item-disabled .x-tbar-page-prev{
- background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
+ background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
}
.x-paging-info {
@@ -489,7 +489,7 @@ ul.x-tab-strip-bottom{
background-image: url(../images/gray/toolbar/more.gif) !important;
}
.x-resizable-handle {
- background-color:#fff;
+ background-color:#fff;
}
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
@@ -557,11 +557,11 @@ ul.x-tab-strip-bottom{
}
.x-grid3-row-alt{
- background-color:#fafafa;
+ background-color:#fafafa;
}
.x-grid3-row-over {
- border-color:#ddd;
+ border-color:#ddd;
background-color:#efefef;
background-image:url(../images/default/grid/row-over.gif);
}
@@ -576,7 +576,7 @@ ul.x-tab-strip-bottom{
.x-grid3-header{
background-color:#f9f9f9;
- background-image:url(../images/gray/grid/grid3-hrow2.gif);
+ background-image:url(../images/gray/grid/grid3-hrow2.gif);
}
.x-grid3-header-pop {
@@ -600,56 +600,56 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.sort-asc .x-grid3-sort-icon {
- background-image: url(../images/gray/grid/sort_asc.gif);
+ background-image: url(../images/gray/grid/sort_asc.gif);
}
.sort-desc .x-grid3-sort-icon {
- background-image: url(../images/gray/grid/sort_desc.gif);
+ background-image: url(../images/gray/grid/sort_desc.gif);
}
.x-grid3-cell-text, .x-grid3-hd-text {
- color:#000;
+ color:#000;
}
.x-grid3-split {
- background-image: url(../images/default/grid/grid-split.gif);
+ background-image: url(../images/default/grid/grid-split.gif);
}
.x-grid3-hd-text {
- color:#333;
+ color:#333;
}
.x-dd-drag-proxy .x-grid3-hd-inner{
background-color:#f9f9f9;
- background-image:url(../images/gray/grid/grid3-hrow-over2.gif);
- border-color:#ACACAC;
+ background-image:url(../images/gray/grid/grid3-hrow-over2.gif);
+ border-color:#ACACAC;
}
.col-move-top{
- background-image:url(../images/gray/grid/col-move-top.gif);
+ background-image:url(../images/gray/grid/col-move-top.gif);
}
.col-move-bottom{
- background-image:url(../images/gray/grid/col-move-bottom.gif);
+ background-image:url(../images/gray/grid/col-move-bottom.gif);
}
.x-grid3-row-selected {
- background-color:#CCCCCC !important;
- background-image: none;
- border-color:#ACACAC;
+ background-color:#CCCCCC !important;
+ background-image: none;
+ border-color:#ACACAC;
}
.x-grid3-cell-selected{
- background-color: #CBCBCB !important;
- color:#000;
+ background-color: #CBCBCB !important;
+ color:#000;
}
.x-grid3-cell-selected span{
- color:#000 !important;
+ color:#000 !important;
}
.x-grid3-cell-selected .x-grid3-cell-text{
- color:#000;
+ color:#000;
}
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
@@ -669,15 +669,15 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-grid3-topbar, .x-grid3-bottombar{
- font:normal 11px arial, tahoma, helvetica, sans-serif;
+ font:normal 11px arial, tahoma, helvetica, sans-serif;
}
.x-grid3-bottombar .x-toolbar{
- border-top-color:#a9bfd3;
+ border-top-color:#a9bfd3;
}
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
- background-image:url(../images/default/grid/grid3-special-col-bg.gif) !important;
+ background-image:url(../images/default/grid/grid3-special-col-bg.gif) !important;
color:#000 !important;
}
@@ -687,19 +687,19 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.xg-hmenu-sort-asc .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-asc.gif);
+ background-image: url(../images/default/grid/hmenu-asc.gif);
}
.xg-hmenu-sort-desc .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-desc.gif);
+ background-image: url(../images/default/grid/hmenu-desc.gif);
}
.xg-hmenu-lock .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-lock.gif);
+ background-image: url(../images/default/grid/hmenu-lock.gif);
}
.xg-hmenu-unlock .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-unlock.gif);
+ background-image: url(../images/default/grid/hmenu-unlock.gif);
}
.x-grid3-hd-btn {
@@ -728,7 +728,7 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
- color:#444;
+ color:#444;
}
.x-grid3-body .x-grid3-td-row-icon {
@@ -738,15 +738,15 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
- background-image:url(../images/gray/grid/grid3-special-col-sel-bg.gif);
+ background-image:url(../images/gray/grid/grid3-special-col-sel-bg.gif);
}
.x-grid3-check-col {
- background-image:url(../images/default/menu/unchecked.gif);
+ background-image:url(../images/default/menu/unchecked.gif);
}
.x-grid3-check-col-on {
- background-image:url(../images/default/menu/checked.gif);
+ background-image:url(../images/default/menu/checked.gif);
}
.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
@@ -793,7 +793,7 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-grid-with-col-lines .x-grid3-row-selected {
- border-top-color:#B9B9B9;
+ border-top-color:#B9B9B9;
}
.x-pivotgrid .x-grid3-header-offset table td {
background: url(../images/gray/grid/grid3-hrow2.gif) repeat-x 50% 100%;
@@ -818,10 +818,10 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
height: 18px;
}
.x-dd-drag-ghost{
- color:#000;
- font: normal 11px arial, helvetica, sans-serif;
+ color:#000;
+ font: normal 11px arial, helvetica, sans-serif;
border-color: #ddd #bbb #bbb #ddd;
- background-color:#fff;
+ background-color:#fff;
}
.x-dd-drop-nodrop .x-dd-drop-icon{
@@ -840,19 +840,19 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
background-color:#D6D6D6;
border-color:#888888;
}.x-tree-node-expanded .x-tree-node-icon{
- background-image:url(../images/default/tree/folder-open.gif);
+ background-image:url(../images/default/tree/folder-open.gif);
}
.x-tree-node-leaf .x-tree-node-icon{
- background-image:url(../images/default/tree/leaf.gif);
+ background-image:url(../images/default/tree/leaf.gif);
}
.x-tree-node-collapsed .x-tree-node-icon{
- background-image:url(../images/default/tree/folder.gif);
+ background-image:url(../images/default/tree/folder.gif);
}
.x-tree-node-loading .x-tree-node-icon{
- background-image:url(../images/default/tree/loading.gif) !important;
+ background-image:url(../images/default/tree/loading.gif) !important;
}
.x-tree-node .x-tree-node-inline-icon {
@@ -860,8 +860,8 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-tree-node-loading a span{
- font-style: italic;
- color:#444444;
+ font-style: italic;
+ color:#444444;
}
.ext-ie .x-tree-node-el input {
@@ -870,47 +870,47 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-tree-lines .x-tree-elbow{
- background-image:url(../images/default/tree/elbow.gif);
+ background-image:url(../images/default/tree/elbow.gif);
}
.x-tree-lines .x-tree-elbow-plus{
- background-image:url(../images/default/tree/elbow-plus.gif);
+ background-image:url(../images/default/tree/elbow-plus.gif);
}
.x-tree-lines .x-tree-elbow-minus{
- background-image:url(../images/default/tree/elbow-minus.gif);
+ background-image:url(../images/default/tree/elbow-minus.gif);
}
.x-tree-lines .x-tree-elbow-end{
- background-image:url(../images/default/tree/elbow-end.gif);
+ background-image:url(../images/default/tree/elbow-end.gif);
}
.x-tree-lines .x-tree-elbow-end-plus{
- background-image:url(../images/gray/tree/elbow-end-plus.gif);
+ background-image:url(../images/gray/tree/elbow-end-plus.gif);
}
.x-tree-lines .x-tree-elbow-end-minus{
- background-image:url(../images/gray/tree/elbow-end-minus.gif);
+ background-image:url(../images/gray/tree/elbow-end-minus.gif);
}
.x-tree-lines .x-tree-elbow-line{
- background-image:url(../images/default/tree/elbow-line.gif);
+ background-image:url(../images/default/tree/elbow-line.gif);
}
.x-tree-no-lines .x-tree-elbow-plus{
- background-image:url(../images/default/tree/elbow-plus-nl.gif);
+ background-image:url(../images/default/tree/elbow-plus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-minus{
- background-image:url(../images/default/tree/elbow-minus-nl.gif);
+ background-image:url(../images/default/tree/elbow-minus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-end-plus{
- background-image:url(../images/gray/tree/elbow-end-plus-nl.gif);
+ background-image:url(../images/gray/tree/elbow-end-plus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-end-minus{
- background-image:url(../images/gray/tree/elbow-end-minus-nl.gif);
+ background-image:url(../images/gray/tree/elbow-end-minus-nl.gif);
}
.x-tree-arrows .x-tree-elbow-plus{
@@ -930,49 +930,49 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-tree-node{
- color:#000;
- font: normal 11px arial, tahoma, helvetica, sans-serif;
+ color:#000;
+ font: normal 11px arial, tahoma, helvetica, sans-serif;
}
.x-tree-node a, .x-dd-drag-ghost a{
- color:#000;
+ color:#000;
}
.x-tree-node a span, .x-dd-drag-ghost a span{
- color:#000;
+ color:#000;
}
.x-tree-node .x-tree-node-disabled a span{
- color:gray !important;
+ color:gray !important;
}
.x-tree-node div.x-tree-drag-insert-below{
- border-bottom-color:#36c;
+ border-bottom-color:#36c;
}
.x-tree-node div.x-tree-drag-insert-above{
- border-top-color:#36c;
+ border-top-color:#36c;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
- border-bottom-color:#36c;
+ border-bottom-color:#36c;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
- border-top-color:#36c;
+ border-top-color:#36c;
}
.x-tree-node .x-tree-drag-append a span{
- background-color:#ddd;
- border-color:gray;
+ background-color:#ddd;
+ border-color:gray;
}
.x-tree-node .x-tree-node-over {
- background-color: #eee;
+ background-color: #eee;
}
.x-tree-node .x-tree-selected {
- background-color: #ddd;
+ background-color: #ddd;
}
.x-tree-drop-ok-append .x-dd-drop-icon{
@@ -996,9 +996,9 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-middle,.x-date-left,.x-date-right {
- background-image: url(../images/gray/shared/hd-sprite.gif);
- color:#fff;
- font:bold 11px "sans serif", tahoma, verdana, helvetica;
+ background-image: url(../images/gray/shared/hd-sprite.gif);
+ color:#fff;
+ font:bold 11px "sans serif", tahoma, verdana, helvetica;
}
.x-date-middle .x-btn .x-btn-text {
@@ -1014,15 +1014,15 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-left a{
- background-image: url(../images/gray/shared/left-btn.gif);
+ background-image: url(../images/gray/shared/left-btn.gif);
}
.x-date-inner th {
background-color:#D8D8D8;
background-image: url(../images/gray/panel/white-top-bottom.gif);
- border-bottom-color:#AFAFAF;
+ border-bottom-color:#AFAFAF;
font:normal 10px arial, helvetica,tahoma,sans-serif;
- color:#595959;
+ color:#595959;
}
.x-date-inner td {
@@ -1035,17 +1035,17 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-inner .x-date-active{
- color:#000;
+ color:#000;
}
.x-date-inner .x-date-selected a{
background-image: none;
background-color:#D8D8D8;
- border-color:#DCDCDC;
+ border-color:#DCDCDC;
}
.x-date-inner .x-date-today a{
- border-color:darkred;
+ border-color:darkred;
}
.x-date-inner .x-date-selected span{
@@ -1053,7 +1053,7 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
- color:#aaa;
+ color:#aaa;
}
.x-date-bottom {
@@ -1068,8 +1068,8 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-inner .x-date-disabled a {
- background-color:#eee;
- color:#bbb;
+ background-color:#eee;
+ color:#bbb;
}
.x-date-mmenu{
@@ -1077,23 +1077,23 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-mmenu .x-menu-item {
- font-size:10px;
- color:#000;
+ font-size:10px;
+ color:#000;
}
.x-date-mp {
- background-color:#fff;
+ background-color:#fff;
}
.x-date-mp td {
- font:normal 11px arial, helvetica,tahoma,sans-serif;
+ font:normal 11px arial, helvetica,tahoma,sans-serif;
}
.x-date-mp-btns button {
- background-color:#4E565F;
- color:#fff;
- border-color:#C0C0C0 #434343 #434343 #C0C0C0;
- font:normal 11px arial, helvetica,tahoma,sans-serif;
+ background-color:#4E565F;
+ color:#fff;
+ border-color:#C0C0C0 #434343 #434343 #C0C0C0;
+ font:normal 11px arial, helvetica,tahoma,sans-serif;
}
.x-date-mp-btns {
@@ -1102,22 +1102,22 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
}
.x-date-mp-btns td {
- border-top-color:#AFAFAF;
+ border-top-color:#AFAFAF;
}
td.x-date-mp-month a,td.x-date-mp-year a {
- color: #333;
+ color: #333;
}
td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
- color:#333;
- background-color:#FDFDFD;
+ color:#333;
+ background-color:#FDFDFD;
}
td.x-date-mp-sel a {
background-color:#D8D8D8;
background:#D8D8D8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px;
- border-color:#DCDCDC;
+ border-color:#DCDCDC;
}
.x-date-mp-ybtn a {
@@ -1127,18 +1127,18 @@ td.x-date-mp-sel a {
td.x-date-mp-sep {
border-right-color:#D7D7D7;
}.x-tip .x-tip-close{
- background-image: url(../images/gray/qtip/close.gif);
+ background-image: url(../images/gray/qtip/close.gif);
}
.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
- background-image: url(../images/gray/qtip/tip-sprite.gif);
+ background-image: url(../images/gray/qtip/tip-sprite.gif);
}
.x-tip .x-tip-mc {
font: normal 11px tahoma,arial,helvetica,sans-serif;
}
.x-tip .x-tip-ml {
- background-color: #fff;
+ background-color: #fff;
}
.x-tip .x-tip-header-text {
@@ -1154,7 +1154,7 @@ td.x-date-mp-sep {
.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
{
- background-image: url(../images/default/form/error-tip-corners.gif);
+ background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-body {
@@ -1165,7 +1165,7 @@ td.x-date-mp-sep {
background-image:url(../images/gray/qtip/tip-anchor-sprite.gif);
}.x-menu {
background-color:#f0f0f0;
- background-image:url(../images/default/menu/menu.gif);
+ background-image:url(../images/default/menu/menu.gif);
}
.x-menu-floating{
@@ -1173,42 +1173,42 @@ td.x-date-mp-sep {
}
.x-menu-nosep {
- background-image:none;
+ background-image:none;
}
.x-menu-list-item{
- font:normal 11px arial,tahoma,sans-serif;
+ font:normal 11px arial,tahoma,sans-serif;
}
.x-menu-item-arrow{
- background-image:url(../images/gray/menu/menu-parent.gif);
+ background-image:url(../images/gray/menu/menu-parent.gif);
}
.x-menu-sep {
background-color:#e0e0e0;
- border-bottom-color:#fff;
+ border-bottom-color:#fff;
}
a.x-menu-item {
- color:#222;
+ color:#222;
}
.x-menu-item-active {
background-image: url(../images/gray/menu/item-over.gif);
- background-color: #f1f1f1;
+ background-color: #f1f1f1;
border-color:#ACACAC;
}
.x-menu-item-active a.x-menu-item {
- border-color:#ACACAC;
+ border-color:#ACACAC;
}
.x-menu-check-item .x-menu-item-icon{
- background-image:url(../images/default/menu/unchecked.gif);
+ background-image:url(../images/default/menu/unchecked.gif);
}
.x-menu-item-checked .x-menu-item-icon{
- background-image:url(../images/default/menu/checked.gif);
+ background-image:url(../images/default/menu/checked.gif);
}
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
@@ -1220,7 +1220,7 @@ a.x-menu-item {
}
.x-menu-plain {
- background-color:#fff !important;
+ background-color:#fff !important;
}
.x-menu .x-date-picker{
@@ -1239,72 +1239,72 @@ a.x-menu-item {
.x-menu-scroller-bottom {
background-image:url(../images/default/layout/mini-bottom.gif);
}.x-box-tl {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-tc {
- background-image: url(../images/default/box/tb.gif);
+ background-image: url(../images/default/box/tb.gif);
}
.x-box-tr {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-ml {
- background-image: url(../images/default/box/l.gif);
+ background-image: url(../images/default/box/l.gif);
}
.x-box-mc {
- background-color: #eee;
+ background-color: #eee;
background-image: url(../images/default/box/tb.gif);
- font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
- color: #393939;
- font-size: 12px;
+ font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
+ color: #393939;
+ font-size: 12px;
}
.x-box-mc h3 {
- font-size: 14px;
- font-weight: bold;
+ font-size: 14px;
+ font-weight: bold;
}
.x-box-mr {
- background-image: url(../images/default/box/r.gif);
+ background-image: url(../images/default/box/r.gif);
}
.x-box-bl {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-bc {
- background-image: url(../images/default/box/tb.gif);
+ background-image: url(../images/default/box/tb.gif);
}
.x-box-br {
- background-image: url(../images/default/box/corners.gif);
+ background-image: url(../images/default/box/corners.gif);
}
.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
- background-image: url(../images/default/box/corners-blue.gif);
+ background-image: url(../images/default/box/corners-blue.gif);
}
.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
- background-image: url(../images/default/box/tb-blue.gif);
+ background-image: url(../images/default/box/tb-blue.gif);
}
.x-box-blue .x-box-mc {
- background-color: #c3daf9;
+ background-color: #c3daf9;
}
.x-box-blue .x-box-mc h3 {
- color: #17385b;
+ color: #17385b;
}
.x-box-blue .x-box-ml {
- background-image: url(../images/default/box/l-blue.gif);
+ background-image: url(../images/default/box/l-blue.gif);
}
.x-box-blue .x-box-mr {
- background-image: url(../images/default/box/r-blue.gif);
+ background-image: url(../images/default/box/r-blue.gif);
}
.x-combo-list {
border-color:#ccc;
@@ -1332,7 +1332,7 @@ a.x-menu-item {
}
.x-combo-list .x-combo-selected{
- border-color:#777 !important;
+ border-color:#777 !important;
background-color:#f0f0f0;
}
@@ -1348,7 +1348,7 @@ a.x-menu-item {
.x-panel-header {
color:#333;
- font-weight:bold;
+ font-weight:bold;
font-size: 11px;
font-family: tahoma,arial,verdana,sans-serif;
border-color:#d0d0d0;
@@ -1374,20 +1374,20 @@ a.x-menu-item {
.x-panel-tl .x-panel-header {
color:#333;
- font:bold 11px tahoma,arial,verdana,sans-serif;
+ font:bold 11px tahoma,arial,verdana,sans-serif;
}
.x-panel-tc {
- background-image: url(../images/gray/panel/top-bottom.gif);
+ background-image: url(../images/gray/panel/top-bottom.gif);
}
.x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br{
- background-image: url(../images/gray/panel/corners-sprite.gif);
+ background-image: url(../images/gray/panel/corners-sprite.gif);
border-bottom-color:#d0d0d0;
}
.x-panel-bc {
- background-image: url(../images/gray/panel/top-bottom.gif);
+ background-image: url(../images/gray/panel/top-bottom.gif);
}
.x-panel-mc {
@@ -1396,12 +1396,12 @@ a.x-menu-item {
}
.x-panel-ml {
- background-color: #fff;
+ background-color: #fff;
background-image:url(../images/gray/panel/left-right.gif);
}
.x-panel-mr {
- background-image: url(../images/gray/panel/left-right.gif);
+ background-image: url(../images/gray/panel/left-right.gif);
}
.x-tool {
@@ -1430,31 +1430,31 @@ a.x-menu-item {
.x-window-tl .x-window-header {
color:#555;
- font:bold 11px tahoma,arial,verdana,sans-serif;
+ font:bold 11px tahoma,arial,verdana,sans-serif;
}
.x-window-tc {
- background-image: url(../images/gray/window/top-bottom.png);
+ background-image: url(../images/gray/window/top-bottom.png);
}
.x-window-tl {
- background-image: url(../images/gray/window/left-corners.png);
+ background-image: url(../images/gray/window/left-corners.png);
}
.x-window-tr {
- background-image: url(../images/gray/window/right-corners.png);
+ background-image: url(../images/gray/window/right-corners.png);
}
.x-window-bc {
- background-image: url(../images/gray/window/top-bottom.png);
+ background-image: url(../images/gray/window/top-bottom.png);
}
.x-window-bl {
- background-image: url(../images/gray/window/left-corners.png);
+ background-image: url(../images/gray/window/left-corners.png);
}
.x-window-br {
- background-image: url(../images/gray/window/right-corners.png);
+ background-image: url(../images/gray/window/right-corners.png);
}
.x-window-mc {
@@ -1464,11 +1464,11 @@ a.x-menu-item {
}
.x-window-ml {
- background-image: url(../images/gray/window/left-right.png);
+ background-image: url(../images/gray/window/left-right.png);
}
.x-window-mr {
- background-image: url(../images/gray/window/left-right.png);
+ background-image: url(../images/gray/window/left-right.png);
}
.x-window-maximized .x-window-tc {
@@ -1538,14 +1538,14 @@ body.x-body-masked .x-window-plain .x-window-mc {
}
.x-accordion-hd {
- color:#222;
+ color:#222;
font-weight:normal;
background-image: url(../images/gray/panel/light-hd.gif);
}
.x-layout-collapsed{
background-color:#dfdfdf;
- border-color:#d0d0d0;
+ border-color:#d0d0d0;
}
.x-layout-collapsed-over{
@@ -1608,7 +1608,7 @@ body.x-body-masked .x-window-plain .x-window-mc {
}
.x-list-header{
background-color:#f9f9f9;
- background-image:url(../images/gray/grid/grid3-hrow2.gif);
+ background-image:url(../images/gray/grid/grid3-hrow2.gif);
}
.x-list-header-inner div em {