From b250c8f03b5748cae52a869963de53c31cc87995 Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Sun, 21 Dec 2014 14:59:21 -0600 Subject: [PATCH] Toggle space --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index c8c8a04..700fc94 100644 --- a/static/style.css +++ b/static/style.css @@ -606,3 +606,7 @@ button.toggle-button.active { .higherScope { bottom: 29px !important; } + +.header__mode .ng-toggle-wrap { + margin-left: 5px; +}