From 4752fa67858263151a1ba15deb3ff690a237e5bd Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sat, 21 Nov 2015 13:21:27 +1030 Subject: [PATCH] Improve spacing of drawer elements --- framework/core/less/lib/App.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/framework/core/less/lib/App.less b/framework/core/less/lib/App.less index bbd8558f0..e2822a814 100755 --- a/framework/core/less/lib/App.less +++ b/framework/core/less/lib/App.less @@ -188,8 +188,10 @@ text-align: center; } .Header-controls { + margin-top: 10px; + > li { - padding: 0px 10px 0; + padding: 0 10px 0; } .FormControl, .ButtonGroup, .Button { width: 100%; @@ -201,6 +203,9 @@ } } } + .Header-secondary .Search { + margin: 10px 0; + } } // On other devices, we stick the header up the top of the page, overlaying