From 0b180a7e9ab0d6f9ceb95abefee8c25fdd9f49f7 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 10 Aug 2011 00:20:16 +0200 Subject: use checkboxes rather than select multiple. Fixes #10 --- budget/static/main.css | 8 ++++++++ budget/static/uniform/blue.uni-form.css | 4 ++++ 2 files changed, 12 insertions(+) (limited to 'budget/static') diff --git a/budget/static/main.css b/budget/static/main.css index bd59b2a..f42a1fe 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -11,6 +11,14 @@ a { color: #a45900; } +.fright{ + float: right; +} + +.fleft{ + float: left; +} + #title{ margin-top: 10px; } diff --git a/budget/static/uniform/blue.uni-form.css b/budget/static/uniform/blue.uni-form.css index c1f70ec..2c67c82 100644 --- a/budget/static/uniform/blue.uni-form.css +++ b/budget/static/uniform/blue.uni-form.css @@ -151,3 +151,7 @@ /* Use .first and .last classes to control the layout/spacing of your columns */ .uniForm .col.first{ width: 49%; float: left; clear: none; } .uniForm .col.last { width: 49%; float: right; clear: none; margin-right: 0; } + +.ctrlHolder ul{ + float: right; +} -- cgit v1.1