source: sandbox/2.3-MailArchiver/agileProjects/templates/default/css/tables.css @ 6779

Revision 6779, 452 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1#customers
2{
3font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
4width:100%;
5border-collapse:collapse;
6}
7#customers td, #customers th
8{
9font-size:0.9em;
10border:1px solid #80A3CB;
11padding:3px 7px 2px 7px;
12color:#000;
13}
14#customers th
15{
16font-size:1.0em;
17text-align:left;
18padding-top:5px;
19padding-bottom:4px;
20background-color: #80A3CB;
21color:#fff;
22}
23#customers tr.alt td
24{
25color:#000;
26background-color: #D6E2EE;
27}
28.important
29{
30padding-left:10%;
31}
Note: See TracBrowser for help on using the repository browser.