improved bw and disk charts

This commit is contained in:
Serghey Rodin 2014-08-28 09:36:14 +03:00
commit e822c47d41

View file

@ -634,7 +634,7 @@ label {
.data-date { .data-date {
letter-spacing: 0.3em; letter-spacing: 0.3em;
font-size: 8pt; font-size: 8pt;
color: #6a6a6a color: #333;
} }
.data-active { .data-active {
@ -669,6 +669,7 @@ label {
.data-controls:hover { .data-controls:hover {
color: #fff; color: #fff;
background-color: #f79b44; background-color: #f79b44;
border-left: 1px solid #f79b44;
} }
.data-controls:active { .data-controls:active {
@ -691,26 +692,47 @@ label {
padding: 20px 0 20px 174px; padding: 20px 0 20px 174px;
} }
.chart1 { .chart {
color:#000; color: #222;
font-size: 10pt; font-size: 10pt;
padding: 4px 0;
} }
.chart2 { .mini-info {
color: #484243; color: #222;
font-size: 8pt; font-size: 8pt;
padding: 4px 0 4px 1px;
}
.bar {
width:160px;
height:7px;
font-size:0;
background-color: #d0d0d0;
}
.fill {
height:7px;
background-color: #8bc34a;
border-right: 1px #8bc34a solid;
}
.mini {
height:5px;
} }
.username { .username {
color: #222; color: #222;
font-size: 14pt; font-size: 16pt;
padding: 1px 0 2px 0; font-weight: bold;
padding: 1px 0 0 0;
} }
.domain { .domain {
color: #222; color: #333;
font-size: 14pt; font-size: 16pt;
padding: 1px 0 2px 0; padding: 2px 0 2px 0;
font-weight: bold;
} }
.suspended .domain { .suspended .domain {
@ -735,8 +757,9 @@ label {
.aliases { .aliases {
font-size: 12pt; font-size: 12pt;
color: #99a7af; color: #90a4ae;
padding: 0 0 0 8px; padding: 0 0 0 8px;
font-weight: normal;
} }
.nginx-ext { .nginx-ext {
@ -746,22 +769,22 @@ label {
} }
.fullname { .fullname {
font-size: 18px; font-size: 12pt;
color: #99a7af; font-weight: normal;
padding: 0 0 0 8px; color: #90a4ae;
} }
.counter-name { .counter-name {
white-space: nowrap; vertical-align: top;
vertical-align:top;
line-height: 1.2em; line-height: 1.2em;
font-size: 10pt; font-size: 10pt;
color: #222; color: #222;
padding: 2px 4px 1px 0; padding: 2px 4px 1px 0;
white-space: nowrap;
} }
.cron-counter-name { .cron-counter-name {
vertical-align:top; vertical-align: top;
line-height: 0.8em; line-height: 0.8em;
font-size: 8pt; font-size: 8pt;
padding: 4px 0 0 0; padding: 4px 0 0 0;
@ -769,7 +792,7 @@ label {
} }
.counter-value { .counter-value {
vertical-align:top; vertical-align: top;
line-height: 1.2em; line-height: 1.2em;
font-size: 10pt; font-size: 10pt;
color: #222; color: #222;
@ -797,7 +820,7 @@ label {
.vst-ok { .vst-ok {
font-size: 12pt; font-size: 12pt;
color: #33691e; color: #558b2f;
padding: 4px; padding: 4px;
} }