From 5a2e9ea99c8b7b6d155e087161f561b7c011b454 Mon Sep 17 00:00:00 2001 From: David E Jones Date: Mon, 21 Mar 2016 09:15:30 -0700 Subject: [PATCH] Added style for tables in wiki-page-area --- base-component/webroot/screen/webroot/css/default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base-component/webroot/screen/webroot/css/default.css b/base-component/webroot/screen/webroot/css/default.css index ee429e9b2..38b447dd2 100644 --- a/base-component/webroot/screen/webroot/css/default.css +++ b/base-component/webroot/screen/webroot/css/default.css @@ -328,6 +328,8 @@ form.editable-form button { background: white; color: #333; border: 1px solid; b .bg-light .table-striped>tbody>tr:nth-child(odd)>td { background-color: rgba(243, 243, 243, 0.5); } .bg-light .table-hover > tbody > tr:hover > td { background-color: rgba(234, 234, 234, 0.5); } +#wiki-page-area th, #wiki-page-area td { padding: 2px 4px 2px 4px; border: thin solid lightgrey; } + .CodeMirror, .CodeMirror-scroll { min-height: 600px; min-width: 800px; } /* #content has white-space: nowrap, which is an annoying thing for all to inherit */