Skip to content

Commit e822c47

Browse files
committed
improved bw and disk charts
1 parent cbcdf9e commit e822c47

File tree

1 file changed

+42
-19
lines changed

1 file changed

+42
-19
lines changed

web/css/main.css

Lines changed: 42 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ label {
634634
.data-date {
635635
letter-spacing: 0.3em;
636636
font-size: 8pt;
637-
color: #6a6a6a
637+
color: #333;
638638
}
639639

640640
.data-active {
@@ -669,6 +669,7 @@ label {
669669
.data-controls:hover {
670670
color: #fff;
671671
background-color: #f79b44;
672+
border-left: 1px solid #f79b44;
672673
}
673674

674675
.data-controls:active {
@@ -691,26 +692,47 @@ label {
691692
padding: 20px 0 20px 174px;
692693
}
693694

694-
.chart1 {
695-
color:#000;
695+
.chart {
696+
color: #222;
696697
font-size: 10pt;
698+
padding: 4px 0;
697699
}
698700

699-
.chart2 {
700-
color: #484243;
701+
.mini-info {
702+
color: #222;
701703
font-size: 8pt;
704+
padding: 4px 0 4px 1px;
705+
}
706+
707+
.bar {
708+
width:160px;
709+
height:7px;
710+
font-size:0;
711+
background-color: #d0d0d0;
712+
}
713+
714+
.fill {
715+
height:7px;
716+
background-color: #8bc34a;
717+
border-right: 1px #8bc34a solid;
718+
}
719+
720+
.mini {
721+
height:5px;
702722
}
703723

704724
.username {
705725
color: #222;
706-
font-size: 14pt;
707-
padding: 1px 0 2px 0;
726+
font-size: 16pt;
727+
font-weight: bold;
728+
padding: 1px 0 0 0;
708729
}
709730

710731
.domain {
711-
color: #222;
712-
font-size: 14pt;
713-
padding: 1px 0 2px 0;
732+
color: #333;
733+
font-size: 16pt;
734+
padding: 2px 0 2px 0;
735+
font-weight: bold;
714736
}
715737

716738
.suspended .domain {
@@ -735,8 +757,9 @@ label {
735757

736758
.aliases {
737759
font-size: 12pt;
738-
color: #99a7af;
760+
color: #90a4ae;
739761
padding: 0 0 0 8px;
762+
font-weight: normal;
740763
}
741764

742765
.nginx-ext {
@@ -746,30 +769,30 @@ label {
746769
}
747770

748771
.fullname {
749-
font-size: 18px;
750-
color: #99a7af;
751-
padding: 0 0 0 8px;
772+
font-size: 12pt;
773+
font-weight: normal;
774+
color: #90a4ae;
752775
}
753776

754777
.counter-name {
755-
white-space: nowrap;
756-
vertical-align:top;
778+
vertical-align: top;
757779
line-height: 1.2em;
758780
font-size: 10pt;
759781
color: #222;
760782
padding: 2px 4px 1px 0;
783+
white-space: nowrap;
761784
}
762785

763786
.cron-counter-name {
764-
vertical-align:top;
787+
vertical-align: top;
765788
line-height: 0.8em;
766789
font-size: 8pt;
767790
padding: 4px 0 0 0;
768791
color: #222;
769792
}
770793

771794
.counter-value {
772-
vertical-align:top;
795+
vertical-align: top;
773796
line-height: 1.2em;
774797
font-size: 10pt;
775798
color: #222;
@@ -797,7 +820,7 @@ label {
797820

798821
.vst-ok {
799822
font-size: 12pt;
800-
color: #33691e;
823+
color: #558b2f;
801824
padding: 4px;
802825
}
803826

0 commit comments

Comments
 (0)