source: Dev/trunk/src/client/dojox/wire/demos/TableContainer.css @ 483

Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 443 bytes
Line 
1.tablecontainer {
2        padding: 3 3 3 3;
3        border-width: 1px;
4        border-style: solid;
5        border-color: #000000;
6        border-collapse: separate;
7}
8
9.tablecontainer th {
10        text-align: left;
11}
12
13.tablecontainer tr {
14        padding: 3 3 3 3;
15        border-width: 1px;
16        border-style: solid;
17        border-color: #000000;
18}
19
20.tablecontainer tr td {
21        padding: 3 3 3 3;
22        border-width: 1px;
23        border-style: solid;
24        border-color: #000000;
25}
26
27.alternate {
28        background-color: #EEEEEE;
29}
30
Note: See TracBrowser for help on using the repository browser.