Skip to content

Commit

Permalink
Fixed zoomed page breaks background gradient for toolbar group/combo …
Browse files Browse the repository at this point in the history
…in IE7.
  • Loading branch information
Garry Yao committed Oct 31, 2012
1 parent c24c7d0 commit cb6fe50
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions skins/moono/editor_ie7.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ This file contains styles to used by Internet Explorer 7 only.
height: 26px;
}

/* Avoid breaking elements that use background gradient when page zoom > 1 (#9548) */
.cke_toolgroup,
.cke_combo
{
position: relative;
}

a.cke_button
{
/* IE7: buttons must not float to wrap the toolbar in a whole. */
Expand Down Expand Up @@ -191,9 +198,3 @@ a.cke_button
padding: 0 5px;
}

.cke_rtl input.cke_dialog_ui_input_text,
.cke_rtl input.cke_dialog_ui_input_password
{
/* Positioning is required for IE7 on text inputs not to stretch dialog horizontally. (#8971)*/
position: relative;
}

0 comments on commit cb6fe50

Please sign in to comment.