monitoring: Properly size object-features form

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-10 13:30:30 +01:00
parent db167becba
commit 6b90982a10
2 changed files with 4 additions and 2 deletions

View File

@ -41,6 +41,8 @@
@font-size-small: 0.833em; // 10px
@font-weight-bold: 600;
@table-column-padding: 0.333em; // 4px
@vertical-padding: 0.5em; // 6px
@horizontal-padding: 1em; // 12px
@ -118,7 +120,7 @@ pre {
}
td, th {
padding: 0.333em; // 4px
padding: @table-column-padding;
}
[class^="icon-"], [class*=" icon-"] {

View File

@ -1,7 +1,7 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
// Width for the name column--th--of name-value-table
@name-value-table-name-width = 14em;
@name-value-table-name-width: 14em;
.action-link {
color: @icinga-blue;