Ticket #8879: 8879.patch

File 8879.patch, 1.4 KB (added by Alfonso Martínez de Lizarrondo, 12 years ago)

Proposed patch

  • _samples/sample.css

     
    155155        display: block;
    156156        margin-bottom:6px;
    157157}
    158 
    159 .cke_dialog label
    160 {
    161         display: inline;
    162         margin-bottom: auto;
    163 }
  • _source/skins/kama/dialog.css

     
    987987        width:100%;
    988988        height:100%;
    989989}
     990
     991.cke_dialog label
     992{
     993        display: inline;
     994        margin-bottom: auto;
     995        cursor: default;
     996}
  • _source/skins/office2003/dialog.css

     
    889889        width:100%;
    890890        height:100%;
    891891}
     892
     893.cke_dialog label
     894{
     895        display: inline;
     896        margin-bottom: auto;
     897        cursor: default;
     898}
  • _source/skins/v2/dialog.css

     
    905905        width:100%;
    906906        height:100%;
    907907}
     908
     909.cke_dialog label
     910{
     911        display: inline;
     912        margin-bottom: auto;
     913        cursor: default;
     914}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy