Opened 12 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)

8879.patch (1.4 KB) - added by Alfonso Martínez de Lizarrondo 12 years ago.
Proposed patch

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by Alfonso Martínez de Lizarrondo

Attachment: 8879.patch added

Proposed patch

comment:1 Changed 12 years ago by Alfonso Martínez de Lizarrondo

Owner: set to Alfonso Martínez de Lizarrondo
Status: newreview

comment:2 Changed 12 years ago by Garry Yao

Milestone: CKEditor 3.6.4
Status: reviewreview_passed

comment:3 Changed 12 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [7541].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy