source: sandbox/expresso-solr/expressoMail1_2/templates/default/help.css @ 8056

Revision 8056, 601 bytes checked in by gustavo, 11 years ago (diff)

Ticket #000 - Commit contendo o expresso com solr funcionando corretamente

Line 
1//Css janela de ajuda da busca avançada
2
3body{
4        font-size: 12px;
5        color: gray;
6        background: url(../../../phpgwapi/templates/default/images/fundo1.jpg);
7}
8
9p, li{
10        font-size: 12px;
11        color: gray;
12}
13
14.topo{
15        background: url(../../../phpgwapi/templates/default/images/back_login_help.png);
16        background-repeat: repeat-y;
17        margin-left: 5px;
18        text-align: center;
19        color: #3B5998;
20}
21
22legend{
23        color: #3B5998;
24}
25i{
26        color: #3B5998;
27        font-size: 12px;
28
29}
30.rodape{
31        text-align: center;
32        // background: url(../../../phpgwapi/templates/default/images/rodape_help.png);
33        background-repeat: repeat-y;
34        color: #fff;
35}
Note: See TracBrowser for help on using the repository browser.