From cc17c1ed3863495488e821e772fd81e3d5215e69 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Fri, 17 Mar 2017 12:54:18 -0400 Subject: [PATCH] add tiny divider between global and map items --- app/assets/stylesheets/clean.css.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/clean.css.erb b/app/assets/stylesheets/clean.css.erb index e1c56d33..3bc37d68 100644 --- a/app/assets/stylesheets/clean.css.erb +++ b/app/assets/stylesheets/clean.css.erb @@ -168,10 +168,14 @@ } .upperRightMapButtons { - right: 134px; + right: 138px; + padding-right: 7px; + border-right: 1px solid #747474; } .unauthenticated .upperRightMapButtons { right: 115px; + padding-right: 0; + border-right: none; } .upperRightIcon {