Dotclear


Ignore:
Timestamp:
07/03/15 22:25:56 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
committer:
Nicolas <nikrou77@gmail.com> 1435955575 -7200
Message:

Update ckeditor to 4.5.1
Many changes and issues fixed.

File:
1 edited

Legend:

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

    r2962 r3039  
    2121     vertical-align: baseline; 
    2222     box-sizing: content-box; 
    23      -moz-box-sizing: content-box; 
    24      -webkit-box-sizing: content-box; 
    2523     position: static; 
    26      -webkit-transition: none; 
    27      -moz-transition: none; 
    28      -ms-transition: none; 
    2924     transition: none; 
    3025} 
    31 .cke_reset_all, .cke_reset_all * 
     26.cke_reset_all, .cke_reset_all *, 
     27.cke_reset_all a, .cke_reset_all textarea 
    3228{ 
    3329          margin: 0; 
     
    4036     vertical-align: baseline; 
    4137     box-sizing: content-box; 
    42      -moz-box-sizing: content-box; 
    43      -webkit-box-sizing: content-box; 
    4438     position: static; 
    45      -webkit-transition: none; 
    46      -moz-transition: none; 
    47      -ms-transition: none; 
    4839     transition: none; 
    4940          border-collapse: collapse; 
     
    6455.cke_reset_all textarea 
    6556{ 
    66      white-space: pre; 
     57     white-space: pre-wrap; 
    6758} 
    6859.cke_reset_all textarea, 
     
    8677{ 
    8778     box-sizing: border-box; 
    88      -moz-box-sizing: border-box; 
    89      -webkit-box-sizing: border-box; 
    9079} 
    9180.cke_reset_all table 
     
    9887     border: 1px solid #b6b6b6; 
    9988     padding: 0; 
    100      -moz-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    101      -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    10289     box-shadow: 0 0 3px rgba(0,0,0,.15); 
    10390} 
     
    129116     padding: 6px 8px 2px; 
    130117          white-space: normal; 
    131      -moz-box-shadow: 0 1px 0 #fff inset; 
    132      -webkit-box-shadow: 0 1px 0 #fff inset; 
    133118     box-shadow: 0 1px 0 #fff inset; 
    134119     background: #cfd1cf; 
    135      background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 
    136      background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 
    137      background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 
    138      background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 
    139      background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 
    140      background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 
     120     background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 
    141121     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 
    142122} 
     
    151131     position: relative; 
    152132     border-top: 1px solid #bfbfbf; 
    153      -moz-box-shadow: 0 1px 0 #fff inset; 
    154      -webkit-box-shadow: 0 1px 0 #fff inset; 
    155133     box-shadow: 0 1px 0 #fff inset; 
    156134     background: #cfd1cf; 
    157      background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf)); 
    158      background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf); 
    159      background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf); 
    160      background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf); 
    161      background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf); 
    162      background-image: linear-gradient(top, #ebebeb, #cfd1cf); 
     135     background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); 
    163136     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf'); 
    164137} 
     
    183156     margin-top: 6px; 
    184157          margin-bottom: 2px; 
    185      -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3); 
    186      -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3); 
    187158     box-shadow: 0 1px 0 rgba(255,255,255,.3); 
    188159} 
     
    217188     padding: 0 8px; 
    218189     outline-style: none; 
    219      -moz-box-sizing: border-box; 
    220      -webkit-box-sizing: border-box; 
    221190     box-sizing: border-box; 
    222191} 
     
    230199    border: 1px solid #b6b6b6; 
    231200    border-bottom-color: #999; 
    232      -moz-border-radius: 3px; 
    233      -webkit-border-radius: 3px; 
    234201     border-radius: 3px; 
    235     -moz-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    236     -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    237202    box-shadow: 0 0 3px rgba(0,0,0,.15); 
    238203} 
     
    281246     overflow: hidden; 
    282247     text-overflow: ellipsis; 
    283     -moz-border-radius: 2px; 
    284     -webkit-border-radius: 2px; 
    285248    border-radius: 2px; 
    286249} 
     
    298261     border: 1px solid #dedede; 
    299262     background-color: #f2f2f2; 
    300     -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    301     -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    302263    box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    303264} 
     
    308269     border-color: #dedede; 
    309270     background-color: #f2f2f2; 
    310     -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    311     -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    312271    box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    313272} 
     
    334293    text-shadow: 0 1px 0 rgba(255,255,255,.75); 
    335294    border-bottom: 1px solid #b6b6b6; 
    336     -moz-border-radius: 2px 2px 0 0; 
    337     -webkit-border-radius: 2px 2px 0 0; 
    338295    border-radius: 2px 2px 0 0; 
    339     -moz-box-shadow: 0 1px 0 #fff inset; 
    340     -webkit-box-shadow: 0 1px 0 #fff inset; 
    341296    box-shadow: 0 1px 0 #fff inset; 
    342297    background: #cfd1cf; 
    343     background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 
    344     background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 
    345     background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 
    346     background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 
    347     background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 
    348     background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 
     298    background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 
    349299    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 
    350300} 
     
    435385     border: 1px solid #a6a6a6; 
    436386     border-bottom-color: #979797; 
    437      -moz-border-radius: 3px; 
    438      -webkit-border-radius: 3px; 
    439387     border-radius: 3px; 
    440      -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 
    441      -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 
    442388     box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 
    443389     background: #e4e4e4; 
    444      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 
    445      background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 
    446      background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 
    447      background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 
    448      background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 
    449      background-image: linear-gradient(top, #ffffff, #e4e4e4); 
     390     background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 
    450391     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 
    451392} 
     
    475416.cke_rtl .cke_button:first-child 
    476417{ 
    477           -moz-border-radius: 0 2px 2px 0; 
    478      -webkit-border-radius: 0 2px 2px 0; 
    479      border-radius: 0 2px 2px 0; 
     418          border-radius: 0 2px 2px 0; 
    480419} 
    481420.cke_ltr .cke_button:first-child, 
    482421.cke_rtl .cke_button:last-child 
    483422{ 
    484           -moz-border-radius: 2px 0 0 2px; 
    485      -webkit-border-radius: 2px 0 0 2px; 
    486      border-radius: 2px 0 0 2px; 
     423          border-radius: 2px 0 0 2px; 
    487424} 
    488425.cke_rtl .cke_button 
     
    496433     margin: -2px 4px 0 -2px; 
    497434} 
    498 .cke_button_on 
    499 { 
    500      -moz-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 
    501      -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 
     435a.cke_button_on 
     436{ 
    502437     box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 
    503438     background: #b5b5b5; 
    504      background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca)); 
    505      background-image: -moz-linear-gradient(top, #aaa, #cacaca); 
    506      background-image: -webkit-linear-gradient(top, #aaa, #cacaca); 
    507      background-image: -o-linear-gradient(top, #aaa, #cacaca); 
    508      background-image: -ms-linear-gradient(top, #aaa, #cacaca); 
    509      background-image: linear-gradient(top, #aaa, #cacaca); 
     439     background-image: linear-gradient(to bottom, #aaa, #cacaca); 
    510440     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca'); 
    511441} 
     
    533463a.cke_button_on:active 
    534464{ 
    535      -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    536      -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    537465     box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    538466} 
     
    544472a.cke_button_disabled:active 
    545473{ 
    546      -moz-box-shadow: 0 0 1px rgba(0,0,0,.3) inset; 
    547      -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3) inset; 
    548474     box-shadow: 0 0 1px rgba(0,0,0,.3) inset; 
    549475     background: #ccc; 
    550      background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 
    551      background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 
    552      background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 
    553      background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 
    554      background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 
    555      background-image: linear-gradient(top, #f2f2f2, #ccc); 
     476     background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 
    556477     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 
    557478} 
     
    630551     height: 18px; 
    631552     width: 1px; 
    632      -webkit-box-shadow: 1px 0 1px rgba(255,255,255,.5); 
    633      -moz-box-shadow: 1px 0 1px rgba(255,255,255,.5); 
    634553     box-shadow: 1px 0 1px rgba(255,255,255,.5); 
    635554} 
     
    637556{ 
    638557     float: right; 
    639      -webkit-box-shadow: -1px 0 1px rgba(255,255,255,.1); 
    640      -moz-box-shadow: -1px 0 1px rgba(255,255,255,.1); 
    641558     box-shadow: -1px 0 1px rgba(255,255,255,.1); 
    642559} 
     
    656573     clear: right; 
    657574} 
    658 .cke_toolbox_collapser 
     575a.cke_toolbox_collapser 
    659576{ 
    660577     width: 12px; 
     
    667584     border: 1px solid #a6a6a6; 
    668585     border-bottom-color: #979797; 
    669      -moz-border-radius: 3px; 
    670      -webkit-border-radius: 3px; 
    671586     border-radius: 3px; 
    672      -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 
    673      -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 
    674587     box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 
    675588     background: #e4e4e4; 
    676      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 
    677      background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 
    678      background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 
    679      background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 
    680      background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 
    681      background-image: linear-gradient(top, #ffffff, #e4e4e4); 
     589     background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 
    682590     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 
    683591} 
     
    685593{ 
    686594     background: #ccc; 
    687      background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 
    688      background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 
    689      background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 
    690      background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 
    691      background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 
    692      background-image: linear-gradient(top, #f2f2f2, #ccc); 
     595     background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 
    693596     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 
    694597} 
     
    801704     border: 1px solid #dedede; 
    802705     background-color: #f2f2f2; 
    803      -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    804      -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    805706     box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    806707} 
     
    872773     margin-right: 0; 
    873774} 
    874 .cke_combo_button 
     775a.cke_combo_button 
    875776{ 
    876777     cursor: default; 
     
    880781     border: 1px solid #a6a6a6; 
    881782     border-bottom-color: #979797; 
    882      -moz-border-radius: 3px; 
    883      -webkit-border-radius: 3px; 
    884783     border-radius: 3px; 
    885      -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 
    886      -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 
    887784     box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset; 
    888785     background: #e4e4e4; 
    889      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 
    890      background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 
    891      background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 
    892      background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 
    893      background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 
    894      background-image: linear-gradient(top, #ffffff, #e4e4e4); 
     786     background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 
    895787     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 
    896788} 
     
    899791{ 
    900792     background: #ccc; 
    901      background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 
    902      background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 
    903      background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 
    904      background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 
    905      background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 
    906      background-image: linear-gradient(top, #f2f2f2, #ccc); 
     793     background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 
    907794     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 
    908795     outline: none; 
     
    912799{ 
    913800     border: 1px solid #777; 
    914      -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset; 
    915      -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset; 
    916801     box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset; 
    917802     background: #b5b5b5; 
    918      background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca)); 
    919      background-image: -moz-linear-gradient(top, #aaa, #cacaca); 
    920      background-image: -webkit-linear-gradient(top, #aaa, #cacaca); 
    921      background-image: -o-linear-gradient(top, #aaa, #cacaca); 
    922      background-image: -ms-linear-gradient(top, #aaa, #cacaca); 
    923      background-image: linear-gradient(top, #aaa, #cacaca); 
     803     background-image: linear-gradient(to bottom, #aaa, #cacaca); 
    924804     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca'); 
    925805} 
     
    928808.cke_combo_on a.cke_combo_button:active 
    929809{ 
    930      -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    931      -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    932810     box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    933811} 
     
    1017895     margin: -2px 0 2px; 
    1018896} 
    1019 .cke_path_item, 
    1020 .cke_path_empty 
     897a.cke_path_item, 
     898span.cke_path_empty 
    1021899{ 
    1022900     display: inline-block; 
     
    1046924     color: #333; 
    1047925     text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    1048      -moz-border-radius: 2px; 
    1049      -webkit-border-radius: 2px; 
    1050926     border-radius: 2px; 
    1051      -moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5); 
    1052      -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5); 
    1053927     box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5); 
    1054928} 
     
    1073947     width: 120px; 
    1074948} 
    1075 .cke_source 
    1076 { 
    1077      font-family: 'Courier New' , Monospace; 
     949textarea.cke_source 
     950{ 
     951     font-family: 'Courier New', Monospace; 
    1078952     font-size: small; 
    1079953     background-color: #fff; 
    1080      white-space: pre; 
     954     white-space: pre-wrap; 
     955     border: none; 
     956     padding: 0; 
     957     margin: 0; 
     958     display: block; 
    1081959} 
    1082960.cke_wysiwyg_frame, .cke_wysiwyg_div 
    1083961{ 
    1084962     background-color: #fff; 
     963} 
     964.cke_notifications_area 
     965{ 
     966          pointer-events: none; 
     967} 
     968.cke_notification 
     969{ 
     970     pointer-events: auto; 
     971     position: relative; 
     972     margin: 10px; 
     973     width: 300px; 
     974     color: white; 
     975     border-radius: 3px; 
     976     text-align: center; 
     977     opacity: 0.95; 
     978     filter: alpha(opacity = 95); 
     979     box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.3); 
     980     -webkit-animation: fadeIn 0.7s; 
     981     animation: fadeIn 0.7s; 
     982} 
     983.cke_notification_message a 
     984{ 
     985     color: #12306F; 
     986} 
     987@-webkit-keyframes fadeIn 
     988{ 
     989     from { opacity: 0.4; } 
     990     to { opacity: 0.95; } 
     991} 
     992@keyframes fadeIn 
     993{ 
     994     from { opacity: 0.4; } 
     995     to { opacity: 0.95; } 
     996} 
     997.cke_notification_success 
     998{ 
     999     background: #72B572; 
     1000     border: 1px solid #63A563; 
     1001} 
     1002.cke_notification_warning 
     1003{ 
     1004     background: #C83939; 
     1005     border: 1px solid #902B2B; 
     1006} 
     1007.cke_notification_info 
     1008{ 
     1009     background: #2E9AD0; 
     1010     border: 1px solid #0F74A8; 
     1011} 
     1012.cke_notification_info span.cke_notification_progress 
     1013{ 
     1014     background-color: #0F74A8; 
     1015     display: block; 
     1016     padding: 0; 
     1017     margin: 0; 
     1018     height: 100%; 
     1019     overflow: hidden; 
     1020     position: absolute; 
     1021     z-index: 1; 
     1022} 
     1023.cke_notification_message 
     1024{ 
     1025     position: relative; 
     1026     margin: 4px 23px 3px; 
     1027     font-family: Arial, Helvetica, sans-serif; 
     1028     font-size: 12px; 
     1029     line-height: 18px; 
     1030     z-index: 4; 
     1031     text-overflow: ellipsis; 
     1032     overflow: hidden; 
     1033} 
     1034.cke_notification_close 
     1035{ 
     1036     background-image: url(images/close.png); 
     1037     background-repeat: no-repeat; 
     1038     background-position: 50%; 
     1039     position: absolute; 
     1040     cursor: pointer; 
     1041     text-align: center; 
     1042     height: 20px; 
     1043     width: 20px; 
     1044     top: 1px; 
     1045     right: 1px; 
     1046     padding: 0; 
     1047     margin: 0; 
     1048     z-index: 5; 
     1049     opacity: 0.6; 
     1050     filter: alpha(opacity = 60); 
     1051} 
     1052.cke_notification_close:hover 
     1053{ 
     1054     opacity: 1; 
     1055     filter: alpha(opacity = 100); 
     1056} 
     1057.cke_notification_close span 
     1058{ 
     1059     display: none; 
     1060} 
     1061.cke_notification_warning a.cke_notification_close 
     1062{ 
     1063     opacity: 0.8; 
     1064     filter: alpha(opacity = 80); 
     1065} 
     1066.cke_notification_warning a.cke_notification_close:hover 
     1067{ 
     1068     opacity: 1; 
     1069     filter: alpha(opacity = 100); 
    10851070} 
    10861071.cke_chrome 
Note: See TracChangeset for help on using the changeset viewer.

Sites map