From e3a2749ff8a3ad857681a784f97e9766d7d57be6 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Tue, 22 Jan 2013 15:20:25 -0500 Subject: [PATCH] studio html editor - added in styles for TinyMCE table elements --- cms/static/css/tiny-mce.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/cms/static/css/tiny-mce.css b/cms/static/css/tiny-mce.css index 63d2bada94..35526f5192 100644 --- a/cms/static/css/tiny-mce.css +++ b/cms/static/css/tiny-mce.css @@ -86,4 +86,23 @@ img { code { font-family: monospace, serif; background: none; +} + +table { + width: 100%; + border-collapse: collapse; + font-size: 16px; +} + +th { + background: #eee; + font-weight: bold; +} + +table td, th { + margin: 20px 0; + padding: 10px; + border: 1px solid #ccc !important; + text-align: left; + font-size: 14px; } \ No newline at end of file