Skip to content

Commit 33d5643

Browse files
author
Richard Jones
committed
Fix styling of calendar to make it more usable, fixes issue2550608
1 parent d074a57 commit 33d5643

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Fixes:
3333
funding the fix.
3434
- Add documentation for migrating to the Register permission and
3535
fix mailgw to use Register permission, fixes issue2550599
36+
- Fix styling of calendar to make it more usable, fixes issue2550608
3637

3738

3839
2009-10-09 1.4.10 (r4374)

doc/acknowledgements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,5 @@ William (Wilk),
130130
Tue Wennerberg,
131131
Matt Wilbert,
132132
Chris Withers,
133+
David Wolever,
133134
Milan Zamazal.

share/roundup/templates/classic/html/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,5 +421,17 @@ textarea:focus, select:focus {
421421
background-color: #ffffc0;
422422
}
423423

424+
.calendar_display {
425+
text-align: center;
426+
}
427+
428+
.calendar_display td {
429+
padding: 1px 4px 1px 4px;
430+
}
431+
432+
.calendar_display .today {
433+
background-color: #afafaf;
434+
}
435+
424436
/* vim: sts=2 sw=2 et
425437
*/

share/roundup/templates/minimal/html/style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,3 +421,18 @@ table.otherinfo th {
421421
font-weight: bold;
422422
text-align: left;
423423
}
424+
425+
.calendar_display {
426+
text-align: center;
427+
}
428+
429+
.calendar_display td {
430+
padding: 1px 4px 1px 4px;
431+
}
432+
433+
.calendar_display .today {
434+
background-color: #afafaf;
435+
}
436+
437+
/* vim: sts=2 sw=2 et
438+
*/

0 commit comments

Comments
 (0)