yllar
2006-12-16 77c28206a14b5bee3f3091f10cffd531bce5649c
commit | author | age
6649b1 1 .mceMsgBox {
S 2     border: 1px solid gray;
3     padding: 8px;
4 }
5
6 .mceMsgBox span {
7     vertical-align: top;
8     color: #555555;
9 }
10
11 /* Misc */
12
13 .mceBlockBox {
14     display: none;
15     position: absolute;
16     left: 0;
17     top: 0;
18     z-index: 100;
19     filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=60);
20     -moz-opacity:0.6;
21     opacity: 0.6;
22     background-color: white;
23 }
24
25 .mceMsgBox {
26     display: none;
27     z-index: 101;
28     position: absolute;
29     left: 0;
30     top: 0;
31     font-family: Arial, Verdana, Tahoma, Helvetica;
32     font-weight: bold;
33     font-size: 11px;
34 }