Skip to content

Commit b29ec0b

Browse files
author
Richard Jones
committed
stylesheet cleanup
1 parent 1a61577 commit b29ec0b

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

roundup/templates/classic/html/style.css

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ td.page-header-left {
2020
}
2121

2222
td.page-header-top {
23-
border-bottom: 1px solid #444444;
2423
padding: 5px;
24+
border-bottom: 1px solid #444444;
2525
}
2626

2727
td.sidebar {
@@ -45,6 +45,7 @@ td.sidebar p.userblock {
4545
td.content {
4646
padding: 1 5 1 5;
4747
vertical-align: top;
48+
width: 100%;
4849
}
4950

5051
p.ok-message {
@@ -112,6 +113,7 @@ table.list th {
112113
border-top: 1px solid #404070;
113114
border-bottom: 1px solid #404070;
114115
vertical-align: top;
116+
empty-cells: show;
115117
}
116118
table.list th a[href]:hover { color: #404070 }
117119
table.list th a[href]:link { color: #404070 }
@@ -128,27 +130,25 @@ table.list td {
128130
color: #404070;
129131
background-color: white;
130132
vertical-align: top;
133+
empty-cells: show;
131134
}
132135

133136
table.list tr.normal td {
134-
empty-cells: show;
137+
background-color: white;
135138
}
136139

137140
table.list tr.alt td {
138141
background-color: #efefef;
139-
empty-cells: show;
140142
}
141143

142144
table.list td:first-child {
143145
border-left: 1px solid #404070;
144146
border-right: 1px solid #404070;
145-
empty-cells: show;
146147
}
147148

148149
table.list th:first-child {
149150
border-left: 1px solid #404070;
150151
border-right: 1px solid #404070;
151-
empty-cells: show;
152152
}
153153

154154
table.list tr.navigation th {
@@ -179,15 +179,23 @@ table.messages th {
179179
font-weight: bold;
180180
color: black;
181181
text-align: left;
182+
border-bottom: 1px solid #afafaf;
182183
}
183184

184185
table.messages td {
185186
font-family: monospace;
186187
background-color: #efefef;
187-
border-top: 1px solid #afafaf;
188188
border-bottom: 1px solid #afafaf;
189189
color: black;
190190
empty-cells: show;
191+
border-right: 1px solid #afafaf;
192+
vertical-align: top;
193+
padding: 2 5 2 5;
194+
}
195+
196+
table.messages td:first-child {
197+
border-left: 1px solid #afafaf;
198+
border-right: 1px solid #afafaf;
191199
}
192200

193201
/* style for file displays */

0 commit comments

Comments
 (0)