Skip to content

Commit

Permalink
Default the combo sizes to the common case and made the font face com…
Browse files Browse the repository at this point in the history
…bo bigger.
  • Loading branch information
fredck committed Nov 16, 2012
1 parent 70db2b1 commit b23fe53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
3 changes: 2 additions & 1 deletion skins/moono/panel.css
Expand Up @@ -73,7 +73,8 @@ panel contents and color panels check menu.css and colorpanel.css.
/* This class represents panels which are used by rich combos. */
.cke_combopanel
{
height: auto;
width: 150px;
height: 170px;
}

/* The IFRAME the panel is wrapped into. */
Expand Down
31 changes: 2 additions & 29 deletions skins/moono/presets.css
Expand Up @@ -9,43 +9,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
display: inline;
}

.cke_combo__styles .cke_combo_text,
.cke_combo__format .cke_combo_text
{
width: 60px;
}

.cke_combo__font .cke_combo_text,
/* "Font Size" combo width */
.cke_combo__fontsize .cke_combo_text
{
width: 30px;
}

/* "Styles" panel size */
.cke_combopanel__styles
{
width: 150px;
height: 170px;
}

/* "Format" panel size */
.cke_combopanel__format
{
width: 150px;
height: 170px;
}

/* "Font" panel size */
.cke_combopanel__font
{
width: 150px;
height: 170px;
}

/* "Font Size" panel size */
.cke_combopanel__fontsize
{
height: 170px;
width: 120px;
}

/* Editable regions */
Expand Down
1 change: 1 addition & 0 deletions skins/moono/richcombo.css
Expand Up @@ -165,6 +165,7 @@ The visual representation of a rich combo widget looks as follows:
cursor: default;
color: #474747;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
width: 60px;
}

.cke_rtl .cke_combo_text
Expand Down

0 comments on commit b23fe53

Please sign in to comment.