mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
CSS: Lighter lines, border fixes
This commit is contained in:
parent
248cdb5660
commit
76d0b188b6
public/css/icinga
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user