Dotclear


Ignore:
Timestamp:
02/17/15 10:21:10 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Update CKEditor to last published release
Fixes #2039

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/js/ckeditor/skins/moono/dialog_ie8.css

    r2741 r2962  
    11/* 
    2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 
     2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 
    33For licensing, see LICENSE.md or http://ckeditor.com/license 
    44*/ 
     
    2525     -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    2626     box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    27 } 
    28 .cke_browser_gecko19 .cke_dialog_body 
    29 { 
    30      position: relative; 
    3127} 
    3228.cke_dialog strong 
     
    214210     background-image: url(images/close.png); 
    215211     background-repeat: no-repeat; 
    216      background-position: 0 0; 
     212     background-position: 50%; 
    217213     position: absolute; 
    218214     cursor: pointer; 
     
    222218     top: 5px; 
    223219     z-index: 5; 
    224 } 
    225 .cke_hidpi .cke_dialog_close_button { 
     220     opacity: 0.8; 
     221     filter: alpha(opacity = 80); 
     222} 
     223.cke_dialog_close_button:hover 
     224{ 
     225     opacity: 1; 
     226     filter: alpha(opacity = 100); 
     227} 
     228.cke_hidpi .cke_dialog_close_button 
     229{ 
    226230     background-image: url(images/hidpi/close.png); 
    227231     background-size: 16px; 
     
    351355     *display: inline; 
    352356     *zoom: 1; 
    353      padding: 3px 0; 
     357     padding: 4px 0; 
    354358     margin: 0; 
    355359     text-align: center; 
     
    376380span.cke_dialog_ui_button 
    377381{ 
    378      padding: 0 12px; 
     382     padding: 0 10px; 
    379383} 
    380384a.cke_dialog_ui_button:hover 
     
    419423     font-size: 12px; 
    420424     font-weight: bold; 
    421      line-height: 20px; 
     425     line-height: 18px; 
     426     padding: 0 12px; 
    422427} 
    423428a.cke_dialog_ui_button_ok 
     
    463468{ 
    464469     border-width: 2px; 
    465      padding: 2px 0; 
     470     padding: 3px 0; 
    466471} 
    467472a.cke_dialog_ui_button_ok:focus, 
     
    490495select.cke_dialog_ui_input_select 
    491496{ 
    492      height: 24px; 
    493      line-height: 24px; 
     497     height: 25px; 
     498     line-height: 25px; 
    494499     background-color: #fff; 
    495500     border: 1px solid #c9cccf; 
    496501     border-top-color: #aeb3b9; 
    497      padding: 2px 6px; 
     502     padding: 3px 3px 3px 6px; 
    498503     outline: none; 
    499504     -moz-border-radius: 3px; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map