source: branches/2.2/mobile/templates/css/ie6.css @ 3727

Revision 3727, 3.6 KB checked in by eduardoalex, 13 years ago (diff)

Ticket #1523 - Alterando estrutura do mobile para disponibilizar a versão desktop

Line 
1@import url("mobile.css");
2
3/* MACRO ESTRUTURA BROWSER */
4.global{ }
5#navegacao{float:left; width:30%}
6#conteudo{float:left; width:70%; min-height:305px;background: #eef7fa }
7#titulo-miolo{background-color: #3399CC ;color: #FFFFFF;  font-size: small; min-height: 22px; line-height:22px; padding: 4px 0; font-weight:bold; }
8
9
10/* CLASSES e IDS MODIFICADAS */
11#campos-correspondencia {background-color: #CEE5EF;  color: #666666; display: table; font-weight: bold;   padding: 10px 0; text-align: left; /*min-height:210px*/ }
12.rodape{clear:both}
13#pre-calendario{display:table; width:100%}
14.menu-diverso, #palavra-procurada{height:25px}
15.email-data{width:70px;}
16.aviso-positivo, .aviso-negativo {width:50%}
17#titulo-miolo button {height:21px}
18
19
20
21/* IE6 MODIFICAÇÕES*/
22
23.gd input{width:100%; padding:2px 0;}
24p.descricao{margin-left:25px} /*classe criada*/
25
26
27.login{width:40%; margin:auto; padding:10px 0}
28.login strong {margin:0 0 0 5px; }
29.login input{width:50%; margin:3px 0}
30.login button {margin:0 5px}
31.login p{padding:3px;}
32#bg-aviso{background:#EFF8FB; padding-top:20px;}
33.avisos{background-color:#FAE1E1;}
34.aviso-positivo, .aviso-negativo{ padding:5px; font-size:x-small; color:#333333; background-color:#CEE5EF; width:40%; margin:auto  }
35.aviso-negativo{ background-color:#FAE1E1 }
36.aviso-positivo a,.aviso-negativo a{text-decoration:underline; color:#333333;}
37div.posiciona-esquerda p {margin-left:17px}
38div.posiciona-esquerda p input {margin-left:-19px}
39.email-item{color:#3E3E3D; font:bold small Arial, Helvetica, sans-serif; vertical-align:text-bottom;}
40
41.email-cabecalho{overflow: hidden; width:74%; height:18px; float:left;}
42.email-corpo{margin-top:-5px}
43.btn-anexo a:hover {background:#FAD364; width:40px; padding:3px; color:#333  }
44
45.margin-geral{height:15px}
46.bloco{margin-left:5px}
47.container{margin-bottom:5px}
48#titulo-miolo{height:22px}
49#palavra-procurada {line-height:20px }
50div.posiciona-esquerda p a:hover{background:none; color:#3E3E3D; font:bold small Arial, Helvetica, sans-serif; vertical-align:text-bottom}
51.dt-azul, .dt-branco {background:#EEF7FA; clear:both; display:table;  width:100%;  }
52.dt-branco {background:#FFF}
53.dt-branco a{background:#FFF}
54
55.limpar_div_margin{margin-left:5px}
56.limpar_div_margin input{width:90%}
57
58
59
60#pre-calendario {padding: 10px; background: #eef7fa; width:70%   }
61#semanal { border: none; margin-bottom: 5px }
62#calendario {width:10%; }
63#calendario thead tr th { color: #333; font-size:small; font-weight:bold;}
64#calendario thead tr th, #calendario tbody tr td { text-align: center }
65.semana { color:#333;font-size:small; width:100%; font-weight:bold; width: 14%; }
66.dias { border: none }
67.dias a {color: #444;font-size: 11px;cursor: pointer;text-decoration: none;text-align: center;display: block;border: 1px solid #CACACA;width: 27px;height:16px;margin: 0px;padding: 3px 1px 0 0;position: relative;}
68.dias a .qtd_commitment {font-size: 8px;position: absolute;top: 0;right: 0.5px; color: red;}
69.dias a:hover { color:#999; text-decoration: none }
70a.hoje { background: #FC0; color: #fff }
71a.dia_branco { background: #FFF }
72a.outro_mes { background: #E1E1E1; color: #8B8B8B }
73
74
75
76dt.menu-diverso {min-height:18px; padding:4px 0;}
77dl#lista_miolo dt.menu-diverso{height:0px; padding:0px 0}
78dl#lista_miolo dt.menu-diverso div.margin-geral{margin-top:1px; padding-top:2px;}
79
80span.rotulo-complementar{font-size:x-small; text-decoration:underline; padding:3px; width:130px; margin-left:240px }
81
82
83div.margin-rodape a{margin:-2px}
84div.margin-rodape button{margin-left:1px}
85
86#corpo_mensagem #foto {padding:5px 0; text-align:left; margin-left:20px}
87
88.corrigi-margin{margin-top:-5px}
89
90
91div.rodape {}
Note: See TracBrowser for help on using the repository browser.