File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed
Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -1811,6 +1811,14 @@ div.l-content > div.l-separator:nth-of-type(4) {
18111811 letter-spacing : -0.02em ;
18121812}
18131813
1814+ .l-unit__servername {
1815+ color : # 414141 ;
1816+ font-size : 28px ;
1817+ margin-bottom : 10px ;
1818+ font-weight : 300 ;
1819+ letter-spacing : -0.02em ;
1820+ }
1821+
18141822.l-unit__stats .separate ,
18151823.l-unit__name .separate {
18161824 padding-bottom : 15px ;
@@ -3627,7 +3635,8 @@ form#vstobjects.suspended {
36273635 margin-top : -20px ;
36283636}
36293637.server-info-name {
3630- margin-top : 10px ;
3638+ margin-top : 5px ;
3639+ margin-bottom : 30px ;
36313640}
36323641.icon-server-info {
36333642 font-size : 5.2em ;
Original file line number Diff line number Diff line change 3737 < div class ="">
3838 < div class ="l-unit__col l-unit__col--right server-info ">
3939 < div class ="icon-server-info "> < i class ="fas fa-server "> </ i > </ div >
40- < div class ="l-unit__name separate server-info-name "> < ?=$sys['sysinfo']['HOSTNAME']?> </ div >
40+ < div class ="l-unit__servername separate server-info-name "> < ?=$sys['sysinfo']['HOSTNAME']?> </ div >
4141 < div class ="server-info-data ">
42- < table >
42+ < table class =" text-small " >
4343 < tr >
4444 < td >
4545 < div class ="l-unit__stat-cols clearfix ">
46- < div class ="l-unit__stat-col l-unit__stat-col--left ">
46+ < div class ="l-unit__stat-col l-unit__stat-col--left wide ">
4747 < b > < ?=$sys['sysinfo']['OS']?>
4848 < ?=$sys['sysinfo']['VERSION']?> </ b >
4949 </ div >
5252 </ td >
5353 < td >
5454 < div class ="l-unit__stat-cols clearfix ">
55- < div class ="l-unit__stat-col l-unit__stat-col--left "> < ?=__('Load Average')?> :</ div >
55+ < div class ="l-unit__stat-col l-unit__stat-col--left wide "> < ?=__('Load Average')?> :</ div >
5656 < div class ="l-unit__stat-col l-unit__stat-col--right "> < b > < ?=$sys['sysinfo']['LOADAVERAGE']?> </ b > </ div >
5757 </ div >
5858 </ td >
5959 < td >
6060 < div class ="l-unit__stat-cols clearfix last ">
61- < div class ="l-unit__stat-col l-unit__stat-col--left compact "> < ?=__('Uptime')?> :</ div >
61+ < div class ="l-unit__stat-col l-unit__stat-col--left wide "> < ?=__('Uptime')?> :</ div >
6262 < div class ="l-unit__stat-col l-unit__stat-col--right "> < b > < ?=humanize_time($sys['sysinfo']['UPTIME'])?> </ b > </ div >
6363 </ div >
6464 </ td >
You can’t perform that action at this time.
0 commit comments