From fca33494d187d23216a96b9b09180f598635e776 Mon Sep 17 00:00:00 2001 From: Lourdesmarco Date: Mon, 29 Jun 2015 13:30:35 +0200 Subject: [PATCH] fixing styles ckeditor --- .../javascript/ckeditor/skins/BootstrapCK-Skin/editor.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/assets/javascript/ckeditor/skins/BootstrapCK-Skin/editor.css b/vendor/assets/javascript/ckeditor/skins/BootstrapCK-Skin/editor.css index 2d215e44e..66a60ce14 100755 --- a/vendor/assets/javascript/ckeditor/skins/BootstrapCK-Skin/editor.css +++ b/vendor/assets/javascript/ckeditor/skins/BootstrapCK-Skin/editor.css @@ -663,9 +663,9 @@ border: 1px solid rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; float:left; padding:2px; -height:21px; -margin-right:6px; -margin-bottom:5px; +height:25px; +margin:-1px 5px 0 0; + } .cke_skin_BootstrapCK-Skin .cke_rcombo .cke_on a{ border: 1px solid rgba(82, 168, 236, 0.8); @@ -1090,4 +1090,4 @@ visibility:inherit; } html.cke_skin_BootstrapCK-Skin_container{ visibility:visible; -} \ No newline at end of file +}