summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2c9392a)
raw | patch | inline | side by side (parent: 2c9392a)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 15 Oct 2002 06:27:58 +0000 (06:27 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 15 Oct 2002 06:27:58 +0000 (06:27 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1349 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/templates/minimal/html/style.css | patch | blob | history |
index c1223c8eb82259baf2bbe0202cb41c2ffc8ee70e..8aad4587e09dbc6b301b9378dc465737b8d44200 100644 (file)
}
td.page-header-top {
- border-bottom: 1px solid #444444;
padding: 5px;
+ border-bottom: 1px solid #444444;
}
td.sidebar {
td.content {
padding: 1 5 1 5;
vertical-align: top;
+ width: 100%;
}
p.ok-message {
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 }
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 {
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 */