Skip to content

Commit

Permalink
Ported b23fe53 to Kama as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredck committed Nov 16, 2012
1 parent b23fe53 commit 4bde874
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
3 changes: 2 additions & 1 deletion skins/kama/panel.css
Expand Up @@ -74,7 +74,8 @@ panel contents and color panels check menu.css and colorpanel.css.
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
height: auto;
width: 150px;
height: 170px;
}

/* The IFRAME the panel is wrapped into. */
Expand Down
31 changes: 2 additions & 29 deletions skins/kama/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/kama/richcombo.css
Expand Up @@ -112,6 +112,7 @@ The visual representation of a rich combo widget looks as follows:
color: #666666;
float: left;
cursor: default;
width: 60px;
}

.cke_rtl .cke_combo_text
Expand Down

0 comments on commit 4bde874

Please sign in to comment.