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

Revision 3727, 1.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
8 #navegacao, #conteudo { position: absolute; border: 5px solid #F6F6F6; }
9#navegacao {right: 30%; left: 0; }
10#conteudo {left: 30%; right: 0; }
11
12#titulo-miolo, .menu-contexto{background-color: #3399CC ;color: #FFFFFF;  font-size: small; min-height: 22px; line-height:22px; padding: 4px 2px; font-weight:bold; }
13
14/* CLASSES e IDS MODIFICADAS */
15#campos-correspondencia {background-color: #CEE5EF;  color: #666666; display: table; font-weight: bold;   padding: 10px 0; text-align: left; /*min-height:210px*/ }
16.rodape{clear:both}
17#pre-calendario{display:table; width:100%}
18.menu-diverso, #palavra-procurada{height:25px}
19.email-data{width:70px;}
20.aviso-positivo, .aviso-negativo {width:50%}
21#titulo-miolo button {height:21px}
22
23/*#corpo_mensagem {margin-left:5px}*/
24#corpo_mensagem #foto {padding:5px 0; text-align:left; margin-left:20px}
25
26.login input[type="text"]{ width:40%}
27
28.posiciona-esquerda{margin-left:5px}
29
30
31div.dt-azul p+p {margin-left:5px}
32div.dt-branco p+p  {margin-left:5px}
33/*div.rodape {position:absolute; bottom:0; width:100%}*/
34
35/*Modificadas 31/01/2011*/
36div.rodape {bottom:0; clear:both; display:table; position:fixed; width:100%;}
37div.margin-rodape {  clear: both;   margin: 0 0 21px 5px; }
38
39div#pre-calendario{padding:10px 0}
40
41
42@media screen and (-webkit-min-device-pixel-ratio:0) {
43
44.menu-diverso { height: 0px;margin-top:0;  }
45dt.menu-diverso {min-height:21px; padding:4px 0;}
46
47div#titulo-miolo select{margin:0}
48
49}
Note: See TracBrowser for help on using the repository browser.