Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
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.