Jeroen Hoffman pushed to branch bugfix/CMS-9915 at cms-community / hippo-cms


Commits:
cf571b0f by Jeroen Hoffman at 2016-03-22T09:39:05+01:00
CMS-9915: on review; change the view mode looking like the edit mode to the 
edit mode looking like the view mode (as in the 10.x branches).

- - - - -


2 changed files:

- richtext/ckeditor/plugins/src/main/resources/ckeditor/hippocontents.css
- 
richtext/frontend/src/main/java/org/hippoecm/frontend/plugins/richtext/view/richtext.css


Changes:

=====================================
richtext/ckeditor/plugins/src/main/resources/ckeditor/hippocontents.css
=====================================
--- a/richtext/ckeditor/plugins/src/main/resources/ckeditor/hippocontents.css
+++ b/richtext/ckeditor/plugins/src/main/resources/ckeditor/hippocontents.css
@@ -33,15 +33,15 @@
  */
 
 .cke_wysiwyg_div.cke_editable {
-    line-height: 1.6em;
-    padding: 16px;
+    line-height: 18px;
+    padding-top: 0.7em;
 }
 
 .cke_wysiwyg_div.cke_editable,
 .cke_panel_container {
     color: #333;
-    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
-    font-size: 13px;
+    font-family: sans-serif, Arial, Helvetica;
+    font-size: 12px;
 }
 
 .cke_wysiwyg_div.cke_editable blockquote {


=====================================
richtext/frontend/src/main/java/org/hippoecm/frontend/plugins/richtext/view/richtext.css
=====================================
--- 
a/richtext/frontend/src/main/java/org/hippoecm/frontend/plugins/richtext/view/richtext.css
+++ 
b/richtext/frontend/src/main/java/org/hippoecm/frontend/plugins/richtext/view/richtext.css
@@ -18,10 +18,10 @@
     min-height: 75px;
     margin: 0;
     padding: 10px 4px 0;
-    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
-    font-size: 13px;
+    font-family: Arial, Helvetica, sans-serif;
+    font-size: 12px;
     color: #333;
-    line-height: 1.6em;
+    line-height: 18px;
 }
 
 .hippo-richtext a {



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms/commit/cf571b0f71967e25a857006196989294072f6fc8
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to