Ticket #4082: 4082_ref.patch

File 4082_ref.patch, 2.1 KB (added by Garry Yao, 14 years ago)
  • _source/skins/kama/reset.css

     
    2323        border-collapse: collapse;
    2424        text-align: left;
    2525        vertical-align: baseline;
    26         white-space: nowrap;
    2726        cursor: auto;
    2827        color: #000;
    2928
     
    3130    font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
    3231}
    3332
     33.cke_skin_kama a:hover,
     34.cke_skin_kama a:link,
     35.cke_skin_kama a:visited,
     36.cke_skin_kama a:active
     37{
     38        white-space: nowrap;
     39}
     40
    3441.cke_skin_kama .cke_rtl *,
    3542.cke_skin_kama .cke_rtl a:hover,
    3643.cke_skin_kama .cke_rtl a:link,
  • _source/skins/kama/toolbar.css

     
    2121
    2222.cke_skin_kama .cke_toolbox
    2323{
     24        white-space: nowrap;
    2425        clear: both;
    2526        /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/
    2627        padding-bottom: 1px;
  • _source/skins/kama/dialog.css

     
    112112
    113113.cke_skin_kama .cke_dialog_tabs
    114114{
     115        white-space: no-wrap;
    115116        height: 23px;
    116117        display: inline-block;
    117118        _display: block;
     
    227228        padding: 5px 0px;
    228229}
    229230
     231.cke_skin_kama .cke_dialog_ui_labeled_label
     232{
     233        white-space: nowrap;
     234}
     235
    230236.cke_skin_kama input.cke_dialog_ui_input_text,
    231237.cke_skin_kama input.cke_dialog_ui_input_password
    232238{
     
    315321{
    316322        border-collapse: separate;
    317323        cursor: default;
    318 
     324        white-space: nowrap;
    319325        -moz-border-radius: 5px;
    320326        -webkit-border-radius: 5px;
    321327        border-radius: 5px;
     
    684690
    685691.cke_skin_kama .cke_dialog  #ImagePreviewBox
    686692{
    687         white-space : normal;
    688693        border : 2px ridge black;
    689694        overflow : scroll;
    690695        height : 160px;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy