Opened 13 years ago
Closed 12 years ago
#8879 closed Bug (fixed)
Move styling of labels to dialog.css
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.4 |
Component: | UI : Dialogs | Version: | |
Keywords: | Cc: |
Description
The sample.css includes a rule to style labels in dialogs:
.cke_dialog label { display: inline; margin-bottom: auto; }
That's added to override the default styling for labels in the previous lines.
Other pages can use similar styling and people sometimes post screenshots of broken dialogs, and putting this in the default dialog.css can help a little.
And at the same time we can change the cursor so it's an arrow instead of a text caret.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | 8879.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | set to Alfonso Martínez de Lizarrondo |
---|---|
Status: | new → review |
comment:2 Changed 12 years ago by
Milestone: | → CKEditor 3.6.4 |
---|---|
Status: | review → review_passed |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7541].
Proposed patch