Ticket #8879 (closed Bug: fixed)

Opened 14 months ago

Last modified 11 months ago

Move styling of labels to dialog.css

Reported by: alfonsoml Owned by: alfonsoml
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

8879.patch (1.4 KB) - added by alfonsoml 14 months ago.
Proposed patch

Change History

Changed 14 months ago by alfonsoml

Proposed patch

comment:1 Changed 14 months ago by alfonsoml

  • Owner set to alfonsoml
  • Status changed from new to review

comment:2 Changed 11 months ago by garry.yao

  • Status changed from review to review_passed
  • Milestone set to CKEditor 3.6.4

comment:3 Changed 11 months ago by garry.yao

  • Status changed from review_passed to closed
  • Resolution set to fixed

Fixed with [7541].

Note: See TracTickets for help on using tickets.
© 2003 – 2012 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy