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_ie7.css

    r2962 r3039  
    2020     vertical-align: baseline; 
    2121     box-sizing: content-box; 
    22      -moz-box-sizing: content-box; 
    23      -webkit-box-sizing: content-box; 
    2422     position: static; 
    25      -webkit-transition: none; 
    26      -moz-transition: none; 
    27      -ms-transition: none; 
    2823     transition: none; 
    2924} 
    30 .cke_reset_all, .cke_reset_all * 
     25.cke_reset_all, .cke_reset_all *, 
     26.cke_reset_all a, .cke_reset_all textarea 
    3127{ 
    3228          margin: 0; 
     
    3935     vertical-align: baseline; 
    4036     box-sizing: content-box; 
    41      -moz-box-sizing: content-box; 
    42      -webkit-box-sizing: content-box; 
    4337     position: static; 
    44      -webkit-transition: none; 
    45      -moz-transition: none; 
    46      -ms-transition: none; 
    4738     transition: none; 
    4839          border-collapse: collapse; 
     
    6354.cke_reset_all textarea 
    6455{ 
    65      white-space: pre; 
     56     white-space: pre-wrap; 
    6657} 
    6758.cke_reset_all textarea, 
     
    8576{ 
    8677     box-sizing: border-box; 
    87      -moz-box-sizing: border-box; 
    88      -webkit-box-sizing: border-box; 
    8978} 
    9079.cke_reset_all table 
     
    9786     border: 1px solid #b6b6b6; 
    9887     padding: 0; 
    99      -moz-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    100      -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    10188     box-shadow: 0 0 3px rgba(0,0,0,.15); 
    10289} 
     
    128115     padding: 6px 8px 2px; 
    129116          white-space: normal; 
    130      -moz-box-shadow: 0 1px 0 #fff inset; 
    131      -webkit-box-shadow: 0 1px 0 #fff inset; 
    132117     box-shadow: 0 1px 0 #fff inset; 
    133118     background: #cfd1cf; 
    134      background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 
    135      background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 
    136      background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 
    137      background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 
    138      background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 
    139      background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 
     119     background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 
    140120     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 
    141121} 
     
    150130     position: relative; 
    151131     border-top: 1px solid #bfbfbf; 
    152      -moz-box-shadow: 0 1px 0 #fff inset; 
    153      -webkit-box-shadow: 0 1px 0 #fff inset; 
    154132     box-shadow: 0 1px 0 #fff inset; 
    155133     background: #cfd1cf; 
    156      background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf)); 
    157      background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf); 
    158      background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf); 
    159      background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf); 
    160      background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf); 
    161      background-image: linear-gradient(top, #ebebeb, #cfd1cf); 
     134     background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); 
    162135     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf'); 
    163136} 
     
    182155     margin-top: 6px; 
    183156          margin-bottom: 2px; 
    184      -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3); 
    185      -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3); 
    186157     box-shadow: 0 1px 0 rgba(255,255,255,.3); 
    187158} 
     
    216187     padding: 0 8px; 
    217188     outline-style: none; 
    218      -moz-box-sizing: border-box; 
    219      -webkit-box-sizing: border-box; 
    220189     box-sizing: border-box; 
    221190} 
     
    229198    border: 1px solid #b6b6b6; 
    230199    border-bottom-color: #999; 
    231      -moz-border-radius: 3px; 
    232      -webkit-border-radius: 3px; 
    233200     border-radius: 3px; 
    234     -moz-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    235     -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    236201    box-shadow: 0 0 3px rgba(0,0,0,.15); 
    237202} 
     
    280245     overflow: hidden; 
    281246     text-overflow: ellipsis; 
    282     -moz-border-radius: 2px; 
    283     -webkit-border-radius: 2px; 
    284247    border-radius: 2px; 
    285248} 
     
    297260     border: 1px solid #dedede; 
    298261     background-color: #f2f2f2; 
    299     -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    300     -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    301262    box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    302263} 
     
    307268     border-color: #dedede; 
    308269     background-color: #f2f2f2; 
    309     -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    310     -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    311270    box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    312271} 
     
    333292    text-shadow: 0 1px 0 rgba(255,255,255,.75); 
    334293    border-bottom: 1px solid #b6b6b6; 
    335     -moz-border-radius: 2px 2px 0 0; 
    336     -webkit-border-radius: 2px 2px 0 0; 
    337294    border-radius: 2px 2px 0 0; 
    338     -moz-box-shadow: 0 1px 0 #fff inset; 
    339     -webkit-box-shadow: 0 1px 0 #fff inset; 
    340295    box-shadow: 0 1px 0 #fff inset; 
    341296    background: #cfd1cf; 
    342     background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 
    343     background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 
    344     background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 
    345     background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 
    346     background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 
    347     background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 
     297    background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 
    348298    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 
    349299} 
     
    434384     border: 1px solid #a6a6a6; 
    435385     border-bottom-color: #979797; 
    436      -moz-border-radius: 3px; 
    437      -webkit-border-radius: 3px; 
    438386     border-radius: 3px; 
    439      -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; 
    440      -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; 
    441387     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     background: #e4e4e4; 
    443      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 
    444      background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 
    445      background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 
    446      background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 
    447      background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 
    448      background-image: linear-gradient(top, #ffffff, #e4e4e4); 
     389     background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 
    449390     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 
    450391} 
     
    474415.cke_rtl .cke_button:first-child 
    475416{ 
    476           -moz-border-radius: 0 2px 2px 0; 
    477      -webkit-border-radius: 0 2px 2px 0; 
    478      border-radius: 0 2px 2px 0; 
     417          border-radius: 0 2px 2px 0; 
    479418} 
    480419.cke_ltr .cke_button:first-child, 
    481420.cke_rtl .cke_button:last-child 
    482421{ 
    483           -moz-border-radius: 2px 0 0 2px; 
    484      -webkit-border-radius: 2px 0 0 2px; 
    485      border-radius: 2px 0 0 2px; 
     422          border-radius: 2px 0 0 2px; 
    486423} 
    487424.cke_rtl .cke_button 
     
    495432     margin: -2px 4px 0 -2px; 
    496433} 
    497 .cke_button_on 
    498 { 
    499      -moz-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 
    500      -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 
     434a.cke_button_on 
     435{ 
    501436     box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 
    502437     background: #b5b5b5; 
    503      background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca)); 
    504      background-image: -moz-linear-gradient(top, #aaa, #cacaca); 
    505      background-image: -webkit-linear-gradient(top, #aaa, #cacaca); 
    506      background-image: -o-linear-gradient(top, #aaa, #cacaca); 
    507      background-image: -ms-linear-gradient(top, #aaa, #cacaca); 
    508      background-image: linear-gradient(top, #aaa, #cacaca); 
     438     background-image: linear-gradient(to bottom, #aaa, #cacaca); 
    509439     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca'); 
    510440} 
     
    532462a.cke_button_on:active 
    533463{ 
    534      -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    535      -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    536464     box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    537465} 
     
    543471a.cke_button_disabled:active 
    544472{ 
    545      -moz-box-shadow: 0 0 1px rgba(0,0,0,.3) inset; 
    546      -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3) inset; 
    547473     box-shadow: 0 0 1px rgba(0,0,0,.3) inset; 
    548474     background: #ccc; 
    549      background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 
    550      background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 
    551      background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 
    552      background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 
    553      background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 
    554      background-image: linear-gradient(top, #f2f2f2, #ccc); 
     475     background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 
    555476     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 
    556477} 
     
    629550     height: 18px; 
    630551     width: 1px; 
    631      -webkit-box-shadow: 1px 0 1px rgba(255,255,255,.5); 
    632      -moz-box-shadow: 1px 0 1px rgba(255,255,255,.5); 
    633552     box-shadow: 1px 0 1px rgba(255,255,255,.5); 
    634553} 
     
    636555{ 
    637556     float: right; 
    638      -webkit-box-shadow: -1px 0 1px rgba(255,255,255,.1); 
    639      -moz-box-shadow: -1px 0 1px rgba(255,255,255,.1); 
    640557     box-shadow: -1px 0 1px rgba(255,255,255,.1); 
    641558} 
     
    655572     clear: right; 
    656573} 
    657 .cke_toolbox_collapser 
     574a.cke_toolbox_collapser 
    658575{ 
    659576     width: 12px; 
     
    666583     border: 1px solid #a6a6a6; 
    667584     border-bottom-color: #979797; 
    668      -moz-border-radius: 3px; 
    669      -webkit-border-radius: 3px; 
    670585     border-radius: 3px; 
    671      -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; 
    672      -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; 
    673586     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     background: #e4e4e4; 
    675      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 
    676      background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 
    677      background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 
    678      background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 
    679      background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 
    680      background-image: linear-gradient(top, #ffffff, #e4e4e4); 
     588     background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 
    681589     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 
    682590} 
     
    684592{ 
    685593     background: #ccc; 
    686      background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 
    687      background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 
    688      background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 
    689      background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 
    690      background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 
    691      background-image: linear-gradient(top, #f2f2f2, #ccc); 
     594     background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 
    692595     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 
    693596} 
     
    800703     border: 1px solid #dedede; 
    801704     background-color: #f2f2f2; 
    802      -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    803      -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    804705     box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    805706} 
     
    871772     margin-right: 0; 
    872773} 
    873 .cke_combo_button 
     774a.cke_combo_button 
    874775{ 
    875776     cursor: default; 
     
    879780     border: 1px solid #a6a6a6; 
    880781     border-bottom-color: #979797; 
    881      -moz-border-radius: 3px; 
    882      -webkit-border-radius: 3px; 
    883782     border-radius: 3px; 
    884      -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; 
    885      -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; 
    886783     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     background: #e4e4e4; 
    888      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 
    889      background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 
    890      background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 
    891      background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 
    892      background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 
    893      background-image: linear-gradient(top, #ffffff, #e4e4e4); 
     785     background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 
    894786     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 
    895787} 
     
    898790{ 
    899791     background: #ccc; 
    900      background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 
    901      background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 
    902      background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 
    903      background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 
    904      background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 
    905      background-image: linear-gradient(top, #f2f2f2, #ccc); 
     792     background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 
    906793     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 
    907794     outline: none; 
     
    911798{ 
    912799     border: 1px solid #777; 
    913      -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset; 
    914      -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset; 
    915800     box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset; 
    916801     background: #b5b5b5; 
    917      background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca)); 
    918      background-image: -moz-linear-gradient(top, #aaa, #cacaca); 
    919      background-image: -webkit-linear-gradient(top, #aaa, #cacaca); 
    920      background-image: -o-linear-gradient(top, #aaa, #cacaca); 
    921      background-image: -ms-linear-gradient(top, #aaa, #cacaca); 
    922      background-image: linear-gradient(top, #aaa, #cacaca); 
     802     background-image: linear-gradient(to bottom, #aaa, #cacaca); 
    923803     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca'); 
    924804} 
     
    927807.cke_combo_on a.cke_combo_button:active 
    928808{ 
    929      -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    930      -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    931809     box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    932810} 
     
    1016894     margin: -2px 0 2px; 
    1017895} 
    1018 .cke_path_item, 
    1019 .cke_path_empty 
     896a.cke_path_item, 
     897span.cke_path_empty 
    1020898{ 
    1021899     display: inline-block; 
     
    1045923     color: #333; 
    1046924     text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    1047      -moz-border-radius: 2px; 
    1048      -webkit-border-radius: 2px; 
    1049925     border-radius: 2px; 
    1050      -moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5); 
    1051      -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5); 
    1052926     box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5); 
    1053927} 
     
    1072946     width: 120px; 
    1073947} 
    1074 .cke_source 
    1075 { 
    1076      font-family: 'Courier New' , Monospace; 
     948textarea.cke_source 
     949{ 
     950     font-family: 'Courier New', Monospace; 
    1077951     font-size: small; 
    1078952     background-color: #fff; 
    1079      white-space: pre; 
     953     white-space: pre-wrap; 
     954     border: none; 
     955     padding: 0; 
     956     margin: 0; 
     957     display: block; 
    1080958} 
    1081959.cke_wysiwyg_frame, .cke_wysiwyg_div 
    1082960{ 
    1083961     background-color: #fff; 
     962} 
     963.cke_notifications_area 
     964{ 
     965          pointer-events: none; 
     966} 
     967.cke_notification 
     968{ 
     969     pointer-events: auto; 
     970     position: relative; 
     971     margin: 10px; 
     972     width: 300px; 
     973     color: white; 
     974     border-radius: 3px; 
     975     text-align: center; 
     976     opacity: 0.95; 
     977     filter: alpha(opacity = 95); 
     978     box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.3); 
     979     -webkit-animation: fadeIn 0.7s; 
     980     animation: fadeIn 0.7s; 
     981} 
     982.cke_notification_message a 
     983{ 
     984     color: #12306F; 
     985} 
     986@-webkit-keyframes fadeIn 
     987{ 
     988     from { opacity: 0.4; } 
     989     to { opacity: 0.95; } 
     990} 
     991@keyframes fadeIn 
     992{ 
     993     from { opacity: 0.4; } 
     994     to { opacity: 0.95; } 
     995} 
     996.cke_notification_success 
     997{ 
     998     background: #72B572; 
     999     border: 1px solid #63A563; 
     1000} 
     1001.cke_notification_warning 
     1002{ 
     1003     background: #C83939; 
     1004     border: 1px solid #902B2B; 
     1005} 
     1006.cke_notification_info 
     1007{ 
     1008     background: #2E9AD0; 
     1009     border: 1px solid #0F74A8; 
     1010} 
     1011.cke_notification_info span.cke_notification_progress 
     1012{ 
     1013     background-color: #0F74A8; 
     1014     display: block; 
     1015     padding: 0; 
     1016     margin: 0; 
     1017     height: 100%; 
     1018     overflow: hidden; 
     1019     position: absolute; 
     1020     z-index: 1; 
     1021} 
     1022.cke_notification_message 
     1023{ 
     1024     position: relative; 
     1025     margin: 4px 23px 3px; 
     1026     font-family: Arial, Helvetica, sans-serif; 
     1027     font-size: 12px; 
     1028     line-height: 18px; 
     1029     z-index: 4; 
     1030     text-overflow: ellipsis; 
     1031     overflow: hidden; 
     1032} 
     1033.cke_notification_close 
     1034{ 
     1035     background-image: url(images/close.png); 
     1036     background-repeat: no-repeat; 
     1037     background-position: 50%; 
     1038     position: absolute; 
     1039     cursor: pointer; 
     1040     text-align: center; 
     1041     height: 20px; 
     1042     width: 20px; 
     1043     top: 1px; 
     1044     right: 1px; 
     1045     padding: 0; 
     1046     margin: 0; 
     1047     z-index: 5; 
     1048     opacity: 0.6; 
     1049     filter: alpha(opacity = 60); 
     1050} 
     1051.cke_notification_close:hover 
     1052{ 
     1053     opacity: 1; 
     1054     filter: alpha(opacity = 100); 
     1055} 
     1056.cke_notification_close span 
     1057{ 
     1058     display: none; 
     1059} 
     1060.cke_notification_warning a.cke_notification_close 
     1061{ 
     1062     opacity: 0.8; 
     1063     filter: alpha(opacity = 80); 
     1064} 
     1065.cke_notification_warning a.cke_notification_close:hover 
     1066{ 
     1067     opacity: 1; 
     1068     filter: alpha(opacity = 100); 
    10841069} 
    10851070.cke_chrome 
Note: See TracChangeset for help on using the changeset viewer.

Sites map