mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
rewrite code for less repetition, removed unused css classes
This commit is contained in:
@@ -144,15 +144,10 @@
|
||||
color:#D9534F;
|
||||
}
|
||||
|
||||
.page-availability-report-entry {
|
||||
text-align:center;
|
||||
width:50px;
|
||||
}
|
||||
|
||||
.page-availability-title-left {
|
||||
width:50%;
|
||||
float:left;
|
||||
height:60px;
|
||||
height:40px;
|
||||
}
|
||||
|
||||
.page-availability-title-right {
|
||||
@@ -162,19 +157,19 @@
|
||||
}
|
||||
|
||||
.page-availability-title {
|
||||
font-size:26px;
|
||||
font-size:18px;
|
||||
font-weight: bold;
|
||||
line-height:40px;
|
||||
}
|
||||
|
||||
.page-availability-report-select {
|
||||
font-size:16px;
|
||||
border:none;
|
||||
font-size:24px;
|
||||
font-weight:bold;
|
||||
padding-right:10px;
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
|
||||
.page-availability-report-host {
|
||||
float:right;
|
||||
text-align:right;
|
||||
@@ -203,4 +198,9 @@
|
||||
|
||||
.label-font-border {
|
||||
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.label-font-border.label-border {
|
||||
margin:0px 2px 0px 2px;
|
||||
}
|
Reference in New Issue
Block a user