From 63c9b91a7b35b749054c725f8b7a641d87b5fcb4 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Wed, 10 Feb 2016 10:39:04 +0000 Subject: [PATCH] basic css for references search form --- services/web/public/stylesheets/app/editor.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index d366639f25..240063089b 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -242,3 +242,17 @@ margin-top:10px; margin-bottom:0px; } + +.references-search-modal { + .search-form { + input { + width: 85%; + } + button { + width: 14%; + } + } + .search-results { + margin-top: 14px; + } +} \ No newline at end of file