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 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANL}EX7WqAsieW95oy%9SjW2 z%ROBjLn2y_PWSeYb{A>bZ(N+qb4*XbM?rP=s-T-G7kNdy-|c$2t-gVE_rH$3-EX?y zX?^AYA|H~qR8MPRo10^nv(lqULL56xTc*q3nR)r>)`=V6AKnpSdnqH$a=PSMAhyvKCCJt^K<>M(_LDjwwBc63HL#J>IL% z<24`%xe`*7MW`H{r&Lx=yQ*CT|YRlUP~5y z#mtZ>;n&G=HA__Rpr!l9h$VOPF1NmVzqoMrp1Vr&Il?n!iw@d_Wvy@#G`N)Z@!(Sl z5xIp2X6_8h{bR#$VXK$Ry6E>doCi(`HrlFeV1M$)?%EvXZ_E>_=jy*Y6S~dellO!3 z2d`VquQ6nJu(v;S1{;$A%kqfNV#=j!t_bXA+0-)Q=!@vM_xarck@be*H$ zberw_lFQpHZL*rSZM#?|dNJMTyz3%%hH2BMuYYZCEy8N^{^1tEzY*OUn;$H$oS+?i zxAx4X-)om&sPo#mlhsgtVKHB5@0wkyo?4=F?3mO7?0Y8)D==*^I@&$={?9MM--VAp zo8~b^cBR~l>4`;5X@x$EWgc5PeUVY=H|PHI>Gk&$PmWH$XWPE6N$07#x4y&51yP;L zxK6Q5?`@nS&9~tCp*5d;ghKc7WvV&+UweJ(?RmVJ+tZaCB-%E5ZEkqP@GCWg|A^)} zD|R(3~d=Ej)Q0|6iT+tn-Jl zVswzRLC>W%TXkmK(DKka9C%>Y@v2EZPa1bmiN4DkY1H-Hjp@bO9vy*DU)I;`8q&#r zp<840rVDo7V|5hx^Lh`%iRYiw57-p&Z286L<&c`6|NivVt5@}1tn|BfPk#39-MjDu zObLz52fqI*;F-bvjxl)d&b``CU5>>uls@o(AoD2xc(TL7%lEIozR4Kwl9zw+v;ANB Z8p9LUG)tOJGB7YOc)I$ztaD0e0sw4%*z^DZ 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)}