diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-10 00:20:16 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-10 00:20:16 +0200 |
| commit | 0b180a7e9ab0d6f9ceb95abefee8c25fdd9f49f7 (patch) | |
| tree | 0248d33bee6479e06e4c8434f372b71305fc4b04 /budget/static | |
| parent | 04fa8d5b02a2429c03d8587f8d823f6abc168ae9 (diff) | |
| download | ihatemoney-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')
| -rw-r--r-- | budget/static/main.css | 8 | ||||
| -rw-r--r-- | budget/static/uniform/blue.uni-form.css | 4 |
2 files changed, 12 insertions, 0 deletions
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; +} |
