source: sandbox/2.3-MailArchiver/expressoMail1_2/js/modal/css/modal_ie.css @ 6779

Revision 6779, 3.1 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1#lightboxCaption {
2        font-size: 1.8em;
3        text-align: center;
4        border-bottom: 2px solid #666;
5       
6        position: relative;
7        width: 100%;
8        height: auto;
9        top: 0;
10        right: 0;
11        bottom: auto;
12        left: 0;
13}
14
15#lightboxContent {
16        position:relative;
17        top:0pt;
18        left:0pt;
19        right:0pt;
20        width:auto;
21        overflow: auto;
22}
23
24#lightboxFoot {
25        border-top:2px solid #666666;
26        position:relative;
27        text-align:left;
28        top:0pt;
29        width:100%;
30}
31
32#keyboardMsg{ float: right; }
33
34#closeButton{ top: 5px; right: 5px; }
35
36#lightbox img{ border: none; clear: both;}
37
38#overlay img{ border: none; }
39
40#overlay{
41        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/expresso/expressoAdmin1_2/js/modal/images/overlay.png', sizingMethod='scale');
42}
43
44#divStatusBar{
45        height:15px;
46}
47
48.info_msg {
49        font-family: Arial, sans-serif, Helvetica, Verdana;
50        font-size: 13px;
51        border-width: 0px 0px 0px 0px;
52        padding: 1px 10px 0px 10px;     
53        border-style: inset inset inset inset;
54        border-color: gray gray gray gray;
55        background-color: rgb(250, 209, 99);
56        -moz-border-radius: 6px 6px 6px 6px;
57}
58
59.error_msg {
60        font-family: Arial, sans-serif, Helvetica, Verdana;
61        font-size: 13px;
62        font-weight: bold;
63        color: rgb(255, 255, 255);
64        background-color: rgb(240, 0, 0);
65        border-width: 0px 0px 0px 0px;
66        padding: 1px 10px 0px 10px;     
67        border-style: inset inset inset inset;
68        border-color: gray gray gray gray;
69        -moz-border-radius: 6px 6px 6px 6px;
70}
71
72/* NORMAL - yellow */
73/* superior esquerdo */
74.zIVQRb_normal {
75        background:transparent url(../images/rc_normal.png) no-repeat scroll 0pt 0pt;
76}
77
78/* superior direito */
79.Qrjz3e_normal {
80        background:transparent url(../images/rc_normal.png) no-repeat scroll -4px 0pt;
81}
82 
83/* inferior esquerdo */
84.Gbtri_normal {
85        background:transparent url(../images/rc_normal.png) no-repeat scroll 0pt -4px;
86}
87
88/* inferior direito */
89.gmNpMd_normal {
90        background:transparent url(../images/rc_normal.png) no-repeat scroll -4px -4px;
91}
92
93/* linha do meio, entre os cantos */
94.Ptde9b_normal {
95        background:#FFF1A8 none repeat scroll 0%;
96        color:#FFFFFF;
97}
98
99/* Conteudo */
100.m14Grb_normal {
101        color: black;
102        background: #FFF1A8;
103        font-size:80%;
104        font-weight:bold;
105        font-family: arial,sans-serif;
106        padding:0pt 5px;
107        text-align:center;
108}
109
110/* ERROR - red */
111/* superior esquerdo */
112.zIVQRb_error {
113        background:transparent url(../images/rc_error.png) no-repeat scroll 0pt 0pt;
114}
115
116/* superior direito */
117.Qrjz3e_error {
118        background:transparent url(../images/rc_error.png) no-repeat scroll -4px 0pt;
119}
120 
121/* inferior esquerdo */
122.Gbtri_error {
123        background:transparent url(../images/rc_error.png) no-repeat scroll 0pt -4px;
124}
125
126/* inferior direito */
127.gmNpMd_error {
128        background:transparent url(../images/rc_error.png) no-repeat scroll -4px -4px;
129}
130
131/* linha do meio, entre os cantos */
132.Ptde9b_error {
133        background:#CC0000 none repeat scroll 0%;
134        color:#FFFFFF;
135}
136
137/* Conteudo */
138.m14Grb_error {
139        color: white;
140        background: #cc0000;
141        font-size:80%;
142        font-weight:bold;
143        font-family: arial,sans-serif;
144        padding:0pt 5px;
145        text-align:center;
146}
147
148/* todas os cantos */
149.zIVQRb_error, .Qrjz3e_error, .Gbtri_error, .gmNpMd_error, .zIVQRb_normal, .Qrjz3e_normal, .Gbtri_normal, .gmNpMd_normal {
150        font-size:0pt;
151        height:4px;
152        width:4px;
153}
Note: See TracBrowser for help on using the repository browser.