From c39d0be8cd31357603530ee617fac49046fbf205 Mon Sep 17 00:00:00 2001 From: azivner Date: Fri, 8 Jun 2018 22:17:00 -0400 Subject: [PATCH] refactoring of icon button styles --- src/public/stylesheets/style.css | 4 +++ src/views/index.ejs | 45 ++++++++++++++------------------ 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index dbe949fe1..2ef4bc183 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -382,4 +382,8 @@ div.ui-tooltip { #note-path-list .current a { font-weight: bold; +} + +button.icon-button { + padding: 4px; } \ No newline at end of file diff --git a/src/views/index.ejs b/src/views/index.ejs index d25768d5b..b1224dee5 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -76,19 +76,19 @@