aboutsummaryrefslogtreecommitdiff
path: root/budget/static/main.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/main.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/main.css')
-rw-r--r--budget/static/main.css8
1 files changed, 8 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;
}