Skip to content

Commit

Permalink
monitoring/css: fix header styling, try small-caps
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Jun 15, 2015
1 parent 8c28bf8 commit 0d29044
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions modules/monitoring/public/css/module.less
Expand Up @@ -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;
}
Expand Down Expand Up @@ -206,6 +207,7 @@ table.avp {
label {
font-weight: normal;
margin-right: 0;
font-variant: small-caps;
}

input {
Expand Down Expand Up @@ -271,6 +273,7 @@ td.state {
.inline-comments {
padding: 0;
margin: 0;
font-size: 0.857em;

.time-ago {
font-style: italic;
Expand All @@ -282,27 +285,28 @@ td.state {
margin-bottom: 8px;
}

h4 {
h3 {
border: none;
border-bottom: 1px solid gray;
font-weight: normal;
font-size: inherit;
color: inherit;
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;

Expand Down

0 comments on commit 0d29044

Please sign in to comment.