From 31b1bafac84f304cd2faf14f4ea55fc4769920c0 Mon Sep 17 00:00:00 2001
From: ebremner <ebremner@uwaterloo.ca>
Date: Thu, 25 Mar 2021 11:03:35 -0400
Subject: [PATCH] ISTWCMS-4654: adding the acutal css file for ckeditor

---
 css/uw_ckeditor.css | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 css/uw_ckeditor.css

diff --git a/css/uw_ckeditor.css b/css/uw_ckeditor.css
new file mode 100644
index 00000000..cca67bf3
--- /dev/null
+++ b/css/uw_ckeditor.css
@@ -0,0 +1,19 @@
+.caption {
+  background: #eee;
+  border: solid 1px #dfdfdf;
+  padding: 0.5rem;
+  font-size: .88889rem;
+  color: #000;
+  font-family: Typ1451-Regular,verdana,sans-serif;
+  width: 100%;
+}
+
+.cke_editable .caption {
+  width: 98%;
+}
+
+.highlight {
+  font-size: 1.42383rem;
+  line-height: 1.4;
+  color: #757575;
+}
-- 
GitLab