CSS: Consolidate .object-features styles
This commit is contained in:
parent
1778ec673b
commit
00257f163d
|
@ -602,12 +602,18 @@ form.instance-features span.description, form.object-features span.description {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
width: @name-value-table-name-width;
|
width: @name-value-table-name-width;
|
||||||
|
color: @gray;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control-group {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.toggle-switch {
|
.toggle-switch {
|
||||||
margin-left: @table-column-padding;
|
margin-left: @table-column-padding;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue