From bcf12942bb7ad875ff46cc58992f726466318268 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 3 Mar 2015 23:59:53 +0200 Subject: client: toolbar: add delete button --- res/client/css/partials/tool-bar.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/client/css/partials') 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; -- cgit v1.3.1