Fixed headlines and badges in monitoring module
This commit is contained in:
parent
699be20db0
commit
c49bcebcb3
|
@ -55,16 +55,13 @@ div.contacts div.notification-periods {
|
|||
}
|
||||
|
||||
h3.tinystatesummary {
|
||||
line-height: 2em;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
padding-left: 1em;
|
||||
background-color: #555;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 0.2em;
|
||||
-moz-border-radius: 0.2em;
|
||||
-webkit-border-radius: 0.2em;
|
||||
line-height: 2em;
|
||||
font-size: 0.95em;
|
||||
padding-left: 1em;
|
||||
background-color: #eee;
|
||||
color: #666;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-left: 5px solid #049baf;
|
||||
}
|
||||
|
||||
h3.tinystatesummary a {
|
||||
|
@ -79,15 +76,13 @@ h3.tinystatesummary a:hover {
|
|||
|
||||
/* State badges */
|
||||
span.state {
|
||||
font-size: 0.8em;
|
||||
font-size: 1em;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
padding: 1px 2px;
|
||||
margin-right: 5px;
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border: 2px solid transparent;
|
||||
border-radius: 0.2em
|
||||
|
||||
}
|
||||
|
||||
span.state.active {
|
||||
|
|
Loading…
Reference in New Issue