Changes between Version 1 and Version 2 of Ticket #6162, comment 24
- Timestamp:
- Jan 6, 2014, 7:38:04 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6162, comment 24
v1 v2 2 2 > @royshoa I'm not exactly sure what do you mean by increasing selection from 8 to 100 but to modify only one dropdown please see [comment:18 comment:18] where I have given classes that influence only one particular dropdown. 3 3 4 CKEditor default font size selection is from size 8 to size 72 and I increase it to be from size 8 to size 100. The CKEditor font size select box has a font-size: xx on every font size that you can choose and in my case the fonts size 80+ are to big ongo out from the select box.4 CKEditor default font size selection is from size 8 to size 72 and I increase it to be from size 8 to size 100. The CKEditor font size select box has a font-size: xx on every font size that you can choose and in my case the fonts size 80+ are to big and go out from the select box. 5 5 Now, I do not like to increase the select box width because it will be not nice, instead I like to remove the font-size definition from every font that display in the select box and I do not know the class name that I need to use to do it.