From b0c3a89a83ac268766bb3faeffcd563e4eb2f682 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Wed, 20 Jul 2016 17:04:25 +0100 Subject: [PATCH] Style button and content. --- .../web/public/stylesheets/app/editor.less | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 2da411db61..49945a76ce 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -254,7 +254,7 @@ .sl_references_search_hint { position: absolute; - bottom: -67px; + bottom: -65px; left: -1px; right: 0px; padding: 0 6px 6px; @@ -265,6 +265,26 @@ font-family: @font-family-sans-serif; font-size: 13px; font-weight: 600; + + hr { + margin: 6px -6px; + } + + button { + width: 100%; + font-size: inherit; + line-height: 1.4; + } + + span { + padding-left: 10px; + } + + &_keybinding { + display: block; + font-size: 12px; + font-weight: normal; + } } // -- References Search Modal -- .references-search-modal-backdrop {