diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-03 23:59:53 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-03 23:59:53 +0200 |
| commit | bcf12942bb7ad875ff46cc58992f726466318268 (patch) | |
| tree | 7e850e9b29001cb10cf92b7fac54142ff29c1e45 /res/client/css/partials | |
| parent | 73625ffd3526e85f22addf073f4e549a71670225 (diff) | |
client: toolbar: add delete button
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/tool-bar.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss index 4f2d898a..501ea931 100644 --- a/res/client/css/partials/tool-bar.scss +++ b/res/client/css/partials/tool-bar.scss @@ -32,6 +32,10 @@ width: 80px; } +#btn_delete { + width: 80px; +} + #btn_link_fan { background: url(../img/url-icon.png); background-position: center; |
