Ticket #5452: 5452.patch

File 5452.patch, 1.6 KB (added by Garry Yao, 14 years ago)
  • _source/skins/v2/panel.css

     
    3838 * panel iframe.
    3939 */
    4040
    41 html.cke_skin_v2_container
     41html.cke_skin_v2_container,
     42/*IE quirks prefer scrolling body instead of html.*/
     43body.cke_panel_frame.cke_browser_iequirk        s
    4244{
    4345        overflow: auto;
    4446        overflow-x: hidden;
  • _source/skins/kama/panel.css

     
    3838 * panel iframe.
    3939 */
    4040
    41 html.cke_skin_kama_container
     41html.cke_skin_kama_container,
     42/*IE quirks prefer scrolling body instead of html.*/
     43body.cke_panel_frame.cke_browser_iequirk        s
    4244{
    4345        overflow: auto;
    4446        overflow-x: hidden;
    4547}
    4648
    47 body.cke_panel_frame
    48 {
    49         overflow: hidden;
    50 }
    51 
    5249.cke_panel_frame .cke_label
    5350{
    5451        display: none;
  • _source/skins/office2003/panel.css

     
    3838 * panel iframe.
    3939 */
    4040
    41 html.cke_skin_office2003_container
     41html.cke_skin_office2003_container,
     42/*IE quirks prefer scrolling body instead of html.*/
     43body.cke_panel_frame.cke_browser_iequirk        s
    4244{
    4345        overflow: auto;
    4446        overflow-x: hidden;
    4547}
    4648
    47 body.cke_panel_frame
    48 {
    49         overflow: auto;
    50 }
    51 
    5249ul.cke_panel_list
    5350{
    5451        list-style-type: none;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy