diff options
| author | tzur <tzur@ccwn.org> | 2012-04-15 15:30:09 +0200 |
|---|---|---|
| committer | tzur <tzur@ccwn.org> | 2012-04-15 15:30:09 +0200 |
| commit | 5b2095abddf9d0596a7715879357e8d9a3b786b2 (patch) | |
| tree | 0c2b6fdc1484b697b1a3740582a906fb51c1d64f /assets/fc6ef99b/detailview/styles.css | |
Initial version
Diffstat (limited to 'assets/fc6ef99b/detailview/styles.css')
| -rw-r--r-- | assets/fc6ef99b/detailview/styles.css | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/assets/fc6ef99b/detailview/styles.css b/assets/fc6ef99b/detailview/styles.css new file mode 100644 index 0000000..bc5f6d2 --- /dev/null +++ b/assets/fc6ef99b/detailview/styles.css @@ -0,0 +1,44 @@ +table.detail-view .null +{ + color: pink; +} + +table.detail-view +{ + background: white; + border-collapse: collapse; + width: 100%; + margin: 0; +} + +table.detail-view th, table.detail-view td +{ + font-size: 0.9em; + border: 1px white solid; + padding: 0.3em 0.6em; + vertical-align: top; +} + +table.detail-view th +{ + text-align: right; + width: 160px; +} + +table.detail-view tr.odd +{ + background:#E5F1F4; +} + +table.detail-view tr.even +{ + background:#F8F8F8; +} + +table.detail-view tr.odd th +{ +} + +table.detail-view tr.even th +{ +} |
