monitoring: Properly align object-features form

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-10 13:23:47 +01:00
parent 96a12495c3
commit db167becba
2 changed files with 6 additions and 8 deletions

View File

@ -365,14 +365,9 @@ form.instance-features span.description, form.object-features span.description {
text-align: left; text-align: left;
} }
form.object-features .control-label-group { .object-features .control-label-group {
text-align: left; text-align: left;
width: 150px; width: @name-value-table-name-width;
}
form.object-features .control-label {
margin-left: 7px;
line-height: 25px;
} }
.custom-variables ul { .custom-variables ul {

View File

@ -1,5 +1,8 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /*! 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 { .action-link {
color: @icinga-blue; color: @icinga-blue;
} }
@ -183,7 +186,7 @@ a:hover > .icon-cancel {
padding-left: 0; padding-left: 0;
text-align: left; text-align: left;
vertical-align: top; vertical-align: top;
width: 14em; width: @name-value-table-name-width;
} }
// TODO(el): Fix // TODO(el): Fix