From 2485fdf1ffe4b960e7282e029c8d0fea211b3775 Mon Sep 17 00:00:00 2001 From: Bertrand Le Roy Date: Thu, 7 Mar 2013 17:47:30 -0800 Subject: [PATCH] Style tweaking for Markdown editor --HG-- branch : 1.x extra : rebase_source : f1877375866e7a17fdc7857638e674de720eee89 --- .../Markdown/Styles/admin-markdown.css | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/Orchard.Web/Modules/Markdown/Styles/admin-markdown.css b/src/Orchard.Web/Modules/Markdown/Styles/admin-markdown.css index bdde9c531..3d0e45481 100644 --- a/src/Orchard.Web/Modules/Markdown/Styles/admin-markdown.css +++ b/src/Orchard.Web/Modules/Markdown/Styles/admin-markdown.css @@ -32,6 +32,15 @@ line-height: 1.2; } +#main .wmd-editor-box textarea.wmd-input { + display:block; + margin-bottom: 0; + width: 97%; + min-width: 400px; + height: 80%; + resize: horizontal; +} + .wmd-box { display: table; position: relative; @@ -102,6 +111,11 @@ padding: 0; } +.wmd-prompt-dialog { +border: solid 1px #ccc; +background-color: white; +} + /* Grippie */ div.grippie { @@ -114,11 +128,3 @@ div.grippie { margin-top: 9px; overflow:hidden; } - -#main .wmd-editor-box textarea.wmd-input { - display:block; - margin-bottom: 0; - width: 97%; - height: 80%; - resize: horizontal; -} \ No newline at end of file