source: sandbox/2.4.3-expresso-rest/negrinha/templates/css/style.css @ 7355

Revision 7355, 329 bytes checked in by alexandrecorreia, 12 years ago (diff)

Ticket #3093 - Configuração dos servidores com API REST.

Line 
1label, input
2{
3        font-size:9pt;
4        display: block;
5        float: left;
6}
7
8label
9{       
10       
11        text-align: left;
12        width: 120px;
13        padding-right: 10px;
14        padding-bottom: 8px;
15}
16
17fieldset {
18        border: solid 1px #000;
19}
20
21br {
22        clear: left;
23}
24
25#globalDiv
26{
27        width: 800px;
28        margin:0 auto;         
29}
30
31#contentDiv
32{
33        padding: 5px;
34        background-color: #eee;
35}
Note: See TracBrowser for help on using the repository browser.