CSS: Lighter lines, border fixes

This commit is contained in:
Thomas Gelf 2014-06-05 03:24:30 +00:00
parent 248cdb5660
commit 76d0b188b6
2 changed files with 3 additions and 5 deletions

View File

@ -113,9 +113,8 @@ table.avp a:hover {
/* Definitively monitoring-only: */
table.objectstate {
margin: 1em;
width: 100%;
border-collapse: separate;
border-spacing: 0.2em;
border-spacing: 1px;
}
table.objectstate td {

View File

@ -19,7 +19,7 @@ table.colors td {
/* Action table */
table.action {
border-collapse: separate;
border-spacing: 0.3em;
border-spacing: 1px;
width: 100%;
table-layout: fixed;
margin: 0;
@ -37,7 +37,6 @@ table.action.wide td {
table.action td {
padding: 0.3em 0.5em 0.3em 0.5em;
line-height: 1.5em;
border-bottom: 1px solid #dde;
overflow: hidden;
}
@ -498,7 +497,7 @@ div.pivot-pagination {
table {
table-layout: fixed;
border-spacing: 0.2em;
border-spacing: 1px;
border-collapse: separate;
border: 1px solid LightGrey;
border-radius: 0.3em;