Ticket #8060: 8060.patch

File 8060.patch, 3.1 KB (added by Garry Yao, 13 years ago)
  • _source/skins/v2/dialog.css

     
    2626        /* 'cke_dialog' element has been fixed positioned in all but IE6, while we
    2727                need it to be positioned to hold e.g. close button. */
    2828        position: relative;
    29         _position: static;
    30 
    3129}
    3230
    3331.cke_skin_v2 .cke_dialog_tl,
     
    189187        border: #d5d59d 1px solid;
    190188        overflow: auto;
    191189        padding: 5px 10px;
     190        position: relative;
    192191}
    193192
    194193.cke_skin_v2 .cke_dialog_footer
     
    681680        white-space: normal;
    682681}
    683682
    684 /* Fix iframedialog's height doesn't stretch to 100% #4863.*/
     683/* Fix iframedialog's height doesn't stretch to 100% (#4863).*/
     684/* Fix page contents don't stretch dialog body (#8060).*/
    685685.cke_skin_v2 .cke_browser_iequirks .cke_dialog_page_contents
    686686{
    687         _position: absolute;
     687        position: relative;
    688688}
    689689
    690690.cke_skin_v2 .cke_dialog  .ImagePreviewLoader
  • _source/skins/office2003/dialog.css

     
    2323        margin-bottom: 20px;
    2424        z-index: 1;
    2525
    26         /* 'cke_dialog' element has been fixed positioned in all but IE6, while we
    27                 need it to be positioned to hold e.g. close button. */
     26        /* 'cke_dialog' element has been fixed positioned to hold e.g. close button. */
    2827        position: relative;
    29         _position: static;
    3028}
    3129
    3230.cke_skin_office2003 .cke_dialog_tl,
     
    192190        border: #2b66c9 1px solid;
    193191        overflow: auto;
    194192        padding: 5px 10px;
     193        position: relative;
    195194}
    196195
    197196.cke_skin_office2003 .cke_dialog_footer
     
    678677        white-space: normal;
    679678}
    680679
    681 /* Fix iframedialog's height doesn't stretch to 100% #4863.*/
     680/* Fix iframedialog's height doesn't stretch to 100% (#4863).*/
     681/* Fix page contents don't stretch dialog body (#8060).*/
    682682.cke_skin_office2003 .cke_browser_iequirks .cke_dialog_page_contents
    683683{
    684         _position: absolute;
     684        position: relative;
    685685}
    686686
    687687.cke_skin_office2003 .cke_dialog  .ImagePreviewLoader
  • _source/skins/kama/dialog.css

     
    2424        -moz-border-radius: 5px;
    2525        -webkit-border-radius: 5px;
    2626        border-radius: 5px;
    27 
    28         /* 'cke_dialog' element has been fixed positioned in all but IE6, while we
    29                 need it to be positioned to hold e.g. close button. */
     27        /* 'cke_dialog' element has been fixed positioned to hold e.g. close button. */
    3028        position: relative;
    31         _position: static;
    3229}
    3330
    3431.cke_skin_kama .cke_dialog_tl,
     
    756753}
    757754
    758755/* Fix iframedialog's height doesn't stretch to 100% #4863.*/
     756/* Fix page contents don't stretch dialog body. (#8060)*/
    759757.cke_skin_kama .cke_browser_iequirks .cke_dialog_page_contents
    760758{
    761         _position: absolute;
     759        position: relative;
    762760}
    763761
    764762.cke_skin_kama .cke_dialog  .ImagePreviewLoader
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy