parent
96a12495c3
commit
db167becba
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue