monitoring/css: fix header styling, try small-caps

This commit is contained in:
Thomas Gelf 2015-06-16 01:32:30 +02:00
parent 8c28bf8577
commit 0d290441f2
1 changed files with 9 additions and 5 deletions

View File

@ -176,6 +176,7 @@ table.avp {
th {
font-weight: normal;
font-size: 0.9em;
font-variant: small-caps;
padding-top: 0.2em;
padding-bottom: 0.3em;
}
@ -206,6 +207,7 @@ table.avp {
label {
font-weight: normal;
margin-right: 0;
font-variant: small-caps;
}
input {
@ -271,6 +273,7 @@ td.state {
.inline-comments {
padding: 0;
margin: 0;
font-size: 0.857em;
.time-ago {
font-style: italic;
@ -282,7 +285,8 @@ td.state {
margin-bottom: 8px;
}
h4 {
h3 {
border: none;
border-bottom: 1px solid gray;
font-weight: normal;
font-size: inherit;
@ -290,19 +294,19 @@ td.state {
margin: 0;
}
h4 .author {
h3 .author {
font-weight: bold;
}
h4 form {
h3 form {
display: none;
}
h4 form {
h3 form {
float: right;
}
li:hover h4 {
li:hover h3 {
background: #F9F9F9;
position: relative;