Mercurial > p > roundup > code
changeset 1275:4d4f26834092
stylesheet cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 14 Oct 2002 23:47:21 +0000 |
| parents | c3e1b564dc1f |
| children | 0007d2bdcb20 |
| files | roundup/templates/classic/html/style.css |
| diffstat | 1 files changed, 14 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css Mon Oct 14 06:47:57 2002 +0000 +++ b/roundup/templates/classic/html/style.css Mon Oct 14 23:47:21 2002 +0000 @@ -20,8 +20,8 @@ } td.page-header-top { + padding: 5px; border-bottom: 1px solid #444444; - padding: 5px; } td.sidebar { @@ -45,6 +45,7 @@ td.content { padding: 1 5 1 5; vertical-align: top; + width: 100%; } p.ok-message { @@ -112,6 +113,7 @@ border-top: 1px solid #404070; border-bottom: 1px solid #404070; vertical-align: top; + empty-cells: show; } table.list th a[href]:hover { color: #404070 } table.list th a[href]:link { color: #404070 } @@ -128,27 +130,25 @@ color: #404070; background-color: white; vertical-align: top; + empty-cells: show; } table.list tr.normal td { - empty-cells: show; + background-color: white; } table.list tr.alt td { background-color: #efefef; - empty-cells: show; } table.list td:first-child { border-left: 1px solid #404070; border-right: 1px solid #404070; - empty-cells: show; } table.list th:first-child { border-left: 1px solid #404070; border-right: 1px solid #404070; - empty-cells: show; } table.list tr.navigation th { @@ -179,15 +179,23 @@ font-weight: bold; color: black; text-align: left; + border-bottom: 1px solid #afafaf; } table.messages td { font-family: monospace; background-color: #efefef; - border-top: 1px solid #afafaf; border-bottom: 1px solid #afafaf; color: black; empty-cells: show; + border-right: 1px solid #afafaf; + vertical-align: top; + padding: 2 5 2 5; +} + +table.messages td:first-child { + border-left: 1px solid #afafaf; + border-right: 1px solid #afafaf; } /* style for file displays */
