forked from p15670423/monkey
Changed the style in configuration page to differentiate config value title from description
This commit is contained in:
parent
35e90fc95d
commit
f790750f57
|
@ -26,10 +26,16 @@
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.config-template-no-header>p{
|
.config-template-no-header > p {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.config-template-no-header>label{
|
.config-template-no-header > label {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.config-form .form-group.field > label {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue