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.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*/ 
     
    5454     box-shadow: 0 0 3px rgba(0, 0, 0, .15); 
    5555} 
    56 /* This one is required by Firefox 3.6. Without it, 
    57    dialog tabs and resizer float outside of the dialog. 
    58    Although this rule doesn't seem to break anything on other 
    59    browsers, it doesn't work with broken jQueryUI - #9851. */ 
    60 .cke_browser_gecko19 .cke_dialog_body 
    61 { 
    62      position: relative; 
    63 } 
    6456/* Due to our reset we have to recover the styles of some elements. */ 
    6557.cke_dialog strong 
     
    275267     background-image: url(images/close.png); 
    276268     background-repeat: no-repeat; 
    277      background-position: 0 0; 
     269     background-position: 50%; 
    278270     position: absolute; 
    279271     cursor: pointer; 
     
    283275     top: 5px; 
    284276     z-index: 5; 
    285 } 
    286 .cke_hidpi .cke_dialog_close_button { 
     277     opacity: 0.8; 
     278     filter: alpha(opacity = 80); 
     279} 
     280.cke_dialog_close_button:hover 
     281{ 
     282     opacity: 1; 
     283     filter: alpha(opacity = 100); 
     284} 
     285.cke_hidpi .cke_dialog_close_button 
     286{ 
    287287     background-image: url(images/hidpi/close.png); 
    288288     background-size: 16px; 
     
    483483     *display: inline; 
    484484     *zoom: 1; 
    485      padding: 3px 0; 
     485     padding: 4px 0; 
    486486     margin: 0; 
    487487     text-align: center; 
     
    508508span.cke_dialog_ui_button 
    509509{ 
    510      padding: 0 12px; 
     510     padding: 0 10px; 
    511511} 
    512512a.cke_dialog_ui_button:hover 
     
    560560     font-size: 12px; 
    561561     font-weight: bold; 
    562      line-height: 20px; 
     562     line-height: 18px; 
     563     padding: 0 12px; 
    563564} 
    564565/* Special class appended to the Ok button. */ 
     
    608609{ 
    609610     border-width: 2px; 
    610      padding: 2px 0; 
     611     padding: 3px 0; 
    611612} 
    612613a.cke_dialog_ui_button_ok:focus, 
     
    641642select.cke_dialog_ui_input_select 
    642643{ 
    643      height: 24px; 
    644      line-height: 24px; 
     644     height: 25px; 
     645     line-height: 25px; 
    645646     background-color: #fff; 
    646647     border: 1px solid #c9cccf; 
    647648     border-top-color: #aeb3b9; 
    648      padding: 2px 6px; 
     649     padding: 3px 3px 3px 6px; 
    649650     outline: none; 
    650651     -moz-border-radius: 3px; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map