Module: deluge Branch: master Commit: 0f126bcbd5df422cbdc032d8c5a4fe6704ee2d03
Author: Damien Churchill <[email protected]> Date: Tue Mar 9 21:51:55 2010 +0000 add the add and create icons to the css file --- deluge/ui/web/css/deluge.css | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/deluge/ui/web/css/deluge.css b/deluge/ui/web/css/deluge.css index 42113e4..ca8abfc 100644 --- a/deluge/ui/web/css/deluge.css +++ b/deluge/ui/web/css/deluge.css @@ -283,6 +283,19 @@ dl.singleline dd { /*background-image: url(../icons/mixed.png);*/ } +/** + * Deluge Default Icon Set + * n.b. this needs to be forked out at some point + */ + +.icon-create { + background-image: url('../icons/create.png'); +} + +.icon-add { + background-image: url('../icons/add.png'); +} + .icon-pause { background-image: url('../icons/pause.png'); } -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
