Ariel Weinberger pushed to branch master at cms-community / 
hippo-addon-channel-manager


Commits:
3145941f by Ariel Weinberger at 2017-06-06T11:47:47+02:00
CHANNELMGR-1309 Fix CKEditor source dialog button margin, remove unused icons 
from toolbar

- - - - -


1 changed file:

- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.scss


Changes:

=====================================
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.scss
=====================================
--- 
a/frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.scss
+++ 
b/frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields/ckeditor/ckeditor.scss
@@ -46,6 +46,17 @@
 
 .cke_top {
   border-bottom: 0 !important;
+
+  /* Remove codemirror buttons in CKEditor toolbar */
+  .cke_button {
+    &.cke_button__searchcode,
+    &.cke_button__autoformat,
+    &.cke_button__commentselectedrange,
+    &.cke_button__uncommentselectedrange,
+    &.cke_button__autocomplete {
+       display: none;
+    }
+  }
 }
 
 .cke_bottom {
@@ -67,4 +78,10 @@
       font-size: 12px;
     }
   }
+
+  .cke_dialog_ui_button {
+    &.UncommentSelectedRange {
+      margin-top: 0 !important;
+    }
+  }
 }



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

Reply via email to