source: sandbox/2.2.0.2/mobile/templates/css/desktop.css @ 4277

Revision 4277, 1.4 KB checked in by airton, 13 years ago (diff)

Ticket #1820 - Adicionando mobile com todas as alteracoes realizadas

  • Property svn:executable set to *
Line 
1@import url("mobile.css");
2
3/* MACRO ESTRUTURA BROWSER */
4.global{ }
5#navegacao{float:left; width:29%; }
6#conteudo{border-left: solid #F6F6F6; border-left-width: 1%; float:left; width:70%; min-height:305px;background: #eef7fa;}
7
8#lista_miolo {clear:none; color:#666; width:auto; font-size:small; }
9#titulo-miolo, .menu-contexto{background-color: #3399CC ;color: #FFFFFF;  font-size: small; height: 26px; line-height:22px; padding: 4px 2px; font-weight:bold; width:auto; }
10
11/* CLASSES e IDS MODIFICADAS */
12#campos-correspondencia {background-color: #CEE5EF;  color: #666666; display: table; font-weight: bold;   padding: 10px 0; text-align: left; /*min-height:210px*/ }
13.rodape{clear:both}
14#pre-calendario{display:table; width:100%}
15.menu-diverso, #palavra-procurada{height:25px}
16.email-data{width:70px;}
17#titulo-miolo button {height:21px}
18
19#corpo_mensagem #foto {padding:5px 0; text-align:left; margin-left:20px}
20
21.login input[type="text"]{ width:40%}
22
23.posiciona-esquerda{margin-left:5px}
24
25div.dt-azul p+p {margin-left:5px}
26div.dt-branco p+p  {margin-left:5px}
27
28div.rodape { margin-top: 4px; background-color:#FFF; }
29div.margin-rodape {  clear: both;   margin: 0 0 21px 5px; }
30
31div#pre-calendario{padding:10px 0}
32
33
34@media screen and (-webkit-min-device-pixel-ratio:0) {
35
36.menu-diverso { height: 0px;margin-top:0;  }
37dt.menu-diverso {min-height:21px; padding:4px 0;}
38
39div#titulo-miolo select{margin:0}
40
41}
Note: See TracBrowser for help on using the repository browser.