Dotclear


Ignore:
Timestamp:
02/17/15 10:21:10 (11 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_iequirks.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*/ 
     
    2626     -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    2727     box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    28 } 
    29 .cke_browser_gecko19 .cke_dialog_body 
    30 { 
    31      position: relative; 
    3228} 
    3329.cke_dialog strong 
     
    215211     background-image: url(images/close.png); 
    216212     background-repeat: no-repeat; 
    217      background-position: 0 0; 
     213     background-position: 50%; 
    218214     position: absolute; 
    219215     cursor: pointer; 
     
    223219     top: 5px; 
    224220     z-index: 5; 
    225 } 
    226 .cke_hidpi .cke_dialog_close_button { 
     221     opacity: 0.8; 
     222     filter: alpha(opacity = 80); 
     223} 
     224.cke_dialog_close_button:hover 
     225{ 
     226     opacity: 1; 
     227     filter: alpha(opacity = 100); 
     228} 
     229.cke_hidpi .cke_dialog_close_button 
     230{ 
    227231     background-image: url(images/hidpi/close.png); 
    228232     background-size: 16px; 
     
    352356     *display: inline; 
    353357     *zoom: 1; 
    354      padding: 3px 0; 
     358     padding: 4px 0; 
    355359     margin: 0; 
    356360     text-align: center; 
     
    377381span.cke_dialog_ui_button 
    378382{ 
    379      padding: 0 12px; 
     383     padding: 0 10px; 
    380384} 
    381385a.cke_dialog_ui_button:hover 
     
    420424     font-size: 12px; 
    421425     font-weight: bold; 
    422      line-height: 20px; 
     426     line-height: 18px; 
     427     padding: 0 12px; 
    423428} 
    424429a.cke_dialog_ui_button_ok 
     
    464469{ 
    465470     border-width: 2px; 
    466      padding: 2px 0; 
     471     padding: 3px 0; 
    467472} 
    468473a.cke_dialog_ui_button_ok:focus, 
     
    491496select.cke_dialog_ui_input_select 
    492497{ 
    493      height: 24px; 
    494      line-height: 24px; 
     498     height: 25px; 
     499     line-height: 25px; 
    495500     background-color: #fff; 
    496501     border: 1px solid #c9cccf; 
    497502     border-top-color: #aeb3b9; 
    498      padding: 2px 6px; 
     503     padding: 3px 3px 3px 6px; 
    499504     outline: none; 
    500505     -moz-border-radius: 3px; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map