From 86926a28eceff9e8d31453ed4db655dd87cf51d1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 18 Jul 2017 14:27:51 +0200 Subject: [PATCH] Fix css --- htdocs/theme/md/style.css.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index fb774e8793b..55a83326e75 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3740,6 +3740,33 @@ a.cke_dialog_ui_button_ok span { } +/* ============================================================================== */ +/* ACE editor */ +/* ============================================================================== */ +.ace_editor { + border: 1px solid #ddd; + margin: 0; +} +#statusBar { + margin: 0; + padding: 0; + left: 0; + right: 0; + bottom: 0; + height: 20px; + color: #666; +} +.ace_status-indicator { + color: gray; + position: relative; + right: 0; + border-left: 1px solid; +} +pre#editfilecontentaceeditorid { + margin-top: 5px; +} + + /* ============================================================================== */ /* File upload */ /* ============================================================================== */