diff options
Diffstat (limited to 'budget/static')
| -rw-r--r-- | budget/static/delete.png | bin | 0 -> 274 bytes | |||
| -rw-r--r-- | budget/static/deleter.png | bin | 0 -> 226 bytes | |||
| -rw-r--r-- | budget/static/edit.png | bin | 0 -> 258 bytes | |||
| -rw-r--r-- | budget/static/main.css | 37 | ||||
| -rw-r--r-- | budget/static/pen.png | bin | 3912 -> 0 bytes | |||
| -rw-r--r-- | budget/static/reactivate.png | bin | 0 -> 259 bytes | |||
| -rw-r--r-- | budget/static/scissors.png | bin | 4312 -> 0 bytes |
7 files changed, 31 insertions, 6 deletions
diff --git a/budget/static/delete.png b/budget/static/delete.png Binary files differnew file mode 100644 index 0000000..aa786a3 --- /dev/null +++ b/budget/static/delete.png diff --git a/budget/static/deleter.png b/budget/static/deleter.png Binary files differnew file mode 100644 index 0000000..04a23f3 --- /dev/null +++ b/budget/static/deleter.png diff --git a/budget/static/edit.png b/budget/static/edit.png Binary files differnew file mode 100644 index 0000000..02662fc --- /dev/null +++ b/budget/static/edit.png 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; +} diff --git a/budget/static/pen.png b/budget/static/pen.png Binary files differdeleted file mode 100644 index f486e40..0000000 --- a/budget/static/pen.png +++ /dev/null diff --git a/budget/static/reactivate.png b/budget/static/reactivate.png Binary files differnew file mode 100644 index 0000000..54c60c0 --- /dev/null +++ b/budget/static/reactivate.png diff --git a/budget/static/scissors.png b/budget/static/scissors.png Binary files differdeleted file mode 100644 index 2a40f0b..0000000 --- a/budget/static/scissors.png +++ /dev/null |
