Skip to content

Commit

Permalink
space buttons better
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Jan 22, 2018
1 parent 05459d2 commit 918441d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contrib/webui/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ progress {

.torrent-button {
text-align: right;
padding-bottom: 1em;
}

.torrent-row:nth-child(odd) {
Expand Down
4 changes: 2 additions & 2 deletions contrib/webui/docroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
</div>

<div class="two columns torrent-button">
<span class="button-remove" data-bind="click: $data.toggle, text: $data.StatusButton()" title="Resume torrent">[▶]</span>
<span class="button-remove" data-bind="click: $data.toggle, text: $data.StatusButton()" title="Resume torrent"></span>
</div>
<div class="two columns torrent-button">
<span class="button-remove" data-bind="click: remove" title="Remove torrent and delete files">[X]</span>
<span class="button-remove" data-bind="click: remove" title="Remove torrent and delete files"></span>
</div>
</div>
</div>
Expand Down

0 comments on commit 918441d

Please sign in to comment.