monitoring/css: fix header styling, try small-caps
This commit is contained in:
parent
8c28bf8577
commit
0d290441f2
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue