add a icon for creating a torrent

This commit is contained in:
Damien Churchill 2008-10-07 19:46:16 +00:00
parent 85ea737b0d
commit fb8a4d8b89
3 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
<div id="page"> <div id="page">
<div id="toolbar"> <div id="toolbar">
<ul id="buttons"> <ul id="buttons">
<li id="create" title="Create Torrent" />
<li id="add" title="Add Torrent" /> <li id="add" title="Add Torrent" />
<li id="remove" title="Remove Torrent" /> <li id="remove" title="Remove Torrent" />
<li id="pause" title="Pause Torrent" /> <li id="pause" title="Pause Torrent" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 1008 B

View File

@ -86,6 +86,7 @@ body {
background: url(split_horizontal.png) repeat-x; 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 #add {background-image:url(../../icons/32/add.png)}
#toolbar #buttons #remove {background-image:url(../../icons/32/remove.png)} #toolbar #buttons #remove {background-image:url(../../icons/32/remove.png)}
#toolbar #buttons #pause {background-image:url(../../icons/32/pause.png)} #toolbar #buttons #pause {background-image:url(../../icons/32/pause.png)}