From 548101d8bbd5adff4887cfad8fc70d1a4cf82370 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 31 Jul 2011 23:55:02 +0200 Subject: Some more theming and fixes. --- budget/static/uniform/blue.uni-form.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'budget/static/uniform/blue.uni-form.css') diff --git a/budget/static/uniform/blue.uni-form.css b/budget/static/uniform/blue.uni-form.css index adb5ff6..c1f70ec 100644 --- a/budget/static/uniform/blue.uni-form.css +++ b/budget/static/uniform/blue.uni-form.css @@ -35,8 +35,10 @@ .uniForm legend{ font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; } - .uniForm .ctrlHolder{ padding: 1em; } .uniForm .ctrlHolder.focused{ background: #e1f0f6; } + + .uniForm label { float: left; line-height: 300%;} + .uniForm input, .uniForm select { float: right } .uniForm .buttonHolder{ background: #c4ced1; text-align: right; margin: 1.5em 0 0 0; padding: 1.5em; /* CSS3 */ -- cgit v1.1