Added possibility to show input items without labels.
This commit is contained in:
parent
a324dad087
commit
7324c56b67
1 changed files with 9 additions and 0 deletions
|
@ -383,4 +383,13 @@ footer {
|
|||
font-size: 14px;
|
||||
padding: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.sub_attribute .control-label {
|
||||
width: 60px;
|
||||
}
|
||||
.sub_attribute .controls {
|
||||
margin-left: 80px;
|
||||
}
|
Loading…
Reference in a new issue