From 06fcccaf44276ac150474ec5151b0bcfe2d89cbe Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 10 Aug 2017 19:17:28 +1000 Subject: [PATCH] remove border on bottom toolbar; fix hacky spacing of top elements --- aqt/toolbar.py | 1 - web/toolbar-bottom.css | 1 - web/toolbar.css | 3 ++- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/aqt/toolbar.py b/aqt/toolbar.py index 8c5b55bcb..03e0d2486 100644 --- a/aqt/toolbar.py +++ b/aqt/toolbar.py @@ -44,7 +44,6 @@ class Toolbar: buf += ''' %s''' % ( title, ln, name) - buf += " "*3 return buf # Link handling diff --git a/web/toolbar-bottom.css b/web/toolbar-bottom.css index 59075c3c1..d8eba5500 100644 --- a/web/toolbar-bottom.css +++ b/web/toolbar-bottom.css @@ -1,6 +1,5 @@ #header { border-bottom: 0; - border-top: 1px solid #aaa; margin-bottom: 6px; margin-top: 0; } diff --git a/web/toolbar.css b/web/toolbar.css index bda02f59d..d5e3b96ba 100644 --- a/web/toolbar.css +++ b/web/toolbar.css @@ -20,7 +20,8 @@ body { } .hitem { - padding-right: 6px; + padding-right: 12px; + padding-left: 12px; text-decoration: none; color: #000; }