Skip to content

Commit

Permalink
monitoring: Properly size object-features form
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 10, 2015
1 parent db167be commit 6b90982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion public/css/icinga/base.less
Expand Up @@ -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

Expand Down Expand Up @@ -118,7 +120,7 @@ pre {
}

td, th {
padding: 0.333em; // 4px
padding: @table-column-padding;
}

[class^="icon-"], [class*=" icon-"] {
Expand Down
2 changes: 1 addition & 1 deletion public/css/icinga/main.less
@@ -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;
Expand Down

0 comments on commit 6b90982

Please sign in to comment.