Skip to content

Commit

Permalink
monitoring: Properly align 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 96a1249 commit db167be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 2 additions & 7 deletions modules/monitoring/public/css/module.less
Expand Up @@ -365,14 +365,9 @@ form.instance-features span.description, form.object-features span.description {
text-align: left;
}

form.object-features .control-label-group {
.object-features .control-label-group {
text-align: left;
width: 150px;
}

form.object-features .control-label {
margin-left: 7px;
line-height: 25px;
width: @name-value-table-name-width;
}

.custom-variables ul {
Expand Down
5 changes: 4 additions & 1 deletion public/css/icinga/main.less
@@ -1,5 +1,8 @@
/*! 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;

.action-link {
color: @icinga-blue;
}
Expand Down Expand Up @@ -183,7 +186,7 @@ a:hover > .icon-cancel {
padding-left: 0;
text-align: left;
vertical-align: top;
width: 14em;
width: @name-value-table-name-width;
}

// TODO(el): Fix
Expand Down

0 comments on commit db167be

Please sign in to comment.