From 57079fc986a49bcf949556282e7392c20d1de997 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Mon, 18 Jul 2016 16:07:00 +0100 Subject: [PATCH] fix styling of the import modal --- services/web/public/stylesheets/app/editor.less | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 153ea19fca..f629d076d2 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -344,4 +344,21 @@ } } } +} + +.referencesImportModal { + .referencesImportPreview { + margin-top: 15px; + .referencesImportPreviewScroller { + font-family: monospace; + font-size: 0.8em; + max-height: 360px; + overflow: scroll; + white-space: pre; + padding: 8px 12px; + margin-bottom: 15px; + border: 1px solid @gray-lighter; + background-color: @gray-lightest; + } + } } \ No newline at end of file