Skip to content

Commit

Permalink
styling corrections for CKEditor 4.0_beta widget in ui-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
bsimons committed Aug 24, 2012
1 parent 6f3157c commit 1f19732
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fiber/static/fiber/css/admin.css
Expand Up @@ -376,9 +376,12 @@ div.ui-dialog form h2 {
width: 734px;
}

/* .cke_chrome and .cke_inner selectors are for CKEditor 4.0 Beta */

.ui-dialog .hide-label .cke_chrome {
border: none;
float: none;
padding: 0;
border: none;
}

.ui-dialog .hide-label .cke_inner {
Expand Down

0 comments on commit 1f19732

Please sign in to comment.