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/uniform/blue.uni-form.css | 4 ++++ 1 file changed, 4 insertions(+) (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 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