source: branches/2.2/mobile/templates/css/login.css @ 5063

Revision 5063, 1.2 KB checked in by alexandrecorreia, 13 years ago (diff)

Ticket #2265 - Implementado um checkbox para permitir o salvamento da senha em dispositivos móveis

  • Property svn:executable set to *
Line 
1body
2{
3        margin:0;
4        padding:0;
5        border:0;
6        font-family:Arial, Helvetica, sans-serif;
7        -webkit-text-size-adjust: none;
8}
9
10a {font-size:small;}
11
12#divSuperior
13{
14   width: 300px;
15   height: 250px;
16   position: absolute;
17   left: 50%;
18   margin-left: -150px;
19}
20
21#divSuperior{ background:url('../default/images/fundo1.png')no-repeat left bottom; }
22
23#divInferior
24{
25   width: 300px;
26   height: 60px;
27   position: absolute;
28   left: 50%;
29   top: 250px;
30   margin-left: -150px;
31}
32
33#divInferior{ background:url('../default/images/fundo2.jpg')no-repeat left bottom; }
34
35#formButton
36{
37        border: 1px solid #CCCCCC;
38        color: #333333; 
39        background-color: #ffffff;
40        padding-left:3px;
41        height:22px;
42        font-size:small;
43        line-height:22px;
44}
45
46/****** Begin Input ******/
47
48#login, #passwd {height:20px; width:94%; margin:0 5px}
49
50input
51{
52        border: 1px solid #CCCCCC;
53        font-family: verdana, arial, helvetica, sans-serif;
54        color: #333333; 
55        background-color: #ffffff;
56        /*background-color: #f7f7f7;*/
57}
58
59input:focus
60{
61        background-color: #ffffff;
62        border: 1px solid #9f9f9f;
63}
64
65/****** End Input ******/
66
67select
68{
69        border: 1px solid #CCCCCC;
70        font-size: 11px;
71        font-family: verdana, arial, helvetica, sans-serif;
72}
73
74.rodape
75{
76        font-size:50%;
77        height:16px;
78        padding-top:4px;
79        text-align:center;
80}
Note: See TracBrowser for help on using the repository browser.