Component lists are tidied up a bit

This commit is contained in:
James Brooks
2014-12-31 09:57:33 +00:00
parent 3aaf00fd4b
commit 5fbbb1efde
8 changed files with 58 additions and 23 deletions

View File

@@ -16,6 +16,13 @@ body.status-page {
margin-bottom: 20px;
}
.tooltip {
.tooltip-inner {
padding: 8px 12px;
font-size: 14px;
}
}
.text-success, .text-component-1 {
color: $green;
}
@@ -221,9 +228,10 @@ body.status-page {
background-color: #ffffff;
border: 1px solid $grey;
font-size: 1.1em;
padding: 15px 15px;
h4 {
margin-bottom: 2px;
margin: 0;
font-weight: 400;
max-width: 90%;
}