aboutsummaryrefslogtreecommitdiff
path: root/budget/static/uniform/blue.uni-form.css
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-08-10 00:20:16 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-08-10 00:20:16 +0200
commit0b180a7e9ab0d6f9ceb95abefee8c25fdd9f49f7 (patch)
tree0248d33bee6479e06e4c8434f372b71305fc4b04 /budget/static/uniform/blue.uni-form.css
parent04fa8d5b02a2429c03d8587f8d823f6abc168ae9 (diff)
downloadihatemoney-mirror-0b180a7e9ab0d6f9ceb95abefee8c25fdd9f49f7.zip
ihatemoney-mirror-0b180a7e9ab0d6f9ceb95abefee8c25fdd9f49f7.tar.gz
ihatemoney-mirror-0b180a7e9ab0d6f9ceb95abefee8c25fdd9f49f7.tar.bz2
use checkboxes rather than select multiple. Fixes #10
Diffstat (limited to 'budget/static/uniform/blue.uni-form.css')
-rw-r--r--budget/static/uniform/blue.uni-form.css4
1 files changed, 4 insertions, 0 deletions
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;
+}