From 0ad10c0f5aea00dd543952f809df45d9a5ff82eb Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Mon, 23 Jan 2017 14:02:14 -0500 Subject: [PATCH] fix style of thumb button on map card (#1044) --- app/assets/stylesheets/application.scss.erb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/application.scss.erb b/app/assets/stylesheets/application.scss.erb index 35665918..3bb0b369 100644 --- a/app/assets/stylesheets/application.scss.erb +++ b/app/assets/stylesheets/application.scss.erb @@ -2013,6 +2013,7 @@ input.collaboratorSearchField { position: relative; cursor: pointer; display: none; + padding: 0 2px; } .mapInfoShareIcon { width: 24px; @@ -2060,10 +2061,10 @@ and it won't be important on password protected instances */ height: 32px; & > span { - bottom: -9px; - right: 3px; - font-size: 10px; - color: #eee; + bottom: -8px; + right: 2px; + font-size: 12px; + color: #e0e0e0; &:hover { color: white;