Closed (fixed)
Project:
Shiny (Administration theme)
Version:
7.x-1.0-rc5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2013 at 12:41 UTC
Updated:
14 Mar 2013 at 09:00 UTC
A CSS rule in shiny.css affects the ckeditor appearance:
Line 4 shiny.css:
* {
-moz-box-sizing: border-box;
}This causes the toolbar in ckeditor (CKEditor 4.0.0.769d96134b) to appear half size. See the attached screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| Selection_007.png | 395.31 KB | batigolix |
Comments
Comment #1
Wesgro commentedUsing CK Editor 4.0.1 fixes this.
Comment #2
batigolixnifty!