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

    r2962 r3039  
    2323     vertical-align: baseline; 
    2424     box-sizing: content-box; 
    25      -moz-box-sizing: content-box; 
    26      -webkit-box-sizing: content-box; 
    2725     position: static; 
    28      -webkit-transition: none; 
    29      -moz-transition: none; 
    30      -ms-transition: none; 
    3126     transition: none; 
    3227} 
    33 .cke_reset_all, .cke_reset_all * 
     28.cke_reset_all, .cke_reset_all *, 
     29.cke_reset_all a, .cke_reset_all textarea 
    3430{ 
    3531          margin: 0; 
     
    4238     vertical-align: baseline; 
    4339     box-sizing: content-box; 
    44      -moz-box-sizing: content-box; 
    45      -webkit-box-sizing: content-box; 
    4640     position: static; 
    47      -webkit-transition: none; 
    48      -moz-transition: none; 
    49      -ms-transition: none; 
    5041     transition: none; 
    5142          border-collapse: collapse; 
     
    6657.cke_reset_all textarea 
    6758{ 
    68      white-space: pre; 
     59     white-space: pre-wrap; 
    6960} 
    7061.cke_reset_all textarea, 
     
    8879{ 
    8980     box-sizing: border-box; 
    90      -moz-box-sizing: border-box; 
    91      -webkit-box-sizing: border-box; 
    9281} 
    9382.cke_reset_all table 
     
    10190     border: 1px solid #b6b6b6; 
    10291     padding: 0; 
    103      -moz-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    104      -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    10592     box-shadow: 0 0 3px rgba(0,0,0,.15); 
    10693} 
     
    132119     padding: 6px 8px 2px; 
    133120          white-space: normal; 
    134      -moz-box-shadow: 0 1px 0 #fff inset; 
    135      -webkit-box-shadow: 0 1px 0 #fff inset; 
    136121     box-shadow: 0 1px 0 #fff inset; 
    137122     background: #cfd1cf; 
    138      background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 
    139      background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 
    140      background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 
    141      background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 
    142      background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 
    143      background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 
     123     background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 
    144124     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 
    145125} 
     
    154134     position: relative; 
    155135     border-top: 1px solid #bfbfbf; 
    156      -moz-box-shadow: 0 1px 0 #fff inset; 
    157      -webkit-box-shadow: 0 1px 0 #fff inset; 
    158136     box-shadow: 0 1px 0 #fff inset; 
    159137     background: #cfd1cf; 
    160      background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#cfd1cf)); 
    161      background-image: -moz-linear-gradient(top, #ebebeb, #cfd1cf); 
    162      background-image: -webkit-linear-gradient(top, #ebebeb, #cfd1cf); 
    163      background-image: -o-linear-gradient(top, #ebebeb, #cfd1cf); 
    164      background-image: -ms-linear-gradient(top, #ebebeb, #cfd1cf); 
    165      background-image: linear-gradient(top, #ebebeb, #cfd1cf); 
     138     background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf); 
    166139     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ebebeb', endColorstr='#cfd1cf'); 
    167140} 
     
    186159     margin-top: 6px; 
    187160          margin-bottom: 2px; 
    188      -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3); 
    189      -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3); 
    190161     box-shadow: 0 1px 0 rgba(255,255,255,.3); 
    191162} 
     
    220191     padding: 0 8px; 
    221192     outline-style: none; 
    222      -moz-box-sizing: border-box; 
    223      -webkit-box-sizing: border-box; 
    224193     box-sizing: border-box; 
    225194} 
     
    235204    border: 1px solid #b6b6b6; 
    236205    border-bottom-color: #999; 
    237      -moz-border-radius: 3px; 
    238      -webkit-border-radius: 3px; 
    239206     border-radius: 3px; 
    240     -moz-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    241     -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15); 
    242207    box-shadow: 0 0 3px rgba(0,0,0,.15); 
    243208} 
     
    286251     overflow: hidden; 
    287252     text-overflow: ellipsis; 
    288     -moz-border-radius: 2px; 
    289     -webkit-border-radius: 2px; 
    290253    border-radius: 2px; 
    291254} 
     
    303266     border: 1px solid #dedede; 
    304267     background-color: #f2f2f2; 
    305     -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    306     -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    307268    box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    308269} 
     
    313274     border-color: #dedede; 
    314275     background-color: #f2f2f2; 
    315     -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    316     -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    317276    box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    318277} 
     
    339298    text-shadow: 0 1px 0 rgba(255,255,255,.75); 
    340299    border-bottom: 1px solid #b6b6b6; 
    341     -moz-border-radius: 2px 2px 0 0; 
    342     -webkit-border-radius: 2px 2px 0 0; 
    343300    border-radius: 2px 2px 0 0; 
    344     -moz-box-shadow: 0 1px 0 #fff inset; 
    345     -webkit-box-shadow: 0 1px 0 #fff inset; 
    346301    box-shadow: 0 1px 0 #fff inset; 
    347302    background: #cfd1cf; 
    348     background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf)); 
    349     background-image: -moz-linear-gradient(top, #f5f5f5, #cfd1cf); 
    350     background-image: -webkit-linear-gradient(top, #f5f5f5, #cfd1cf); 
    351     background-image: -o-linear-gradient(top, #f5f5f5, #cfd1cf); 
    352     background-image: -ms-linear-gradient(top, #f5f5f5, #cfd1cf); 
    353     background-image: linear-gradient(top, #f5f5f5, #cfd1cf); 
     303    background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf); 
    354304    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf'); 
    355305} 
     
    442392     border: 1px solid #a6a6a6; 
    443393     border-bottom-color: #979797; 
    444      -moz-border-radius: 3px; 
    445      -webkit-border-radius: 3px; 
    446394     border-radius: 3px; 
    447      -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; 
    448      -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; 
    449395     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; 
    450396     background: #e4e4e4; 
    451      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 
    452      background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 
    453      background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 
    454      background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 
    455      background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 
    456      background-image: linear-gradient(top, #ffffff, #e4e4e4); 
     397     background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 
    457398     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 
    458399} 
     
    482423.cke_rtl .cke_button:first-child 
    483424{ 
    484           -moz-border-radius: 0 2px 2px 0; 
    485      -webkit-border-radius: 0 2px 2px 0; 
    486      border-radius: 0 2px 2px 0; 
     425          border-radius: 0 2px 2px 0; 
    487426} 
    488427.cke_ltr .cke_button:first-child, 
    489428.cke_rtl .cke_button:last-child 
    490429{ 
    491           -moz-border-radius: 2px 0 0 2px; 
    492      -webkit-border-radius: 2px 0 0 2px; 
    493      border-radius: 2px 0 0 2px; 
     430          border-radius: 2px 0 0 2px; 
    494431} 
    495432.cke_rtl .cke_button 
     
    503440     margin: -2px 4px 0 -2px; 
    504441} 
    505 .cke_button_on 
    506 { 
    507      -moz-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 
    508      -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 
     442a.cke_button_on 
     443{ 
    509444     box-shadow: 0 1px 5px rgba(0,0,0,.6) inset, 0 1px 0 rgba(0,0,0,.2); 
    510445     background: #b5b5b5; 
    511      background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca)); 
    512      background-image: -moz-linear-gradient(top, #aaa, #cacaca); 
    513      background-image: -webkit-linear-gradient(top, #aaa, #cacaca); 
    514      background-image: -o-linear-gradient(top, #aaa, #cacaca); 
    515      background-image: -ms-linear-gradient(top, #aaa, #cacaca); 
    516      background-image: linear-gradient(top, #aaa, #cacaca); 
     446     background-image: linear-gradient(to bottom, #aaa, #cacaca); 
    517447     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca'); 
    518448} 
     
    540470a.cke_button_on:active 
    541471{ 
    542      -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    543      -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    544472     box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    545473} 
     
    551479a.cke_button_disabled:active 
    552480{ 
    553      -moz-box-shadow: 0 0 1px rgba(0,0,0,.3) inset; 
    554      -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3) inset; 
    555481     box-shadow: 0 0 1px rgba(0,0,0,.3) inset; 
    556482     background: #ccc; 
    557      background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 
    558      background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 
    559      background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 
    560      background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 
    561      background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 
    562      background-image: linear-gradient(top, #f2f2f2, #ccc); 
     483     background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 
    563484     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 
    564485} 
     
    637558     height: 18px; 
    638559     width: 1px; 
    639      -webkit-box-shadow: 1px 0 1px rgba(255,255,255,.5); 
    640      -moz-box-shadow: 1px 0 1px rgba(255,255,255,.5); 
    641560     box-shadow: 1px 0 1px rgba(255,255,255,.5); 
    642561} 
     
    644563{ 
    645564     float: right; 
    646      -webkit-box-shadow: -1px 0 1px rgba(255,255,255,.1); 
    647      -moz-box-shadow: -1px 0 1px rgba(255,255,255,.1); 
    648565     box-shadow: -1px 0 1px rgba(255,255,255,.1); 
    649566} 
     
    663580     clear: right; 
    664581} 
    665 .cke_toolbox_collapser 
     582a.cke_toolbox_collapser 
    666583{ 
    667584     width: 12px; 
     
    674591     border: 1px solid #a6a6a6; 
    675592     border-bottom-color: #979797; 
    676      -moz-border-radius: 3px; 
    677      -webkit-border-radius: 3px; 
    678593     border-radius: 3px; 
    679      -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; 
    680      -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; 
    681594     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; 
    682595     background: #e4e4e4; 
    683      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 
    684      background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 
    685      background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 
    686      background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 
    687      background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 
    688      background-image: linear-gradient(top, #ffffff, #e4e4e4); 
     596     background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 
    689597     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 
    690598} 
     
    692600{ 
    693601     background: #ccc; 
    694      background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 
    695      background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 
    696      background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 
    697      background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 
    698      background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 
    699      background-image: linear-gradient(top, #f2f2f2, #ccc); 
     602     background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 
    700603     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 
    701604} 
     
    809712     border: 1px solid #dedede; 
    810713     background-color: #f2f2f2; 
    811      -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    812      -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    813714     box-shadow: 0 0 2px rgba(0,0,0,.1) inset; 
    814715} 
     
    881782     margin-right: 0; 
    882783} 
    883 .cke_combo_button 
     784a.cke_combo_button 
    884785{ 
    885786     cursor: default; 
     
    889790     border: 1px solid #a6a6a6; 
    890791     border-bottom-color: #979797; 
    891      -moz-border-radius: 3px; 
    892      -webkit-border-radius: 3px; 
    893792     border-radius: 3px; 
    894      -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; 
    895      -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; 
    896793     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; 
    897794     background: #e4e4e4; 
    898      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e4e4)); 
    899      background-image: -moz-linear-gradient(top, #ffffff, #e4e4e4); 
    900      background-image: -webkit-linear-gradient(top, #ffffff, #e4e4e4); 
    901      background-image: -o-linear-gradient(top, #ffffff, #e4e4e4); 
    902      background-image: -ms-linear-gradient(top, #ffffff, #e4e4e4); 
    903      background-image: linear-gradient(top, #ffffff, #e4e4e4); 
     795     background-image: linear-gradient(to bottom, #ffffff, #e4e4e4); 
    904796     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#e4e4e4'); 
    905797} 
     
    908800{ 
    909801     background: #ccc; 
    910      background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ccc)); 
    911      background-image: -moz-linear-gradient(top, #f2f2f2, #ccc); 
    912      background-image: -webkit-linear-gradient(top, #f2f2f2, #ccc); 
    913      background-image: -o-linear-gradient(top, #f2f2f2, #ccc); 
    914      background-image: -ms-linear-gradient(top, #f2f2f2, #ccc); 
    915      background-image: linear-gradient(top, #f2f2f2, #ccc); 
     802     background-image: linear-gradient(to bottom, #f2f2f2, #ccc); 
    916803     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f2f2f2', endColorstr='#cccccc'); 
    917804     outline: none; 
     
    921808{ 
    922809     border: 1px solid #777; 
    923      -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset; 
    924      -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset; 
    925810     box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.6) inset; 
    926811     background: #b5b5b5; 
    927      background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#cacaca)); 
    928      background-image: -moz-linear-gradient(top, #aaa, #cacaca); 
    929      background-image: -webkit-linear-gradient(top, #aaa, #cacaca); 
    930      background-image: -o-linear-gradient(top, #aaa, #cacaca); 
    931      background-image: -ms-linear-gradient(top, #aaa, #cacaca); 
    932      background-image: linear-gradient(top, #aaa, #cacaca); 
     812     background-image: linear-gradient(to bottom, #aaa, #cacaca); 
    933813     filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#aaaaaa', endColorstr='#cacaca'); 
    934814} 
     
    937817.cke_combo_on a.cke_combo_button:active 
    938818{ 
    939      -moz-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    940      -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    941819     box-shadow: 0 1px 6px rgba(0,0,0,.7) inset, 0 1px 0 rgba(0,0,0,.2); 
    942820} 
     
    1027905     margin: -2px 0 2px; 
    1028906} 
    1029 .cke_path_item, 
    1030 .cke_path_empty 
     907a.cke_path_item, 
     908span.cke_path_empty 
    1031909{ 
    1032910     display: inline-block; 
     
    1056934     color: #333; 
    1057935     text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    1058      -moz-border-radius: 2px; 
    1059      -webkit-border-radius: 2px; 
    1060936     border-radius: 2px; 
    1061      -moz-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5); 
    1062      -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5); 
    1063937     box-shadow: 0 0 4px rgba(0,0,0,.5) inset, 0 1px 0 rgba(255,255,255,.5); 
    1064938} 
     
    1085959     width: 120px; 
    1086960} 
    1087 .cke_source 
    1088 { 
    1089      font-family: 'Courier New' , Monospace; 
     961textarea.cke_source 
     962{ 
     963     font-family: 'Courier New', Monospace; 
    1090964     font-size: small; 
    1091965     background-color: #fff; 
    1092      white-space: pre; 
     966     white-space: pre-wrap; 
     967     border: none; 
     968     padding: 0; 
     969     margin: 0; 
     970     display: block; 
    1093971} 
    1094972.cke_wysiwyg_frame, .cke_wysiwyg_div 
    1095973{ 
    1096974     background-color: #fff; 
     975} 
     976/* Styles for notifications. */ 
     977.cke_notifications_area 
     978{ 
     979          pointer-events: none; 
     980} 
     981.cke_notification 
     982{ 
     983     pointer-events: auto; 
     984     position: relative; 
     985     margin: 10px; 
     986     width: 300px; 
     987     color: white; 
     988     border-radius: 3px; 
     989     text-align: center; 
     990     opacity: 0.95; 
     991     filter: alpha(opacity = 95); 
     992     box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.3); 
     993     -webkit-animation: fadeIn 0.7s; 
     994     animation: fadeIn 0.7s; 
     995} 
     996.cke_notification_message a 
     997{ 
     998     color: #12306F; 
     999} 
     1000@-webkit-keyframes fadeIn 
     1001{ 
     1002     from { opacity: 0.4; } 
     1003     to { opacity: 0.95; } 
     1004} 
     1005@keyframes fadeIn 
     1006{ 
     1007     from { opacity: 0.4; } 
     1008     to { opacity: 0.95; } 
     1009} 
     1010.cke_notification_success 
     1011{ 
     1012     background: #72B572; 
     1013     border: 1px solid #63A563; 
     1014} 
     1015.cke_notification_warning 
     1016{ 
     1017     background: #C83939; 
     1018     border: 1px solid #902B2B; 
     1019} 
     1020.cke_notification_info 
     1021{ 
     1022     background: #2E9AD0; 
     1023     border: 1px solid #0F74A8; 
     1024} 
     1025.cke_notification_info span.cke_notification_progress 
     1026{ 
     1027     background-color: #0F74A8; 
     1028     display: block; 
     1029     padding: 0; 
     1030     margin: 0; 
     1031     height: 100%; 
     1032     overflow: hidden; 
     1033     position: absolute; 
     1034     z-index: 1; 
     1035} 
     1036.cke_notification_message 
     1037{ 
     1038     position: relative; 
     1039     margin: 4px 23px 3px; 
     1040     font-family: Arial, Helvetica, sans-serif; 
     1041     font-size: 12px; 
     1042     line-height: 18px; 
     1043     z-index: 4; 
     1044     text-overflow: ellipsis; 
     1045     overflow: hidden; 
     1046} 
     1047.cke_notification_close 
     1048{ 
     1049     background-image: url(images/close.png); 
     1050     background-repeat: no-repeat; 
     1051     background-position: 50%; 
     1052     position: absolute; 
     1053     cursor: pointer; 
     1054     text-align: center; 
     1055     height: 20px; 
     1056     width: 20px; 
     1057     top: 1px; 
     1058     right: 1px; 
     1059     padding: 0; 
     1060     margin: 0; 
     1061     z-index: 5; 
     1062     opacity: 0.6; 
     1063     filter: alpha(opacity = 60); 
     1064} 
     1065.cke_notification_close:hover 
     1066{ 
     1067     opacity: 1; 
     1068     filter: alpha(opacity = 100); 
     1069} 
     1070.cke_notification_close span 
     1071{ 
     1072     display: none; 
     1073} 
     1074.cke_notification_warning a.cke_notification_close 
     1075{ 
     1076     opacity: 0.8; 
     1077     filter: alpha(opacity = 80); 
     1078} 
     1079.cke_notification_warning a.cke_notification_close:hover 
     1080{ 
     1081     opacity: 1; 
     1082     filter: alpha(opacity = 100); 
    10971083} 
    10981084/* Important! 
Note: See TracChangeset for help on using the changeset viewer.

Sites map