Fixed headlines and badges in monitoring module

This commit is contained in:
Bernd Erk 2014-11-06 01:47:22 +01:00
parent 699be20db0
commit c49bcebcb3

View File

@ -55,16 +55,13 @@ div.contacts div.notification-periods {
} }
h3.tinystatesummary { h3.tinystatesummary {
line-height: 2em; line-height: 2em;
font-size: 1em; font-size: 0.95em;
font-weight: bold; padding-left: 1em;
padding-left: 1em; background-color: #eee;
background-color: #555; color: #666;
color: white; border: 1px solid #d9d9d9;
border: none; border-left: 5px solid #049baf;
border-radius: 0.2em;
-moz-border-radius: 0.2em;
-webkit-border-radius: 0.2em;
} }
h3.tinystatesummary a { h3.tinystatesummary a {
@ -79,15 +76,13 @@ h3.tinystatesummary a:hover {
/* State badges */ /* State badges */
span.state { span.state {
font-size: 0.8em; font-size: 1em;
color: white; color: white;
font-weight: bold; font-weight: bold;
padding: 1px 2px; padding: 1px 2px;
margin-right: 5px; margin-right: 5px;
border-radius: 5px; border-radius: 0.2em
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 2px solid transparent;
} }
span.state.active { span.state.active {