From d20f93c72c2a5863709208338e44d7e3667bfcfc Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Wed, 2 Sep 2015 17:32:08 +0200 Subject: [PATCH] Improve menu style --- src/sunstone/public/app/utils/menu/top-row.hbs | 4 ++-- src/sunstone/public/scss/app.scss | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/sunstone/public/app/utils/menu/top-row.hbs b/src/sunstone/public/app/utils/menu/top-row.hbs index 553005955c..7ee3d05b3e 100644 --- a/src/sunstone/public/app/utils/menu/top-row.hbs +++ b/src/sunstone/public/app/utils/menu/top-row.hbs @@ -1,10 +1,10 @@
- - +
diff --git a/src/sunstone/public/scss/app.scss b/src/sunstone/public/scss/app.scss index c2065b138f..f27e94a805 100644 --- a/src/sunstone/public/scss/app.scss +++ b/src/sunstone/public/scss/app.scss @@ -176,7 +176,6 @@ input.search { .button { background: #fff; border: none; - margin-top: 8px; } .button:hover { @@ -1313,4 +1312,8 @@ hr { #menu-wrapper { padding-top: 5px; background-color: white +} + +#menu-toggle { + padding: 0px } \ No newline at end of file