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

@ -384,3 +384,12 @@ footer {
padding: 5px; padding: 5px;
background-color: transparent; background-color: transparent;
} }
.sub_attribute .control-label {
width: 60px;
}
.sub_attribute .controls {
margin-left: 80px;
}