From 7324c56b671987ca3b98efda40988a313c564f1a Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 1 Feb 2013 00:45:30 +0100 Subject: [PATCH] Added possibility to show input items without labels. --- app/assets/stylesheets/zzz.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/assets/stylesheets/zzz.css b/app/assets/stylesheets/zzz.css index 77f91a569..cc33e691a 100644 --- a/app/assets/stylesheets/zzz.css +++ b/app/assets/stylesheets/zzz.css @@ -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; } \ No newline at end of file