aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/wire/demos/TableContainer.css
blob: fded51f471950579ae6a118febc9781769604c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.tablecontainer {
	padding: 3 3 3 3;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-collapse: separate;
}
.tablecontainer th {
	text-align: left;
} 
.tablecontainer tr {
	padding: 3 3 3 3;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
.tablecontainer tr td {
	padding: 3 3 3 3;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
.alternate {
	background-color: #EEEEEE;
}