diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-11-27 04:11:22 +0100 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-11-27 04:11:22 +0100 |
| commit | 47010d4cd7d280ef9be386cfa2c4d3569314ab23 (patch) | |
| tree | 466b1329dd26a84cbb07b7306512090116d8a41d /budget/static/main.css | |
| parent | 672f2a1ca16a7e34acf8fadbf0d7113921d2573c (diff) | |
| download | ihatemoney-mirror-47010d4cd7d280ef9be386cfa2c4d3569314ab23.zip ihatemoney-mirror-47010d4cd7d280ef9be386cfa2c4d3569314ab23.tar.gz ihatemoney-mirror-47010d4cd7d280ef9be386cfa2c4d3569314ab23.tar.bz2 | |
change the icons, simplify some javascript
Diffstat (limited to 'budget/static/main.css')
| -rw-r--r-- | budget/static/main.css | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/budget/static/main.css b/budget/static/main.css index 9505e88..830ef98 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -130,14 +130,12 @@ div.topbar ul.secondary-nav { padding-right: 75px; } .bill-actions { padding-top: 2px; padding-bottom: 2px; + text-align: center; } -.edit img { - height: 24px; -} - -.delete img { - height: 24px; +.edit img, .delete img{ + height: 16px; + margin-right: 5px; } .balance-value{ @@ -159,3 +157,30 @@ tr.payer_line .balance-name{ color:green; text-indent:5px; } + +.action { + position: absolute; + left: 10px; + width: 220px; + background: #000 ; + opacity: 0.6; + text-align: center; +} +.action a, .action a:hover { + height: 16px; + padding-left: 20px; +} + +.delete a, .delete a:hover { + background: url('deleter.png') left no-repeat; + color: red; +} + +.reactivate a, .reactivate a:hover { + background: url('reactivate.png') left no-repeat; + color: white; +} + +#bill-form > fieldset { + margin-top: 10px; +} |
