From fb8a4d8b897bc5aea0da7a7e5bc5e09b962002c5 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 7 Oct 2008 19:46:16 +0000 Subject: [PATCH] add a icon for creating a torrent --- deluge/ui/webui/templates/ajax/index.html | 1 + .../webui/templates/ajax/static/icons/32/new.png | Bin 0 -> 1008 bytes .../ajax/static/themes/classic/style.css | 1 + 3 files changed, 2 insertions(+) create mode 100644 deluge/ui/webui/templates/ajax/static/icons/32/new.png diff --git a/deluge/ui/webui/templates/ajax/index.html b/deluge/ui/webui/templates/ajax/index.html index 4fdc530d8..de94b2580 100644 --- a/deluge/ui/webui/templates/ajax/index.html +++ b/deluge/ui/webui/templates/ajax/index.html @@ -27,6 +27,7 @@
    +
  • diff --git a/deluge/ui/webui/templates/ajax/static/icons/32/new.png b/deluge/ui/webui/templates/ajax/static/icons/32/new.png new file mode 100644 index 0000000000000000000000000000000000000000..e6d64bb90b32dfec83232de6478afc1a6b335b8f GIT binary patch literal 1008 zcmV9&7>1-t%; zZoBM??ke>U^dD4er7kL=hDJeZLn7jm5(v08gqI)OnbXC!k+JW?xKusTXl69mbH4MM z@xcEq@?UJK$`~hw1@dkN7mNd7!v<|zXR5g`LOT&)eSQ72TrT&mh?I;m7-R6>>yxk%nY!jFra=|`UYN$jJFw$o6!Q~hf9-+XQxm0cZ zJOI$ON<^+(?>q^>$`OG*B(MkM>^|0nAkF)!0Ktc~6Mw%ewATx-0 z2=>Fy#)6oaAmto-RYqh2Z%eTNabbvae=k5%Xre;9nY`Cxo3Q|K&2t~+0bbw5`9+*Bg4+i7q|>%JJZgfrw$XMK(PuKxMWP1) zmY0{W>pwdb1w8NJv=RMSizu_;qj``kQ{8>c()+Ea(0)p>xdkyNp>qyZjjXz5Nh%eb zJ_06CKaG(SAOf&5#fzQa`ScU_6UFA1NR%C^9_W{0asp;?Orsp*IYRUtB#$=>{POGf z$mGS7-aUt|f-L1XOD{mFpjwHh3d#hRje(RK4xrbrCP4qK*Ol9z4QaP$ zB0w01u}ZUm;sE+(Xb;3G&N>H11xP%I05&!@FlI1uh6OanWah@e?qL{S$7*F|CG}!T zQk>+WI7tmb|J9u4iTE=iTT(+XjMA*NEST6TNGiioz`DnJl8oemyOdkq1z9qR=SBkP zt&A)XRZRu!2Phk3PF1yBE|(FB-UUGr{Oh~`$mjECz&vmawE6)`KxJ=l@5|NI)h|Rk zFN(X9=I-w9SHJ>bfdjzz`fv=G1MUG+ow>a$ literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/templates/ajax/static/themes/classic/style.css b/deluge/ui/webui/templates/ajax/static/themes/classic/style.css index f351722a6..146f7d05f 100644 --- a/deluge/ui/webui/templates/ajax/static/themes/classic/style.css +++ b/deluge/ui/webui/templates/ajax/static/themes/classic/style.css @@ -86,6 +86,7 @@ body { background: url(split_horizontal.png) repeat-x; } +#toolbar #buttons #create {background-image:url(../../icons/32/new.png)} #toolbar #buttons #add {background-image:url(../../icons/32/add.png)} #toolbar #buttons #remove {background-image:url(../../icons/32/remove.png)} #toolbar #buttons #pause {background-image:url(../../icons/32/pause.png)}