From 2d3aa02eedafb4bda855e6d9fbd3773540803db5 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Wed, 20 Jul 2016 17:04:02 +0100 Subject: [PATCH] Make info cell a button container. --- services/web/public/stylesheets/app/editor.less | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 17466a4795..2da411db61 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -254,21 +254,17 @@ .sl_references_search_hint { position: absolute; - bottom: -33px; + bottom: -67px; left: -1px; right: 0px; - padding: 7px 2px; + padding: 0 6px 6px; text-align: center; - background: @state-info-text; - color: @state-info-bg; + background: #fbfbfb; + color: #FFF; box-shadow: 3px 3px 5px rgba(0,0,0,.2); font-family: @font-family-sans-serif; font-size: 13px; font-weight: 600; - - span { - padding-left: 10px; - } } // -- References Search Modal -- .references-search-modal-backdrop {