source: trunk/mobile/templates/css/mobile.css @ 488

Revision 488, 7.2 KB checked in by rafaelraymundo, 16 years ago (diff)
  • Insercao da data ao listar os emails
  • Alterada a paginacao, para que nao mostre um link por pagina
  • Algumas alteracoes de layout(remocao de sublinhados nos links, tratamento do hr no css)
Line 
1.grid_email_class
2{
3        border-bottom:1px solid #cfcfcf;
4}
5
6body
7{
8        /*margin: 0px !important; */
9        /*background-color:#E9E9E9 !important; */
10        font-size: 13px !important;
11        font-family: Verdana, Arial, Helvetica, sans-serif !important;
12        left: 0px;
13        padding: 0px;
14        margin: 0px;
15        /*padding:0px !important; */
16}
17
18img
19{
20        border-width:0px !important;
21        border-style:none !important;
22        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
23*/
24}
25
26a:link,a:visited
27{
28        cursor:pointer !important;
29        color: #0000aa !important;
30        text-decoration: none !important;
31}
32
33a:hover,a:active
34{
35        cursor:pointer !important;
36        color: #ff9933 !important;
37        text-decoration: none !important;
38}
39
40input, button
41{
42        font-size: 11px !important;
43        color: #006699 !important;
44        font-family: Arial, Helvetica, sans-serif !important;
45        border: 1px #000066 solid !important;
46}
47
48input[type=submit],input[type=button],button
49{
50        margin:1px !important;
51        padding:0px 6px 0px 6px !important;
52        cursor: pointer !important;
53        cursor: hand !important;
54}
55
56input[type=image]
57{
58        cursor: pointer !important;
59        cursor: hand !important;
60        border: 1px #bbbbbb none !important;
61}
62select
63{
64        font-size: 11px !important;
65        color: #000066 !important;
66        font-family: Arial, Helvetica, sans-serif !important;
67        border: 1px #bbbbbb solid !important;
68        z-index: -1 !important;
69}
70
71td
72{
73        font-size: 11px !important;
74        /*text-align:left;*/
75        /*      padding-top:1px;
76        padding-bottom:1px;*/
77}
78hr{
79        border: 2;
80        width: 99%;
81}
82
83.divLoginbox
84{
85        position:relative;
86        width: 300px;
87        border-right: #9c9c9c 0px solid;
88        border-top: #9c9c9c 1px solid;
89        border-left: #9c9c9c 0px solid;
90        border-bottom: #9c9c9c 1px solid
91}
92
93.divLoginboxHeader
94{
95        text-align:center;
96        background-color:#dddddd;
97        padding-top:2px;
98        font-size:10px;
99        color:#666666;
100}
101.divSidebox
102{
103        position:relative;
104        width: 147px;
105        border-right: #9c9c9c 1px solid;
106        border-top: #9c9c9c 1px solid;
107        border-left: #9c9c9c 1px solid;
108        border-bottom: #9c9c9c 1px solid
109}
110
111.tblHeadApp {
112
113        border-right: #9c9c9c 1px solid;
114        border-top: #9c9c9c 1px solid;
115        border-left: #9c9c9c 1px solid;
116        border-bottom: #9c9c9c 1px solid
117}
118
119.divSideboxHeader
120{
121        text-align:center;
122        background-color:#000066;
123        padding-top:2px;
124        height: 15px;
125        color: #FFFFFF;
126
127}
128
129a.divSideboxEntry, .divSideboxEntry
130{
131        text-align:left;
132        height:16px;
133        background-color:#eeeeee;
134}
135
136a.appTitles,.appTitles
137{
138        font-size: 10px;
139        height:18px;
140        padding-top:2px;
141        padding-bottom:2px;
142
143}
144
145a.textSidebox
146{
147        font-size: 10px;
148        border-top: #aaaaaa 0px none;
149}
150
151.textSidebox
152{
153        font-size: 10px;
154        height:18px;
155        padding-top:2px;
156        padding-bottom:2px;
157        border-top: #aaaaaa 1px solid;
158
159}
160
161.sideboxSpace
162{
163        height:9px;
164}
165
166.greyLine
167{
168        margin:1px;
169        border-top-color:#7e7e7e;
170        border-top-width:1px;
171        border-top-style:solid;
172        height:1px;
173}
174
175.prefSection
176{
177        font-weight:bold;
178        font-size:16px;
179        line-height:40px;
180}
181
182#extraIcons
183{
184/*      position:absolute;
185        z-index:13;
186        right:10px;
187        top:113px;
188        visibility:hidden;*/
189/*      background-image:url(../images/alpha-white.png);*/
190        background-color:#eeeeee;
191        border-width:1px;
192        border-color:#7e7e7e;
193        border-style:solid;
194}
195
196.extraIconsRow
197{
198        border-top-color:#dddddd;
199        border-top-width:1px;
200        border-top-style:solid;
201        padding:2px;
202}
203
204#divMain
205{
206        background-color:white;
207        margin-top: 0px;
208        padding:9px;
209        border-color:#7e7e7e;
210        border-width:1px;
211        border-style:solid;
212}
213
214#divLogo
215{
216        position:absolute;
217        left:20px;
218        top:5px;
219        z-index:51;
220}
221
222#divAppIconBar
223{
224        background-color:white;
225        border-top-color:#9c9c9c;
226        border-top-width:1px;
227        border-top-style:solid;
228        background-image: url(../images/background-icon-bar.png);
229        background-repeat: repeat-x
230}
231
232#divAppTextBar
233{
234        background-color:white;
235}
236
237#divStatusBar
238{
239        background-color:#f7f8fa;
240        height:15px;
241        padding-left:10px;
242        padding-top:0px;
243}
244
245/*#divSubContainer
246{
247}
248*/
249#tdSidebox
250{
251        width:170px;
252        background-color:white;
253        overflow:visible;
254}
255
256
257#tdAppbox
258{
259        background-color:white;
260        width: 100%;
261}
262#divSideboxContainer
263{
264        position:relative;
265        width:150px;
266        top:0px;
267        left:0px;
268        background-color:white;
269        border-width:1px;
270        border-style:solid;
271        z-index:40;
272}
273
274#divAppboxHeader
275{
276        margin-top:2px;
277        margin-left:2px;
278        margin-right:2px;
279        font-family: Verdana, Arial, Helvetica, sans-serif;
280        font-size: 14px;
281        font-weight: bold;
282        color: #000066;
283        text-align: center;
284        padding: 0px;
285        background-image:url(../images/appbox-header-background21.png);
286        background-repeat: repeat-x;
287        height:24px;
288        line-height:24px;
289        border-top-color:#9c9c9c;
290        border-top-width:1px;
291        border-top-style:solid;
292        border-left-color:#9c9c9c;
293        border-left-width:1px;
294        border-left-style:solid;
295        border-right-color:#9c9c9c;
296        border-right-width:1px;
297        border-right-style:solid;
298}
299
300#divAppbox
301{
302        background-color:#f7f7f7;
303        padding-right:1px;
304        padding-top:1px;
305        padding-bottom:1px;
306        padding-left:15px;
307        border-bottom-color:#9c9c9c;
308        border-bottom-width:1px;
309        border-bottom-style:solid;
310        border-left-color:#9c9c9c;
311        border-left-width:1px;
312        border-left-style:solid;
313        border-right-color:#9c9c9c;
314        border-right-width:1px;
315        border-right-style:solid;
316        margin-top:0px;
317        margin-bottom:0px;
318        margin-left:2px;
319        margin-right:2px;
320
321}
322
323#fmStatusBar
324{
325        margin-left:4px;
326        margin-bottom:3px;
327        font-size: 10px;
328/*      font-family: Verdana, Arial, Helvetica, sans-serif;*/
329
330
331}
332
333
334.fmButton
335{
336        background-image:url(../images/buttonbackground.png);
337        width:28px;
338        height:28px;
339        background-repeat: no-repeat;
340}
341
342#fmLocation
343{
344        position:relative;
345        /*background-image:url(../images/buttonbackgroundscaled.png);
346        background-repeat: repeat-x;*/
347        /*margin-left:4px;*/
348        margin-bottom:3px;
349        height:27px;
350
351}
352
353#fmMenu
354{
355        position:relative;
356}
357#fmFileWindow
358{
359        background-color:#ffffff;
360        margin-left:4px;
361        padding:5px;
362        position:relative;
363        border-right: #cccccc 1px solid;
364        border-top: #9c9c9c 2px solid;
365        border-left: #9c9c9c 2px solid;
366        border-bottom: #cccccc 1px solid
367}
368
369#user_info
370{
371padding-left:17px;
372
373}
374
375#admin_info
376{
377        position:relative;
378        text-align:center;
379        margin-right:10px;
380}
381
382#divGenTime
383{
384        bottom:14px;
385        font-size: 9px;
386        color: #ff0000;
387        text-align:center;
388        width:99%;
389}
390
391#divPoweredBy
392{
393        font-family: Verdana, Arial, Helvetica, sans-serif;
394        font-size: 10px;
395        color: #999999;
396        text-decoration: none;
397        padding: 7px;
398        text-align: center;
399        background-color:white;
400}
401
402A.minicalhol
403{
404        padding-left:3px;
405        padding-right:3px;
406        background: #dab0b0;
407        color: #000000;
408        font-size: 10px;
409}
410.loginLabel {
411        font-family: Verdana, Arial, Helvetica, sans-serif;
412        font-size: 10px;
413        color: #000066;
414        padding-left: 0px;
415}
416.tableLogin {
417        padding: 0px;
418        /*width: 274px;*/
419}
420.login {
421        text-align:center;
422        background-color: #F7F7F7;
423        border: 1px solid #CCCCCC;
424        margin: 5px 5px 50px;
425        padding: 5px;
426        height: 116px;
427        width: 300px;
428}
429.button {
430        font-family: Verdana, Arial, Helvetica, sans-serif;
431        font-size: 10px;
432        color: 006699;
433        background-color: #D4D0C8;
434        border: 1px solid #666666;
435}
436.msgInicial {
437        font-family: Verdana, Arial, Helvetica, sans-serif;
438        font-size: 12px;
439        color: #000066;
440        font-weight: bold;
441        padding-top: 70px;
442}
Note: See TracBrowser for help on using the repository browser.