From a38ca1042c1adc036ed97c78804376e2a3264f13 Mon Sep 17 00:00:00 2001 From: Dipansh Khandelwal Date: Sun, 24 Dec 2017 13:52:04 +0530 Subject: [PATCH] Pull the clear button on left side --- css/activity.css | 4 ++++ index.html | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/css/activity.css b/css/activity.css index bd9a48f..4f090bf 100644 --- a/css/activity.css +++ b/css/activity.css @@ -5,3 +5,7 @@ #main-toolbar #new-button { background-image: url(../icons/new-button.svg); } + +#main-toolbar #clear-button { + background-image: url(../images/clear.svg); +} diff --git a/index.html b/index.html index de1f4c8..5ddcea4 100644 --- a/index.html +++ b/index.html @@ -15,10 +15,8 @@
+ -