source: trunk/phpgwapi/templates/default/css/modal.css @ 5147

Revision 5147, 718 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus. phpgwapi: adicionando arquivos.

Line 
1       .even { background-color: #f4f8fb}
2       .odd { background-color: #fff}
3       .fields {
4               list-style-type: none;
5               list-style-image: none;
6               margin: 0;
7               padding: 0;
8       }
9       
10       .fields li{
11               text-align:center;
12               display: block;
13               width:100%;
14               margin: 0;
15               padding: 0;
16       }
17
18       .fields li div{
19               text-align:left;
20               display: inline-block;
21               float:center;
22               width:220px;
23       }       
24       
25       label {
26               margin: 0 3px 0 3px;
27               width: 100px;
28               display: inline-block;
29       }
Note: See TracBrowser for help on using the repository browser.