source: branches/2.2/reports1_0/js/modal/css/modal_ie.css @ 3471

Revision 3471, 3.4 KB checked in by eduardoalex, 13 years ago (diff)

Ticket #1216 - Incorporacao do modulo de relatorios ao ambiente.

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