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: */ /* Definitively monitoring-only: */
table.objectstate { table.objectstate {
margin: 1em; margin: 1em;
width: 100%;
border-collapse: separate; border-collapse: separate;
border-spacing: 0.2em; border-spacing: 1px;
} }
table.objectstate td { table.objectstate td {

View File

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