Skip to content

Commit

Permalink
Merge branch 't/9721e'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Dec 27, 2012
2 parents 8341c16 + 331ccc2 commit c824c5d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
7 changes: 7 additions & 0 deletions skins/kama/editor_ie7.css
Expand Up @@ -193,3 +193,10 @@ a.cke_button
/* Positioning is required for IE7 on text inputs not to stretch dialog horizontally. (#8971)*/
position: relative;
}

/* Reset vertical paddings which put editing area under bottom UI space. (#9721) */
.cke_wysiwyg_div
{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
6 changes: 5 additions & 1 deletion skins/kama/mainui.css
Expand Up @@ -56,7 +56,7 @@ Special outer level classes used in this file:
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #D3D3D3;

/* Spacing between the outer and the inner boundaries. */
padding: 5px;
}
Expand Down Expand Up @@ -192,4 +192,8 @@ Special outer level classes used in this file:
overflow: auto;
padding: 0 8px;
outline-style: none;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
7 changes: 7 additions & 0 deletions skins/moono/editor_ie7.css
Expand Up @@ -204,3 +204,10 @@ a.cke_button
/* Positioning is required for IE7 on text inputs not to stretch dialog horizontally. (#8971)*/
position: relative;
}

/* Reset vertical paddings which put editing area under bottom UI space. (#9721) */
.cke_wysiwyg_div
{
padding-top: 0 !important;
padding-bottom: 0 !important;
}
4 changes: 4 additions & 0 deletions skins/moono/mainui.css
Expand Up @@ -218,4 +218,8 @@ Special outer level classes used in this file:
overflow: auto;
padding: 0 8px;
outline-style: none;

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

0 comments on commit c824c5d

Please sign in to comment.