From 30e4f74ed9db71d7d8af4377d2b391184668ee3f Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 4 Feb 2017 09:20:42 +0100 Subject: [PATCH] Fix for misalignment of hamburger icon --- static/css/digimarks.css | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 025cf1c..7b04ac4 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -1,4 +1,9 @@ +nav .button-collapse +{ + margin: 0; +} + /* label color */ .input-field label { color: #000; @@ -60,24 +65,6 @@ /*display: block;*/ } - /* - .digimark-card-header-tags - { - overflow-x: scroll; - overflow-y: hidden; - height: 50px; - white-space: nowrap; - } - */ - /* - .digimark-card-header-tags - { - overflow-x: hidden; - overflow-y: scroll; - height: 60px; - } - */ - .card .digimark-card-content { padding-top: 10px;