From ba82f59c40b66e19d3552ea24e6b39572517b8c1 Mon Sep 17 00:00:00 2001 From: danpros Date: Fri, 5 Mar 2021 11:17:20 +0700 Subject: [PATCH] Update editor.css --- system/admin/editor/css/editor.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/system/admin/editor/css/editor.css b/system/admin/editor/css/editor.css index e26efc3..cb75073 100644 --- a/system/admin/editor/css/editor.css +++ b/system/admin/editor/css/editor.css @@ -36,6 +36,23 @@ blockquote { padding: 2%; } +.wmd-preview table { + margin: 20px 0; +} + +.wmd-preview td, .wmd-preview th { + border-right: 1px solid #ccc; + padding: 8px 12px; +} + +.wmd-preview td:last-child, .wmd-preview th:last-child { + border-right: none; +} + +.wmd-preview td { + border-top: 1px solid #ccc; +} + .wmd-button-row { position: relative; margin: 0px;