Undo background css adjustments (fix regression)

This commit is contained in:
bergware
2017-06-18 16:56:43 +02:00
parent ddcb48a299
commit 4d52197c80
8 changed files with 118 additions and 118 deletions

View File

@@ -1,5 +1,5 @@
html{font-family:arimo;-ms-overflow-style:-ms-autohiding-scrollbar}
body{font-size:14px;color:#606E7F;background:#E4E2E4;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-size:14px;color:#606E7F;background-color:#E4E2E4;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::-webkit-scrollbar{display:none}
#template{min-width:1080px;max-width:100%;margin:0}
img{border:0;text-decoration:none;vertical-align:middle}
@@ -11,7 +11,7 @@ a.none{color:#606E7F}
a.img{text-decoration:none;border:none}
a.info{position:relative;z-index:1}
a.info span{display:none}
a.info:hover span{display:block;white-space:nowrap;font-variant:small-caps;position:absolute;left:8px;color:#4F4F4F;font-size:13px;line-height:20px;padding:5px 8px;border:1px solid #42453E;border-radius:3px;background:#EDEAEF}
a.info:hover span{display:block;white-space:nowrap;font-variant:small-caps;position:absolute;left:8px;color:#4F4F4F;font-size:13px;line-height:20px;padding:5px 8px;border:1px solid #42453E;border-radius:3px;background-color:#EDEAEF}
a.nohand{cursor:default}
i.spacing{margin-left:0;margin-right:10px}
i.icon{margin-right:4px}
@@ -30,7 +30,7 @@ input:active[type=button],input:active[type=reset],input:active[type=submit],but
input[disabled],button[disabled],input:hover[type=button][disabled],input:hover[type=reset][disabled],input:hover[type=submit][disabled],button:hover[disabled],input:active[type=button][disabled],input:active[type=reset][disabled],input:active[type=submit][disabled],button:active[disabled],textarea[disabled]{color:#808080;border-color:#808080;background:#C7C5CB;opacity:0.5;cursor:default}
input::-webkit-input-placeholder{color:#00529B}
select{font-family:arimo;font-size:13px;min-width:188px;max-width:326px;padding:6px 10px;margin:0 10px 0 0;border:#606E7F 1px solid;box-shadow:none;color:#606E7F;background:transparent;outline:none;display:inline-block;cursor:pointer}
select option{color:#606E7F;background:#EDEAEF}
select option{color:#606E7F;background-color:#EDEAEF}
select:focus{border-color:#0072C6}
select[disabled]{color:#808080;border-color:#808080;background:#C7C5CB;opacity:0.5;cursor:default}
select[name=enter_view]{padding:0;float:right}
@@ -41,7 +41,7 @@ select.slot{min-width:440px;max-width:440px}
input.narrow{width:166px}
input.trim{width:50px}
form+p{display:none}
#header{position:fixed;top:0;left:0;width:100%;height:90px;z-index:100;margin:0;background:#EDEAEF;background-repeat:no-repeat;background-position:center;border-bottom:#9794A0 1px solid}
#header{position:fixed;top:0;left:0;width:100%;height:90px;z-index:100;margin:0;background-color:#EDEAEF;background-repeat:no-repeat;background-position:center;border-bottom:#9794A0 1px solid}
#header .logo{float:left;margin-top:20px;margin-left:100px}
#header .logo img{margin:0 0 2px 1px}
#header .logo a{color:#5D6833;font-size:18px}
@@ -163,8 +163,8 @@ table.share_status tr.share_status_size>td{padding-left:40px}
table.share_status tr.share_status_size>td+td{padding-left:15px}
table.share_status tbody tr{border-bottom:#EDEAEF 1px solid;line-height:30px}
table.share_status tbody tr:last-child td{border-bottom:#606E7F 1px solid}
table.share_status tbody tr.alert{color:#F0000C;background:#FF9E9E}
table.share_status tbody tr.warn{color:#E68A00;background:#FEEFB3}
table.share_status tbody tr.alert{color:#F0000C;background-color:#FF9E9E}
table.share_status tbody tr.warn{color:#E68A00;background-color:#FEEFB3}
table.share_status.share tr td:last-child{width:4%;text-align:right;padding-right:10px}
table.share_status.fixed thead tr>td+td{font-size:11px}
table.share_status.fixed tr td:first-child{width:100px}
@@ -191,16 +191,16 @@ table.share_status.m36{width:49%;margin-left:0;margin-right:0}
table.share_status.m36 tr>td+td+td{width:12%}
table.share_status.m0{width:49%;margin-left:0;margin-right:0}
table.share_status.m0 tr>td+td+td{width:12%}
tr.alert{color:#F0000C;background:#FF9E9E}
tr.warn{color:#E68A00;background:#FEEFB3}
tr.past{color:#D63301;background:#FFDDD1}
tr.alert{color:#F0000C;background-color:#FF9E9E}
tr.warn{color:#E68A00;background-color:#FEEFB3}
tr.past{color:#D63301;background-color:#FFDDD1}
[name=arrayOps]{margin-top:12px}
span.error{color:#F0000C;background:#FF9E9E;display:block;width:100%}
span.warn{color:#E68A00;background:#FEEFB3;display:block;width:100%}
span.system{color:#00529B;background:#BDE5F8;display:block;width:100%}
span.array{color:#4F8A10;background:#DFF2BF;display:block;width:100%}
span.login{color:#D63301;background:#FFDDD1;display:block;width:100%}
span.lite{background:#EDEAEF}
span.error{color:#F0000C;background-color:#FF9E9E;display:block;width:100%}
span.warn{color:#E68A00;background-color:#FEEFB3;display:block;width:100%}
span.system{color:#00529B;background-color:#BDE5F8;display:block;width:100%}
span.array{color:#4F8A10;background-color:#DFF2BF;display:block;width:100%}
span.login{color:#D63301;background-color:#FFDDD1;display:block;width:100%}
span.lite{background-color:#EDEAEF}
span.label{font-size:12px;padding:2px 0 2px 6px;margin-right:6px;border-radius:4px;display:inline;width:auto;vertical-align:middle}
span.temp-text{font-size:12px;color:#4F8A10}
span.heat-text{font-size:12px;color:#F0000C}
@@ -224,7 +224,7 @@ img.icon{margin:-3px 4px 0 0}
div.content{position:absolute;top:0;left:0;width:100%;padding-bottom:30px;z-index:-1;clear:both}
div.content.shift{margin-top:1px}
label+.content{margin-top:64px}
div.tabs{position:relative;margin:110px 30px 30px 100px;background:#E4E2E4}
div.tabs{position:relative;margin:110px 30px 30px 100px;background-color:#E4E2E4}
div.tab{float:left;margin-top:23px}
div.tab input[id^='tab']{display:none}
div.tab [type=radio]+label:hover{background:#606E7F;color:#B0B0B0;cursor:pointer;border-color:#0072C6}
@@ -234,16 +234,16 @@ div.tab [type=radio]:checked+label~.content{display:inline}
div.tab [type=radio]+label{position:relative;padding:10px 10px;margin-right:2px;border-top-left-radius:12px;border-top-right-radius:12px;border:#004E86 1px solid;border-bottom:none}
div.tab [type=radio]+label img{display:none}
div.Panel{width:25%;height:auto;float:left;margin:0;padding:5px;border-right:#EDEAEF 1px solid;border-bottom:#EDEAEF 1px solid;box-sizing:border-box}
div.Panel:hover{background:#EDEAEF}
div.Panel:hover{background-color:#EDEAEF}
div.Panel:hover .PanelText{text-decoration:underline}
div.Panel br,.vmtemplate br{display:none}
div.Panel img.PanelImg{float:left;width:auto;max-width:32px;height:32px;margin:10px 20px 10px 10px}
div.Panel .PanelText{font-size:15px;line-height:50px;float:left}
div.user-list{float:left;padding:10px;margin-right:10px;margin-bottom:24px;border:1px solid #EDEAEF;border-radius:5px;line-height:20px;height:100px;width:100px}
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:16px}
div.user-list:hover{background:#EDEAEF}
div.user-list:hover{background-color:#EDEAEF}
div.vmheader{display:block;clear:both}
div.vmtemplate:hover{background:#EDEAEF}
div.vmtemplate:hover{background-color:#EDEAEF}
div.vmtemplate{height:120px;width:120px;border:1px solid #EDEAEF}
div.vmtemplate img{margin-top:20px}
div.up{margin-top:-20px;border:1px solid #EDEAEF;padding:4px 6px;overflow:auto}
@@ -255,5 +255,5 @@ dt{clear:left;float:left;width:35%}
dd{margin-bottom:12px;white-space:nowrap}
dd p{margin:0 0 4px 0}
dd blockquote{padding-left:0}
blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border:1px solid #BCE8F1;color:#3A87AD;background:#D9EDF7;box-sizing:border-box}
blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border:1px solid #BCE8F1;color:#3A87AD;background-color:#D9EDF7;box-sizing:border-box}
blockquote.ontop{margin-top:0;margin-bottom:46px}

View File

@@ -1,5 +1,5 @@
html{font-family:arimo}
body{font-size:12px;color:#808080;background:#000000;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-size:12px;color:#808080;background-color:#000000;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
#template{min-width:1080px;margin:0 10px}
img{border:0;text-decoration:none;vertical-align:middle}
p{text-align:justify}
@@ -10,13 +10,13 @@ a.none{color:#808080}
a.img{text-decoration:none;border:none}
a.info{position:relative;z-index:1}
a.info span{display:none}
a.info:hover span{display:block;white-space:nowrap;font-variant:small-caps;position:absolute;left:8px;font-size:11px;line-height:20px;color:#FFFFFF;padding:5px 8px;border:1px solid rgba(255,255,255,0.25);border-radius:3px;background:rgba(25,25,25,0.95);box-shadow:0 0 3px #505050}
a.info:hover span{display:block;white-space:nowrap;font-variant:small-caps;position:absolute;left:8px;font-size:11px;line-height:20px;color:#FFFFFF;padding:5px 8px;border:1px solid rgba(255,255,255,0.25);border-radius:3px;background-color:rgba(25,25,25,0.95);box-shadow:0 0 3px #505050}
a.info:hover span.left{left:-182px}
a.nohand{cursor:default}
i.spacing{margin-left:-6px}
i.icon{margin-right:4px}
hr{border-color:rgba(255,255,255,0.25)}
input[type=text],input[type=password],input[type=number],input[type=url],input[type=email],textarea,.textarea{font-family:arimo;font-size:12px;color:#808080;background:#000000;border:1px solid #404040;border-radius:4px;padding:2px 8px;min-height:20px;line-height:20px;outline:none;width:301px;margin:0 10px 0 0;box-shadow:inset 1px 1px 5px #404040}
input[type=text],input[type=password],input[type=number],input[type=url],input[type=email],textarea,.textarea{font-family:arimo;font-size:12px;color:#808080;background-color:#000000;border:1px solid #404040;border-radius:4px;padding:2px 8px;min-height:20px;line-height:20px;outline:none;width:301px;margin:0 10px 0 0;box-shadow:inset 1px 1px 5px #404040}
input[type=button],input[type=reset],input[type=submit],button,a.button{font-family:arimo;font-size:12px;border:1px solid #303030;border-radius:6px;margin:7px 14px 0 0;padding:8px 12px;text-decoration:none;white-space:nowrap;cursor:pointer;outline:none;color:#808080;background:-webkit-radial-gradient(#505050,#181818);background:linear-gradient(#505050,#181818)}
input[type=checkbox]{vertical-align:middle;margin-right:6px}
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance: none}
@@ -30,7 +30,7 @@ select{font-family:arimo;font-size:12px;min-width:150px;max-width:320px;color:#A
select[disabled]{color:#505050;background:-webkit-radial-gradient(#303030,#101010);background:linear-gradient(#303030,#101010);box-shadow:0 2px 0 #202020;cursor:default}
select[name=enter_view]{padding:0;float:right}
select[name=enter_share]{padding:0;float:right}
select option{background:#000000}
select option{background-color:#000000}
select.narrow{min-width:69px}
select.auto{min-width:auto}
select.slot{min-width:400px;max-width:400px}
@@ -41,7 +41,7 @@ input.trim{width:50px}
#header .logo{float:left;margin-top:20px;margin-left:20px}
#header .logo img{margin:0 0 2px 1px}
#header .logo a{color:#478406;font-size:18px}
#header .block{margin:10px 5px 0 0;float:right;text-align:right;background:rgba(0,0,0,0.4);border-radius:10px;padding:2px 8px}
#header .block{margin:10px 5px 0 0;float:right;text-align:right;background-color:rgba(0,0,0,0.4);border-radius:10px;padding:2px 8px}
#header .text-left{float:left;text-align:right;padding-right:5px;border-right:solid medium #478406}
#header .text-right{float:right;text-align:left;padding-left:5px;min-width:165px}
#title{margin:20px 0 22px 0;padding:5px 10px;clear:both;border-top-left-radius:5px;border-top-right-radius:5px;border:1px solid #282828;border-bottom:1px solid #383838;background:-webkit-radial-gradient(#202020,#303030);background:linear-gradient(#202020,#303030)}
@@ -70,7 +70,7 @@ input.trim{width:50px}
#countdown{margin:0 auto}
#copyright{font-family:bitstream;font-size:11px;float:right;padding-right:10px}
#indexer{margin:-12px auto 0 auto}
#indexer tr:nth-child(even){background:#0C0C0C}
#indexer tr:nth-child(even){background-color:#0C0C0C}
#indexer td:first-child{width:4%}
#indexer tr>td+td{width:auto;text-align:left}
#indexer tr>td+td+td{width:12%}
@@ -89,7 +89,7 @@ input.trim{width:50px}
.orange-text,.warning{color:#E68A00}
.blue-text{color:#3B5998}
.grey-text{color:#606060}
.usage-bar{float:left;height:16px;line-height:16px;width:130px;padding:1px 1px 1px 2px;margin:6px 12px;border-radius:3px;background:#585858;box-shadow:0 1px 0 #989898,inset 0 1px 0 #202020}
.usage-bar{float:left;height:16px;line-height:16px;width:130px;padding:1px 1px 1px 2px;margin:6px 12px;border-radius:3px;background-color:#585858;box-shadow:0 1px 0 #989898,inset 0 1px 0 #202020}
.usage-bar>span{display:block;height:100%;text-align:right;border-radius:2px;background-color:#808080;box-shadow:inset 0 1px 0 rgba(255,255,255,.5)}
.usage-bar>span>span{padding:0 4px;font-size:11px}
.usage-disk{height:16px;line-height:16px;padding:0;margin:0;border-radius:3px;background-color:#585858}
@@ -121,7 +121,7 @@ table.disk_status tr>td+td+td{width:6.5%;text-align:center;padding-left:4px;padd
table.disk_status tr>td+td+td+td{text-align:right;padding-left:0;padding-right:12px}
table.disk_status tr td:last-child{width:4%;padding-right:10px}
table.disk_status select{background:transparent}
table.disk_status tbody tr:nth-child(even){background:#0C0C0C}
table.disk_status tbody tr:nth-child(even){background-color:#0C0C0C}
table.disk_status.stats tr>td+td{text-align:left;padding-left:0;padding-right:12px}
table.array_status td{padding:12px 0}
table.array_status tr>td{text-align:left;white-space:nowrap;padding-left:12px;width:30%}
@@ -145,24 +145,24 @@ table.share_status tr>td{text-align:left;padding-left:12px}
table.share_status tr>td+td{padding-left:0}
table.share_status tr.share_status_size>td{padding-left:40px}
table.share_status tr.share_status_size>td+td{padding-left:15px}
table.share_status tbody tr:nth-child(even){background:#0C0C0C}
table.share_status tbody tr.alert{color:#F0000C;background:#FF9E9E}
table.share_status tbody tr.warn{color:#E68A00;background:#FEEFB3}
table.share_status tbody tr:nth-child(even){background-color:#0C0C0C}
table.share_status tbody tr.alert{color:#F0000C;background-color:#FF9E9E}
table.share_status tbody tr.warn{color:#E68A00;background-color:#FEEFB3}
table.share_status.share tr td:last-child{width:4%;text-align:right;padding-right:10px}
table.share_status.fixed{border:1px solid #202020}
table.share_status.fixed thead tr>td+td{font-size:11px}
table.share_status.fixed tr td:first-child{width:100px}
table.share_status.fixed tr>td+td{min-width:30px;text-align:center;padding:0}
table.share_status.fixed tbody tr{border-bottom:1px #202020 dotted}
table.share_status.fixed tbody tr:nth-child(even){background:#000000}
table.share_status.fixed tbody tr td:nth-child(even){background:#0C0C0C}
table.share_status.fixed tbody tr:nth-child(even){background-color:#000000}
table.share_status.fixed tbody tr td:nth-child(even){background-color:#0C0C0C}
table.share_status.table{margin-top:36px}
table.share_status.table tr>td{width:50%}
table.share_status.dash{float:left;width:35%;margin-top:36px;border:1px solid #202020}
table.share_status.dash thead tr:last-child>td{font-weight:bold;border-bottom:1px solid #202020}
table.share_status.dash tbody td.blue{color:#3B5998}
table.share_status.dash.line{width:49%;margin-right:2%;table-layout:fixed}
table.share_status.dash.line tbody tr:nth-child(even){background:#000000}
table.share_status.dash.line tbody tr:nth-child(even){background-color:#000000}
table.share_status.dash.line tbody tr.wide{height:40px;line-height:40px}
table.share_status.dash.line tbody td{border:1px solid #202020;padding:3px 4px 3px 10px}
table.share_status.dash.line tr>td{width:25%}
@@ -178,12 +178,12 @@ table.share_status.m36 tr>td+td+td+td{width:8%;text-align:center}
table.share_status.m0{width:49%;margin-left:0;margin-right:0}
table.share_status.m0 tr>td+td+td{width:12%;text-align:center}
[name=arrayOps]{margin-top:12px}
span.error{color:#F0000C;background:#FF9E9E;display:block;width:100%}
span.warn{color:#E68A00;background:#FEEFB3;display:block;width:100%}
span.system{color:#00529B;background:#BDE5F8;display:block;width:100%}
span.array{color:#4F8A10;background:#DFF2BF;display:block;width:100%}
span.login{color:#D63301;background:#FFDDD1;display:block;width:100%}
span.lite{background:#0F0F0F}
span.error{color:#F0000C;background-color:#FF9E9E;display:block;width:100%}
span.warn{color:#E68A00;background-color:#FEEFB3;display:block;width:100%}
span.system{color:#00529B;background-color:#BDE5F8;display:block;width:100%}
span.array{color:#4F8A10;background-color:#DFF2BF;display:block;width:100%}
span.login{color:#D63301;background-color:#FFDDD1;display:block;width:100%}
span.lite{background-color:#0F0F0F}
span.label{font-size:11px;padding:2px 0 2px 6px;margin-right:6px;border-radius:4px;display:inline;width:auto;vertical-align:middle}
span.temp-text{font-size:11px;color:#4F8A10}
span.heat-text{font-size:11px;color:#F0000C}
@@ -228,5 +228,5 @@ dt{clear:left;float:left;width:35%;font-weight:bold}
dd{margin-bottom:12px;white-space:nowrap}
dd p{margin:0 0 4px 0}
dd blockquote{padding-left:0}
blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border-top:2px solid #bce8f1;border-bottom:2px solid #bce8f1;color:#3a87ad;background:#d9edf7}
blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border-top:2px solid #bce8f1;border-bottom:2px solid #bce8f1;color:#3a87ad;background-color:#d9edf7}
blockquote.ontop{margin-top:-20px;margin-bottom:46px}

View File

@@ -1,5 +1,5 @@
html{font-family:arimo;-ms-overflow-style:-ms-autohiding-scrollbar}
body{font-size:14px;color:#606E7F;background:#1B1D1B;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-size:14px;color:#606E7F;background-color:#1B1D1B;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::-webkit-scrollbar{display:none}
#template{min-width:1080px;max-width:100%;margin:0}
img{border:0;text-decoration:none;vertical-align:middle}
@@ -11,7 +11,7 @@ a.none{color:#606E7F}
a.img{text-decoration:none;border:none}
a.info{position:relative;z-index:1}
a.info span{display:none}
a.info:hover span{display:block;white-space:nowrap;font-variant:small-caps;position:absolute;left:8px;color:#B0B0B0;font-size:13px;line-height:20px;padding:5px 8px;border:1px solid #42453E;border-radius:3px;background:#121510}
a.info:hover span{display:block;white-space:nowrap;font-variant:small-caps;position:absolute;left:8px;color:#B0B0B0;font-size:13px;line-height:20px;padding:5px 8px;border:1px solid #42453E;border-radius:3px;background-color:#121510}
a.nohand{cursor:default}
i.spacing{margin-left:0;margin-right:10px}
i.icon{margin-right:4px}
@@ -30,7 +30,7 @@ input:active[type=button],input:active[type=reset],input:active[type=submit],but
input[disabled],button[disabled],input:hover[type=button][disabled],input:hover[type=reset][disabled],input:hover[type=submit][disabled],button:hover[disabled],input:active[type=button][disabled],input:active[type=reset][disabled],input:active[type=submit][disabled],button:active[disabled],textarea[disabled]{color:#808080;border-color:#808080;background:#383A34;opacity:0.3;cursor:default}
input::-webkit-input-placeholder{color:#00529B}
select{font-family:arimo;font-size:13px;min-width:188px;max-width:326px;padding:6px 10px;margin:0 10px 0 0;border:#606E7F 1px solid;box-shadow:none;color:#606E7F;background:transparent;outline:none;display:inline-block;cursor:pointer}
select option{color:#606E7F;background:#121510}
select option{color:#606E7F;background-color:#121510}
select:focus{border-color:#0072C6}
select[disabled]{color:#808080;border-color:#808080;background:#383A34;opacity:0.3;cursor:default}
select[name=enter_view]{padding:0;float:right}
@@ -41,7 +41,7 @@ select.slot{min-width:440px;max-width:440px}
input.narrow{width:166px}
input.trim{width:50px}
form+p{display:none}
#header{position:fixed;top:0;left:0;width:100%;height:90px;z-index:100;margin:0;background:#121510;background-repeat:no-repeat;background-position:center;border-bottom:#42453E 1px solid}
#header{position:fixed;top:0;left:0;width:100%;height:90px;z-index:100;margin:0;background-color:#121510;background-repeat:no-repeat;background-position:center;border-bottom:#42453E 1px solid}
#header .logo{float:left;margin-top:20px;margin-left:100px}
#header .logo img{margin:0 0 2px 1px}
#header .logo a{color:#5D6833;font-size:18px}
@@ -163,8 +163,8 @@ table.share_status tr.share_status_size>td{padding-left:40px}
table.share_status tr.share_status_size>td+td{padding-left:15px}
table.share_status tbody tr{border-bottom:#121510 1px solid;line-height:30px}
table.share_status tbody tr:last-child td{border-bottom:#606E7F 1px solid}
table.share_status tbody tr.alert{color:#F0000C;background:#FF9E9E}
table.share_status tbody tr.warn{color:#E68A00;background:#FEEFB3}
table.share_status tbody tr.alert{color:#F0000C;background-color:#FF9E9E}
table.share_status tbody tr.warn{color:#E68A00;background-color:#FEEFB3}
table.share_status.share tr td:last-child{width:4%;text-align:right;padding-right:10px}
table.share_status.fixed thead tr>td+td{font-size:11px}
table.share_status.fixed tr td:first-child{width:100px}
@@ -191,16 +191,16 @@ table.share_status.m36{width:49%;margin-left:0;margin-right:0}
table.share_status.m36 tr>td+td+td{width:12%}
table.share_status.m0{width:49%;margin-left:0;margin-right:0}
table.share_status.m0 tr>td+td+td{width:12%}
tr.alert{color:#F0000C;background:#FF9E9E}
tr.warn{color:#E68A00;background:#FEEFB3}
tr.past{color:#D63301;background:#FFDDD1}
tr.alert{color:#F0000C;background-color:#FF9E9E}
tr.warn{color:#E68A00;background-color:#FEEFB3}
tr.past{color:#D63301;background-color:#FFDDD1}
[name=arrayOps]{margin-top:12px}
span.error{color:#F0000C;background:#FF9E9E;display:block;width:100%}
span.warn{color:#E68A00;background:#FEEFB3;display:block;width:100%}
span.system{color:#00529B;background:#BDE5F8;display:block;width:100%}
span.array{color:#4F8A10;background:#DFF2BF;display:block;width:100%}
span.login{color:#D63301;background:#FFDDD1;display:block;width:100%}
span.lite{background:#121510}
span.error{color:#F0000C;background-color:#FF9E9E;display:block;width:100%}
span.warn{color:#E68A00;background-color:#FEEFB3;display:block;width:100%}
span.system{color:#00529B;background-color:#BDE5F8;display:block;width:100%}
span.array{color:#4F8A10;background-color:#DFF2BF;display:block;width:100%}
span.login{color:#D63301;background-color:#FFDDD1;display:block;width:100%}
span.lite{background-color:#121510}
span.label{font-size:12px;padding:2px 0 2px 6px;margin-right:6px;border-radius:4px;display:inline;width:auto;vertical-align:middle}
span.temp-text{font-size:12px;color:#4F8A10}
span.heat-text{font-size:12px;color:#F0000C}
@@ -224,7 +224,7 @@ img.icon{margin:-3px 4px 0 0}
div.content{position:absolute;top:0;left:0;width:100%;padding-bottom:30px;z-index:-1;clear:both}
div.content.shift{margin-top:1px}
label+.content{margin-top:64px}
div.tabs{position:relative;margin:110px 30px 30px 100px;background:#1B1D1B}
div.tabs{position:relative;margin:110px 30px 30px 100px;background-color:#1B1D1B}
div.tab{float:left;margin-top:23px}
div.tab input[id^='tab']{display:none}
div.tab [type=radio]+label:hover{background:#606E7F;color:#B0B0B0;cursor:pointer;border-color:#0072C6}
@@ -234,16 +234,16 @@ div.tab [type=radio]:checked+label~.content{display:inline}
div.tab [type=radio]+label{position:relative;padding:10px 10px;margin-right:2px;border-top-left-radius:12px;border-top-right-radius:12px;border:#004E86 1px solid;border-bottom:none}
div.tab [type=radio]+label img{display:none}
div.Panel{width:25%;height:auto;float:left;margin:0;padding:5px;border-right:#121510 1px solid;border-bottom:#121510 1px solid;box-sizing:border-box}
div.Panel:hover{background:#121510}
div.Panel:hover{background-color:#121510}
div.Panel:hover .PanelText{text-decoration:underline}
div.Panel br,.vmtemplate br{display:none}
div.Panel img.PanelImg{float:left;width:auto;max-width:32px;height:32px;margin:10px 20px 10px 10px}
div.Panel .PanelText{font-size:15px;line-height:50px;float:left}
div.user-list{float:left;padding:10px;margin-right:10px;margin-bottom:24px;border:1px solid #121510;border-radius:5px;line-height:20px;height:100px;width:100px}
div.user-list img{width:auto;max-width:48px;height:48px;margin-bottom:16px}
div.user-list:hover{background:#121510}
div.user-list:hover{background-color:#121510}
div.vmheader{display:block;clear:both}
div.vmtemplate:hover{background:#121510}
div.vmtemplate:hover{background-color:#121510}
div.vmtemplate{height:120px;width:120px;border:1px solid #121510}
div.vmtemplate img{margin-top:20px}
div.up{margin-top:-20px;border:1px solid #121510;padding:4px 6px;overflow:auto}
@@ -255,5 +255,5 @@ dt{clear:left;float:left;width:35%}
dd{margin-bottom:12px;white-space:nowrap}
dd p{margin:0 0 4px 0}
dd blockquote{padding-left:0}
blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border:1px solid #BCE8F1;color:#3A87AD;background:#D9EDF7;box-sizing:border-box}
blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border:1px solid #BCE8F1;color:#3A87AD;background-color:#D9EDF7;box-sizing:border-box}
blockquote.ontop{margin-top:0;margin-bottom:46px}

View File

@@ -1,5 +1,5 @@
html{font-family:arimo}
body{font-size:12px;color:#303030;background:#FFFFFF;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-size:12px;color:#303030;background-color:#FFFFFF;padding:0;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
#template{min-width:1080px;margin:0 10px}
img{border:0;text-decoration:none;vertical-align:middle}
p{text-align:justify}
@@ -10,13 +10,13 @@ a.none{color:#303030}
a.img{text-decoration:none;border:none}
a.info{position:relative;z-index:1}
a.info span{display:none}
a.info:hover span{display:block;white-space:nowrap;font-variant:small-caps;position:absolute;left:8px;font-size:11px;line-height:20px;color:#FFFFFF;padding:5px 8px;border:1px solid rgba(255,255,255,0.25);border-radius:3px;background:rgba(25,25,25,0.95);box-shadow:0 0 3px #303030}
a.info:hover span{display:block;white-space:nowrap;font-variant:small-caps;position:absolute;left:8px;font-size:11px;line-height:20px;color:#FFFFFF;padding:5px 8px;border:1px solid rgba(255,255,255,0.25);border-radius:3px;background-color:rgba(25,25,25,0.95);box-shadow:0 0 3px #303030}
a.info:hover span.left{left:-182px}
a.nohand{cursor:default}
i.spacing{margin-left:-6px}
i.icon{margin-right:4px}
hr{border-color:rgba(255,255,255,0.25)}
input[type=text],input[type=password],input[type=number],input[type=url],input[type=email],textarea,.textarea{font-family:arimo;font-size:12px;color:#303030;background:#FFFFFF;border:1px solid #E0E0E0;border-radius:4px;padding:2px 8px;min-height:20px;line-height:20px;outline:none;width:301px;margin:0 10px 0 0;box-shadow:inset 1px 1px 5px #F0F0F0}
input[type=text],input[type=password],input[type=number],input[type=url],input[type=email],textarea,.textarea{font-family:arimo;font-size:12px;color:#303030;background-color:#FFFFFF;border:1px solid #E0E0E0;border-radius:4px;padding:2px 8px;min-height:20px;line-height:20px;outline:none;width:301px;margin:0 10px 0 0;box-shadow:inset 1px 1px 5px #F0F0F0}
input[type=button],input[type=reset],input[type=submit],button,a.button{font-family:arimo;font-size:12px;border:1px solid #E8E8E8;border-radius:6px;margin:7px 14px 0 0;padding:8px 12px;text-decoration:none;white-space:nowrap;cursor:pointer;outline:none;color:#303030;background:-webkit-radial-gradient(#F0F0F0,#C8C8C8);background:linear-gradient(#F0F0F0,#C8C8C8)}
input[type=checkbox]{vertical-align:middle;margin-right:6px}
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance: none}
@@ -27,10 +27,10 @@ input:active[type=button],input:active[type=reset],input:active[type=submit],but
input[disabled],button[disabled],input:hover[type=button][disabled],input:hover[type=reset][disabled],input:hover[type=submit][disabled],button:hover[disabled],input:active[type=button][disabled],input:active[type=reset][disabled],input:active[type=submit][disabled],button:active[disabled],textarea[disabled]{color:#808080;border-color:#F0F0F0;background:linear-gradient(#F0F0F0,#F8F8F8);background:-webkit-radial-gradient(#F0F0F0,#F8F8F8);cursor:default}
input::-webkit-input-placeholder{color:#00529B}
select{font-family:arimo;font-size:12px;min-width:150px;max-width:320px;padding:4px 6px;margin:0 10px 0 0;border:none;border-radius:4px;box-shadow:0 2px 0 #E0E0E0,inset 0 -1px #FFFFFF;background:#F8F8F8;outline:none;display:inline-block;cursor:pointer}
select[disabled]{background:#F8F8F8;cursor:default;box-shadow:0 2px 0 #F0F0F0,inset 0 -1px #FFFFFF}
select[disabled]{background-color:#F8F8F8;cursor:default;box-shadow:0 2px 0 #F0F0F0,inset 0 -1px #FFFFFF}
select[name=enter_view]{padding:0;float:right}
select[name=enter_share]{padding:0;float:right}
select option{background:#FFFFFF}
select option{background-color:#FFFFFF}
select.narrow{min-width:69px}
select.auto{min-width:auto}
select.slot{min-width:400px;max-width:400px}
@@ -41,7 +41,7 @@ input.trim{width:50px}
#header .logo{float:left;margin-top:20px;margin-left:20px}
#header .logo img{margin:0 0 2px 1px}
#header .logo a{color:#478406;font-size:18px}
#header .block{margin:10px 5px 0 0;float:right;text-align:right;background:rgba(255,255,255,0.4);border-radius:10px;padding:2px 8px}
#header .block{margin:10px 5px 0 0;float:right;text-align:right;background-color:rgba(255,255,255,0.4);border-radius:10px;padding:2px 8px}
#header .text-left{float:left;text-align:right;padding-right:5px;border-right:solid medium #478406}
#header .text-right{float:right;text-align:left;padding-left:5px;min-width:165px}
#title{margin:20px 0 22px 0;padding:5px 10px;clear:both;border-top-left-radius:5px;border-top-right-radius:5px;border:1px solid #E8E8E8;border-bottom:1px solid #C8C8C8;background:-webkit-radial-gradient(#D0D0D0,#C0C0C0);background:linear-gradient(#D0D0D0,#C0C0C0)}
@@ -70,7 +70,7 @@ input.trim{width:50px}
#countdown{margin:0 auto}
#copyright{font-family:bitstream;font-size:11px;float:right;padding-right:10px}
#indexer{margin:-12px auto 0 auto}
#indexer tr:nth-child(even){background:#F8F8F8}
#indexer tr:nth-child(even){background-color:#F8F8F8}
#indexer td:first-child{width:4%}
#indexer tr>td+td{width:auto;text-align:left}
#indexer tr>td+td+td{width:12%}
@@ -89,7 +89,7 @@ input.trim{width:50px}
.orange-text,.warning{color:#E68A00}
.blue-text{color:#3B5998}
.grey-text{color:#606060}
.usage-bar{float:left;height:16px;line-height:16px;width:130px;padding:1px 1px 1px 2px;margin:6px 12px;border-radius:3px;background:#585858;box-shadow:0 1px 0 #989898,inset 0 1px 0 #202020}
.usage-bar{float:left;height:16px;line-height:16px;width:130px;padding:1px 1px 1px 2px;margin:6px 12px;border-radius:3px;background-color:#585858;box-shadow:0 1px 0 #989898,inset 0 1px 0 #202020}
.usage-bar>span{display:block;height:100%;text-align:right;border-radius:2px;background-color:#808080;box-shadow:inset 0 1px 0 rgba(255,255,255,.5)}
.usage-bar>span>span{padding:0 4px;font-size:11px}
.usage-disk{height:16px;line-height:16px;padding:0;margin:0;border-radius:3px;background-color:#585858}
@@ -121,7 +121,7 @@ table.disk_status tr>td+td+td{width:6.5%;text-align:center;padding-left:4px;padd
table.disk_status tr>td+td+td+td{text-align:right;padding-left:0;padding-right:12px}
table.disk_status tr td:last-child{width:4%;padding-right:10px}
table.disk_status select{background:transparent}
table.disk_status tbody tr:nth-child(even){background:#F8F8F8}
table.disk_status tbody tr:nth-child(even){background-color:#F8F8F8}
table.disk_status.stats tr>td+td{text-align:left;padding-left:0;padding-right:12px}
table.array_status td{padding:12px 0}
table.array_status tr>td{text-align:left;white-space:nowrap;padding-left:12px;width:30%}
@@ -145,24 +145,24 @@ table.share_status tr>td{text-align:left;padding-left:12px}
table.share_status tr>td+td{padding-left:0}
table.share_status tr.share_status_size>td{padding-left:40px}
table.share_status tr.share_status_size>td+td{padding-left:15px}
table.share_status tbody tr:nth-child(even){background:#F8F8F8}
table.share_status tbody tr.alert{color:#F0000C;background:#FF9E9E}
table.share_status tbody tr.warn{color:#E68A00;background:#FEEFB3}
table.share_status tbody tr:nth-child(even){background-color:#F8F8F8}
table.share_status tbody tr.alert{color:#F0000C;background-color:#FF9E9E}
table.share_status tbody tr.warn{color:#E68A00;background-color:#FEEFB3}
table.share_status.share tr td:last-child{width:4%;text-align:right;padding-right:10px}
table.share_status.fixed{border:1px solid #D0D0D0}
table.share_status.fixed tr td:first-child{width:100px}
table.share_status.fixed thead tr>td+td{font-size:11px}
table.share_status.fixed tr>td+td{min-width:30px;text-align:center;padding:0}
table.share_status.fixed tbody tr{border-bottom:1px #D0D0D0 dotted}
table.share_status.fixed tbody tr:nth-child(even){background:#FFFFFF}
table.share_status.fixed tbody tr td:nth-child(even){background:#F8F8F8}
table.share_status.fixed tbody tr:nth-child(even){background-color:#FFFFFF}
table.share_status.fixed tbody tr td:nth-child(even){background-color:#F8F8F8}
table.share_status.table{margin-top:36px}
table.share_status.table tr>td{width:50%}
table.share_status.dash{float:left;width:35%;margin-top:36px;border:1px solid #D0D0D0}
table.share_status.dash thead tr:last-child>td{font-weight:bold;border-bottom:1px solid #D0D0D0}
table.share_status.dash tbody td.blue{color:#3B5998}
table.share_status.dash.line{width:49%;margin-right:2%;table-layout:fixed}
table.share_status.dash.line tbody tr:nth-child(even){background:#FFFFFF}
table.share_status.dash.line tbody tr:nth-child(even){background-color:#FFFFFF}
table.share_status.dash.line tbody tr.wide{height:40px;line-height:40px}
table.share_status.dash.line tbody td{border:1px solid #D0D0D0;padding:3px 4px 3px 10px}
table.share_status.dash.line tr>td{width:25%}
@@ -178,12 +178,12 @@ table.share_status.m36 tr>td+td+td+td{width:8%;text-align:center}
table.share_status.m0{width:49%;margin-left:0;margin-right:0}
table.share_status.m0 tr>td+td+td{width:12%;text-align:center}
[name=arrayOps]{margin-top:12px}
span.error{color:#F0000C;background:#FF9E9E;display:block;width:100%}
span.warn{color:#E68A00;background:#FEEFB3;display:block;width:100%}
span.system{color:#00529B;background:#BDE5F8;display:block;width:100%}
span.array{color:#4F8A10;background:#DFF2BF;display:block;width:100%}
span.login{color:#D63301;background:#FFDDD1;display:block;width:100%}
span.lite{background:#E0E0E0}
span.error{color:#F0000C;background-color:#FF9E9E;display:block;width:100%}
span.warn{color:#E68A00;background-color:#FEEFB3;display:block;width:100%}
span.system{color:#00529B;background-color:#BDE5F8;display:block;width:100%}
span.array{color:#4F8A10;background-color:#DFF2BF;display:block;width:100%}
span.login{color:#D63301;background-color:#FFDDD1;display:block;width:100%}
span.lite{background-color:#E0E0E0}
span.label{font-size:11px;padding:2px 0 2px 6px;margin-right:6px;border-radius:4px;display:inline;width:auto;vertical-align:middle}
span.temp-text{font-size:11px;color:#4F8A10}
span.heat-text{font-size:11px;color:#F0000C}
@@ -228,5 +228,5 @@ dt{clear:left;float:left;width:35%;font-weight:bold}
dd{margin-bottom:12px;white-space:nowrap}
dd p{margin:0 0 4px 0}
dd blockquote{padding-left:0}
blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border-top:2px solid #bce8f1;border-bottom:2px solid #bce8f1;color:#3a87ad;background:#d9edf7}
blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border-top:2px solid #bce8f1;border-bottom:2px solid #bce8f1;color:#3a87ad;background-color:#d9edf7}
blockquote.ontop{margin-top:-20px;margin-bottom:46px}

View File

@@ -5,14 +5,14 @@ div.jGrowl.top-right{right:10px;top:59px}
div.jGrowl.bottom-left{left:70px;bottom:24px}
div.jGrowl.bottom-right{right:10px;bottom:24px}
div.jGrowl.center{top:59px;left:40%}
div.jGrowl div.jGrowl-notify.alert{color:#F0000C;background:#FF9E9E;opacity:0.96;border:1px solid #F0000C;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.warning{color:#E68A00;background:#FEEFB3;opacity:0.96;border:1px solid #E68A00;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.normal{color:#4F8A10;background:#DFF2BF;opacity:0.96;border:1px solid #4F8A10;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.default{color:#42453E;background:#808080;opacity:0.96;border:1px solid #42453E;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.alert{color:#F0000C;background-color:#FF9E9E;opacity:0.96;border:1px solid #F0000C;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.warning{color:#E68A00;background-color:#FEEFB3;opacity:0.96;border:1px solid #E68A00;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.normal{color:#4F8A10;background-color:#DFF2BF;opacity:0.96;border:1px solid #4F8A10;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.default{color:#42453E;background-color:#808080;opacity:0.96;border:1px solid #42453E;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify{min-height:40px;width:380px;padding:10px;margin:5px 0;text-align:left;border-radius:6px}
div.jGrowl div.jGrowl-notify div.jGrowl-header{font-weight:bold}
div.jGrowl div.jGrowl-notify div.jGrowl-close{float:right;cursor:pointer}
div.jGrowl div.jGrowl-closer{width:400px;color:#808080;background:#121510;opacity:0.96;border:2px solid #B0B0B0;margin:5px 0;padding:4px 0;cursor:pointer;font-weight:bold;text-align:center;border-radius:6px}
div.jGrowl div.jGrowl-closer{width:400px;color:#808080;background-color:#121510;opacity:0.96;border:2px solid #B0B0B0;margin:5px 0;padding:4px 0;cursor:pointer;font-weight:bold;text-align:center;border-radius:6px}
div.jGrowl div.jGrowl-closer.top{position:fixed;top:91px}
@media print{div.jGrowl{display:none}}
.ui-dropdownchecklist{background:transparent;border:none;box-shadow:0 1px 0 #606E7F;outline:none;height:30px;line-height:30px;cursor:pointer}
@@ -20,7 +20,7 @@ div.jGrowl div.jGrowl-closer.top{position:fixed;top:91px}
.ui-dropdownchecklist-group{font-weight:normal;font-style:italic;padding:1px 9px 1px 15px}
.ui-dropdownchecklist-selector-wrapper{vertical-align:middle;font-size:0}
.ui-state-active{border-color:#0072C6;background:transparent}
.ui-dropdownchecklist-dropcontainer{color:#606E7F;background:#EDEAEF}
.ui-dropdownchecklist-dropcontainer{color:#606E7F;background-color:#EDEAEF}
.ui-state-disabled{border-color:#808080;background:#C7C5CB;opacity:0.5}
.ui-dropdownchecklist-indent{padding-left:7px}
.ui-dropdownchecklist-text{font-family:arimo;font-size:13px;color:#606E7F}
@@ -38,7 +38,7 @@ div.jGrowl div.jGrowl-closer.top{position:fixed;top:91px}
#sb-loading{position:relative;height:100%}
#sb-loading-inner{position:absolute;font-size:18px;line-height:20px;height:20px;top:50%;margin-top:-12px;width:100%;text-align:center}
#sb-loading-inner span{background:url(../images/loading.gif) no-repeat;padding-left:22px;display:inline-block}
#sb-body,#sb-loading{background:#E4E2E4}
#sb-body,#sb-loading{background-color:#E4E2E4}
#sb-info,#sb-info-inner{height:20px;line-height:20px}
#sb-info-inner{font-size:13px}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%}
@@ -53,7 +53,7 @@ table.tablesorter thead tr th{text-transform:uppercase;font-weight:normal;color:
table.tablesorter thead tr .header{background-repeat:no-repeat;background-position:center right;cursor:pointer}
table.tablesorter thead tr .headerSortUp{background-image:url(../images/sort-asc.png)}
table.tablesorter thead tr .headerSortDown{background-image:url(../images/sort-desc.png)}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp{background:#EDEAEF}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp{background-color:#EDEAEF}
table.tablesorter tbody tr{border-bottom:#EDEAEF 1px solid}
table.tablesorter tbody tr.tr_last{border-bottom:1px solid #606E7F}
table.tablesorter tbody tr.tr_last td{padding:8px 20px 8px 6px}
@@ -233,4 +233,4 @@ div.icon-eml{background:url('../images/file-types.png') -96px -144px;width:16px;
.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
.fileTree{background:#FFF}
.fileTree{background-color:#FFF}

View File

@@ -5,14 +5,14 @@ div.jGrowl.top-right{right:10px;top:-34px}
div.jGrowl.bottom-left{left:10px;bottom:24px}
div.jGrowl.bottom-right{right:10px;bottom:24px}
div.jGrowl.center{top:-34px;left:40%}
div.jGrowl div.jGrowl-notify.alert{color:#F0000C;background:#FF9E9E;opacity:0.96;border:1px solid #F0000C;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.warning{color:#E68A00;background:#FEEFB3;opacity:0.96;border:1px solid #E68A00;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.normal{color:#4F8A10;background:#DFF2BF;opacity:0.96;border:1px solid #4F8A10;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.default{color:#42453E;background:#FAFAF7;opacity:0.96;border:1px solid #42453E;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.alert{color:#F0000C;background-color:#FF9E9E;opacity:0.96;border:1px solid #F0000C;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.warning{color:#E68A00;background-color:#FEEFB3;opacity:0.96;border:1px solid #E68A00;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.normal{color:#4F8A10;background-color:#DFF2BF;opacity:0.96;border:1px solid #4F8A10;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.default{color:#42453E;background-color:#FAFAF7;opacity:0.96;border:1px solid #42453E;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify{min-height:40px;width:380px;padding:10px;margin:5px 0;text-align:left;border-radius:6px}
div.jGrowl div.jGrowl-notify div.jGrowl-header{font-weight:bold}
div.jGrowl div.jGrowl-notify div.jGrowl-close{float:right;cursor:pointer}
div.jGrowl div.jGrowl-closer{width:400px;color:#FAFAF7;background:#42453E;opacity:0.96;border:1px solid #42453e;margin:5px 0;padding:4px 0;cursor:pointer;font-weight:bold;text-align:center;border-radius:6px}
div.jGrowl div.jGrowl-closer{width:400px;color:#FAFAF7;background-color:#42453E;opacity:0.96;border:1px solid #42453e;margin:5px 0;padding:4px 0;cursor:pointer;font-weight:bold;text-align:center;border-radius:6px}
div.jGrowl div.jGrowl-closer.top{position:fixed;top:0}
@media print{div.jGrowl{display:none}}
.ui-dropdownchecklist{background:-webkit-radial-gradient(#505050,#303030);background:linear-gradient(#505050,#303030);border:none;box-shadow:0 2px 0 #404040;border-radius:4px;outline:none;cursor:pointer;height:23px;line-height:23px}
@@ -38,7 +38,7 @@ div.jGrowl div.jGrowl-closer.top{position:fixed;top:0}
#sb-loading{position:relative;height:100%}
#sb-loading-inner{position:absolute;font-size:18px;line-height:20px;height:20px;top:50%;margin-top:-12px;width:100%;text-align:center}
#sb-loading-inner span{background:url(../images/loading.gif) no-repeat;padding-left:22px;display:inline-block}
#sb-body,#sb-loading{background:#1B1D1B}
#sb-body,#sb-loading{background-color:#1B1D1B}
#sb-info,#sb-info-inner{height:20px;line-height:20px}
#sb-info-inner{font-size:12px}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%}
@@ -52,8 +52,8 @@ table.tablesorter thead tr th{font-size:13px;font-weight:normal;background:-webk
table.tablesorter thead tr .header{background-repeat:no-repeat;background-position:center right;cursor:pointer}
table.tablesorter thead tr .headerSortUp{background-image:url(../images/sort-asc.png)}
table.tablesorter thead tr .headerSortDown{background-image:url(../images/sort-desc.png)}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp{background:#101010}
table.tablesorter tbody tr:nth-child(even){background:#0C0C0C}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp{background-color:#101010}
table.tablesorter tbody tr:nth-child(even){background-color:#0C0C0C}
table.tablesorter tbody tr.tr_last{background:#181818;border-top:1px solid #202020;border-bottom:1px solid #202020}
table.tablesorter tbody tr.tr_last td{padding:8px 20px 8px 6px}
table.tablesorter tbody td{padding:4px 20px 4px 6px;vertical-align:middle;text-align:justify}

View File

@@ -5,14 +5,14 @@ div.jGrowl.top-right{right:10px;top:59px}
div.jGrowl.bottom-left{left:70px;bottom:24px}
div.jGrowl.bottom-right{right:10px;bottom:24px}
div.jGrowl.center{top:59px;left:40%}
div.jGrowl div.jGrowl-notify.alert{color:#F0000C;background:#FF9E9E;opacity:0.96;border:1px solid #F0000C;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.warning{color:#E68A00;background:#FEEFB3;opacity:0.96;border:1px solid #E68A00;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.normal{color:#4F8A10;background:#DFF2BF;opacity:0.96;border:1px solid #4F8A10;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.default{color:#42453E;background:#808080;opacity:0.96;border:1px solid #42453E;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.alert{color:#F0000C;background-color:#FF9E9E;opacity:0.96;border:1px solid #F0000C;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.warning{color:#E68A00;background-color:#FEEFB3;opacity:0.96;border:1px solid #E68A00;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.normal{color:#4F8A10;background-color:#DFF2BF;opacity:0.96;border:1px solid #4F8A10;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.default{color:#42453E;background-color:#808080;opacity:0.96;border:1px solid #42453E;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify{min-height:40px;width:380px;padding:10px;margin:5px 0;text-align:left;border-radius:6px}
div.jGrowl div.jGrowl-notify div.jGrowl-header{font-weight:bold}
div.jGrowl div.jGrowl-notify div.jGrowl-close{float:right;cursor:pointer}
div.jGrowl div.jGrowl-closer{width:400px;color:#808080;background:#121510;opacity:0.96;border:2px solid #383A34;margin:5px 0;padding:4px 0;cursor:pointer;font-weight:bold;text-align:center;border-radius:6px}
div.jGrowl div.jGrowl-closer{width:400px;color:#808080;background-color:#121510;opacity:0.96;border:2px solid #383A34;margin:5px 0;padding:4px 0;cursor:pointer;font-weight:bold;text-align:center;border-radius:6px}
div.jGrowl div.jGrowl-closer.top{position:fixed;top:91px}
@media print{div.jGrowl{display:none}}
.ui-dropdownchecklist{background:transparent;border:none;box-shadow:0 1px 0 #606E7F;outline:none;height:30px;line-height:30px;cursor:pointer}
@@ -20,7 +20,7 @@ div.jGrowl div.jGrowl-closer.top{position:fixed;top:91px}
.ui-dropdownchecklist-group{font-weight:normal;font-style:italic;padding:1px 9px 1px 15px}
.ui-dropdownchecklist-selector-wrapper{vertical-align:middle;font-size:0}
.ui-state-active{border-color:#0072C6;background:transparent}
.ui-dropdownchecklist-dropcontainer{color:#606E7F;background:#121510}
.ui-dropdownchecklist-dropcontainer{color:#606E7F;background-color:#121510}
.ui-state-disabled{border-color:#808080;background:#383A34;opacity:0.3}
.ui-dropdownchecklist-indent{padding-left:7px}
.ui-dropdownchecklist-text{font-family:arimo;font-size:13px;color:#606E7F}
@@ -38,7 +38,7 @@ div.jGrowl div.jGrowl-closer.top{position:fixed;top:91px}
#sb-loading{position:relative;height:100%}
#sb-loading-inner{position:absolute;font-size:18px;line-height:20px;height:20px;top:50%;margin-top:-12px;width:100%;text-align:center}
#sb-loading-inner span{background:url(../images/loading.gif) no-repeat;padding-left:22px;display:inline-block}
#sb-body,#sb-loading{background:#1B1D1B}
#sb-body,#sb-loading{background-color:#1B1D1B}
#sb-info,#sb-info-inner{height:20px;line-height:20px}
#sb-info-inner{font-size:13px}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%}
@@ -53,7 +53,7 @@ table.tablesorter thead tr th{text-transform:uppercase;font-weight:normal;color:
table.tablesorter thead tr .header{background-repeat:no-repeat;background-position:center right;cursor:pointer}
table.tablesorter thead tr .headerSortUp{background-image:url(../images/sort-asc.png)}
table.tablesorter thead tr .headerSortDown{background-image:url(../images/sort-desc.png)}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp{background:#121510}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp{background-color:#121510}
table.tablesorter tbody tr{border-bottom:#121510 1px solid}
table.tablesorter tbody tr.tr_last{border-bottom:1px solid #606E7F}
table.tablesorter tbody tr.tr_last td{padding:8px 20px 8px 6px}
@@ -233,4 +233,4 @@ div.icon-eml{background:url('../images/file-types.png') -96px -144px;width:16px;
.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
.fileTree{background:#FFF}
.fileTree{background-color:#FFF}

View File

@@ -5,14 +5,14 @@ div.jGrowl.top-right{right:10px;top:-34px}
div.jGrowl.bottom-left{left:10px;bottom:24px}
div.jGrowl.bottom-right{right:10px;bottom:24px}
div.jGrowl.center{top:-34px;left:40%}
div.jGrowl div.jGrowl-notify.alert{color:#F0000C;background:#FF9E9E;opacity:0.96;border:1px solid #F0000C;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.warning{color:#E68A00;background:#FEEFB3;opacity:0.96;border:1px solid #E68A00;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.normal{color:#4F8A10;background:#DFF2BF;opacity:0.96;border:1px solid #4F8A10;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.default{color:#42453E;background:#FAFAF7;opacity:0.96;border:1px solid #42453E;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.alert{color:#F0000C;background-color:#FF9E9E;opacity:0.96;border:1px solid #F0000C;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.warning{color:#E68A00;background-color:#FEEFB3;opacity:0.96;border:1px solid #E68A00;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.normal{color:#4F8A10;background-color:#DFF2BF;opacity:0.96;border:1px solid #4F8A10;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify.default{color:#42453E;background-color:#FAFAF7;opacity:0.96;border:1px solid #42453E;box-shadow:2px 2px 1px #888888}
div.jGrowl div.jGrowl-notify{min-height:40px;width:380px;padding:10px;margin:5px 0;text-align:left;border-radius:6px}
div.jGrowl div.jGrowl-notify div.jGrowl-header{font-weight:bold}
div.jGrowl div.jGrowl-notify div.jGrowl-close{float:right;cursor:pointer}
div.jGrowl div.jGrowl-closer{width:400px;color:#FAFAF7;background:#42453E;opacity:0.96;border:1px solid #42453e;margin:5px 0;padding:4px 0;cursor:pointer;font-weight:bold;text-align:center;border-radius:6px}
div.jGrowl div.jGrowl-closer{width:400px;color:#FAFAF7;background-color:#42453E;opacity:0.96;border:1px solid #42453e;margin:5px 0;padding:4px 0;cursor:pointer;font-weight:bold;text-align:center;border-radius:6px}
div.jGrowl div.jGrowl-closer.top{position:fixed;top:0}
@media print{div.jGrowl{display:none}}
.ui-dropdownchecklist{background:-webkit-radial-gradient(#F4F4F4,#FCFCFC);background:linear-gradient(#F4F4F4,#FCFCFC);border:none;box-shadow:0 2px 0 #E0E0E0,inset 0 -1px #F9F9F9;border-radius:4px;outline:none;cursor:pointer;height:23px;line-height:23px}
@@ -38,7 +38,7 @@ div.jGrowl div.jGrowl-closer.top{position:fixed;top:0}
#sb-loading{position:relative;height:100%}
#sb-loading-inner{position:absolute;font-size:18px;line-height:20px;height:20px;top:50%;margin-top:-12px;width:100%;text-align:center}
#sb-loading-inner span{background:url(../images/loading.gif) no-repeat;padding-left:22px;display:inline-block}
#sb-body,#sb-loading{background:#E4E2E4}
#sb-body,#sb-loading{background-color:#E4E2E4}
#sb-info,#sb-info-inner{height:20px;line-height:20px}
#sb-info-inner{font-size:12px}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%}
@@ -52,8 +52,8 @@ table.tablesorter thead tr th{font-size:13px;font-weight:normal;background:-webk
table.tablesorter thead tr .header{background-repeat:no-repeat;background-position:center right;cursor:pointer}
table.tablesorter thead tr .headerSortUp{background-image:url(../images/sort-asc.png)}
table.tablesorter thead tr .headerSortDown{background-image:url(../images/sort-desc.png)}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp{background:#E0E0E0}
table.tablesorter tbody tr:nth-child(even){background:#F8F8F8}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp{background-color:#E0E0E0}
table.tablesorter tbody tr:nth-child(even){background-color:#F8F8F8}
table.tablesorter tbody tr.tr_last{background:#F0F0F0;border-top:1px solid #E8E8E8;border-bottom:1px solid #E8E8E8}
table.tablesorter tbody tr.tr_last td{padding:8px 20px 8px 6px}
table.tablesorter tbody td{padding:4px 20px 4px 6px;vertical-align:middle;text-align:justify}
@@ -70,7 +70,7 @@ span.select ul li.nosort{font-weight:bold}
span.select ul li.ident{padding-left:7px}
span.select ul li span{display:none}
span.select{font-size:12px;padding:3px 6px;margin:0 10px 0 0;border:none;border-radius:4px;box-shadow:0 2px 0 #E0E0E0,inset 0 -1px #FFFFFF;background:#F8F8F8;outline:none;display:inline-block;cursor:pointer;width:120px}
span.select[disabled]{color:#808080;background:#F8F8F8;cursor:default;box-shadow:0 2px 0 #F0F0F0,inset 0 -1px #FFFFFF}
span.select[disabled]{color:#808080;background-color:#F8F8F8;cursor:default;box-shadow:0 2px 0 #F0F0F0,inset 0 -1px #FFFFFF}
div.sb-message{font-size:12px;padding:10px;text-align:center}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline}
div.icon-file{background:url('../images/file-types.png') -112px -112px;width:16px;height:16px}