Skip to content

Commit d4d2ab6

Browse files
author
Richard Jones
committed
applied patch [SF#873534]
1 parent 3169302 commit d4d2ab6

File tree

2 files changed

+112
-112
lines changed

2 files changed

+112
-112
lines changed

templates/classic/html/style.css

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,37 @@
11
/* main page styles */
22
body.body {
33
font-family: sans-serif, Arial, Helvetica;
4-
color: #333333;
5-
margin: 0px 0px 0px 0px;
4+
background-color: white;
5+
color: #333;
6+
margin: 0;
7+
}
8+
a[href]:hover {
9+
background-color: white;
10+
color:blue;
11+
text-decoration: underline;
12+
}
13+
a[href], a[href]:link {
14+
background-color: white;
15+
color:blue;
16+
text-decoration: none;
617
}
7-
a[href]:hover { color:blue; text-decoration: underline; }
8-
a[href]:link { color:blue; text-decoration: none; }
9-
a[href] { color:blue; text-decoration: none; }
1018

1119
table.body {
1220
border: 0;
1321
padding: 0;
14-
border-spacing: 0px;
22+
border-spacing: 0;
1523
border-collapse: separate;
1624
}
1725

26+
td.page-header-left {
27+
padding: 5px;
28+
border-bottom: 1px solid #444;
29+
}
30+
td.sidebar {
31+
padding: 1px 0 0 1px;
32+
white-space: nowrap;
33+
}
34+
1835
/* don't display the sidebar when printing */
1936
@media print {
2037
td.page-header-left {
@@ -25,45 +42,35 @@ table.body {
2542
}
2643
}
2744

28-
td.page-header-left {
29-
padding: 5px;
30-
border-bottom: 1px solid #444444;
31-
}
32-
3345
td.page-header-top {
3446
padding: 5px;
35-
border-bottom: 1px solid #444444;
36-
}
37-
38-
td.sidebar {
39-
padding: 1 0 0 1;
40-
white-space: nowrap;
47+
border-bottom: 1px solid #444;
4148
}
4249

4350
form {
44-
margin: 0 0 0 0;
51+
margin: 0;
4552
}
4653

4754
textarea {
4855
font-family: monospace;
4956
}
5057

5158
td.sidebar p.classblock {
52-
padding: 2 5 2 5;
53-
margin: 1 1 1 1;
54-
border: 1px solid #444444;
55-
background-color: #eeeeee;
59+
padding: 2px 5px 2px 5px;
60+
margin: 1px;
61+
border: 1px solid #444;
62+
background-color: #eee;
5663
}
5764

5865
td.sidebar p.userblock {
59-
padding: 2 5 2 5;
60-
margin: 1 1 1 1;
61-
border: 1px solid #444444;
62-
background-color: #eeeeff;
66+
padding: 2px 5px 2px 5px;
67+
margin: 1px 1px 1px 1px;
68+
border: 1px solid #444;
69+
background-color: #eef;
6370
}
6471

6572
td.content {
66-
padding: 1 5 1 5;
73+
padding: 1px 5px 1px 5px;
6774
vertical-align: top;
6875
width: 100%;
6976
}
@@ -74,27 +81,27 @@ td.date, th.date {
7481

7582
p.ok-message {
7683
background-color: #22bb22;
77-
padding: 5 5 5 5;
84+
padding: 5px;
7885
color: white;
7986
font-weight: bold;
8087
}
8188
p.error-message {
8289
background-color: #bb2222;
83-
padding: 5 5 5 5;
90+
padding: 5px;
8491
color: white;
8592
font-weight: bold;
8693
}
8794

8895

8996
/* style for forms */
9097
table.form {
91-
padding: 2;
92-
border-spacing: 0px;
98+
padding: 2px;
99+
border-spacing: 0;
93100
border-collapse: separate;
94101
}
95102

96103
table.form th {
97-
color: #333388;
104+
color: #338;
98105
text-align: right;
99106
vertical-align: top;
100107
font-weight: normal;
@@ -103,7 +110,7 @@ table.form th {
103110

104111
table.form th.header {
105112
font-weight: bold;
106-
background-color: #eeeeff;
113+
background-color: #eef;
107114
text-align: left;
108115
}
109116

@@ -112,7 +119,7 @@ table.form th.required {
112119
}
113120

114121
table.form td {
115-
color: #333333;
122+
color: #333;
116123
empty-cells: show;
117124
vertical-align: top;
118125
}
@@ -123,20 +130,20 @@ table.form td.optional {
123130
}
124131

125132
table.form td.html {
126-
color: #777777;
133+
color: #777;
127134
}
128135

129136
/* style for lists */
130137
table.list {
131-
border-spacing: 0px;
138+
border-spacing: 0;
132139
border-collapse: separate;
133140
width: 100%;
134141
}
135142

136143
table.list th {
137-
padding: 0 4 0 4;
144+
padding: 0 4px 0 4px;
138145
color: #404070;
139-
background-color: #eeeeff;
146+
background-color: #eef;
140147
border: 1px solid white;
141148
vertical-align: top;
142149
empty-cells: show;
@@ -150,7 +157,7 @@ table.list th.group {
150157
}
151158

152159
table.list td {
153-
padding: 0 4 0 4;
160+
padding: 0 4px 0 4px;
154161
border: 1px solid white;
155162
color: #404070;
156163
background-color: #efefef;
@@ -176,7 +183,7 @@ table.list tr.navigation th:last-child {
176183

177184
/* style for message displays */
178185
table.messages {
179-
border-spacing: 0px;
186+
border-spacing: 0;
180187
border-collapse: separate;
181188
width: 100%;
182189
}
@@ -204,7 +211,7 @@ table.messages td {
204211
empty-cells: show;
205212
border-right: 1px solid #afafaf;
206213
vertical-align: top;
207-
padding: 2 5 2 5;
214+
padding: 2px 5px 2px 5px;
208215
}
209216

210217
table.messages td:first-child {
@@ -214,7 +221,7 @@ table.messages td:first-child {
214221

215222
/* style for file displays */
216223
table.files {
217-
border-spacing: 0px;
224+
border-spacing: 0;
218225
border-collapse: separate;
219226
width: 100%;
220227
}
@@ -240,7 +247,7 @@ table.files td {
240247

241248
/* style for history displays */
242249
table.history {
243-
border-spacing: 0px;
250+
border-spacing: 0;
244251
border-collapse: separate;
245252
width: 100%;
246253
}
@@ -270,7 +277,7 @@ table.history td {
270277

271278
/* style for class list */
272279
table.classlist {
273-
border-spacing: 0px;
280+
border-spacing: 0;
274281
border-collapse: separate;
275282
width: 100%;
276283
}
@@ -300,7 +307,7 @@ table.classhelp { /* the table-layout: fixed; */
300307
table.classhelp th {
301308
font-weight: normal;
302309
text-align: left;
303-
color: #444444;
310+
color: #444;
304311
background-color: #efefef;
305312
border-bottom: 1px solid #afafaf;
306313
border-top: 1px solid #afafaf;
@@ -315,19 +322,12 @@ table.classhelp td {
315322
border-bottom: 1px solid #efefef;
316323
text-align: left;
317324
empty-cells: show;
318-
}
319-
320-
table.classhelp td {
321325
white-space: nowrap;
322326
vertical-align: middle;
323-
padding-right: .2em;
324-
border-bottom: 1px solid #efefef;
325-
text-align: left;
326-
empty-cells: show;
327327
}
328328

329329
table.classhelp tr:hover {
330-
background-color: #eeeeee;
330+
background-color: #eee;
331331
}
332332

333333
label.classhelp-label {
@@ -342,8 +342,8 @@ label.classhelp-label {
342342
bottom: 0;
343343
left: 0;
344344
padding: .5em;
345-
border-top: 2px solid #444444;
346-
background-color: #eeeeee;
345+
border-top: 2px solid #444;
346+
background-color: #eee;
347347
}
348348

349349
#classhelp-controls input.apply {
@@ -360,7 +360,7 @@ label.classhelp-label {
360360

361361
/* style for "other" displays */
362362
table.otherinfo {
363-
border-spacing: 0px;
363+
border-spacing: 0;
364364
border-collapse: separate;
365365
width: 100%;
366366
}

0 commit comments

Comments
 (0)