root / htmltest / sites / all / themes / sky / css / tables.css @ 6c38d829
1 |
/* Tables */
|
---|---|
2 |
table {
|
3 |
border: solid #e4e2e0; |
4 |
border-collapse: collapse; |
5 |
border-width: 1px 1px 0 1px; |
6 |
margin: 1em 0; |
7 |
width: 100%; |
8 |
} |
9 |
th {
|
10 |
font-weight: 600; |
11 |
text-align: left; |
12 |
} |
13 |
th, td { |
14 |
border: solid #e4e2e0; |
15 |
border-width: 0 0 1px 0; |
16 |
padding: 0.5em; |
17 |
vertical-align: top; |
18 |
} |
19 |
thead th:last-child, |
20 |
tr td:last-child { |
21 |
border-right: solid 1px #e4e2e0; |
22 |
} |
23 |
table .form-item, |
24 |
table p { |
25 |
margin: 0; |
26 |
} |
27 |
/**
|
28 |
* Webkit work-around
|
29 |
*/
|
30 |
tr td:last-child { |
31 |
border-right: 1px solid #e4e2e0; |
32 |
} |