Added possibility to show input items without labels.

This commit is contained in:
Martin Edenhofer 2013-02-01 00:45:30 +01:00
parent a324dad087
commit 7324c56b67

View file

@ -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;
}