diff options
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 9555a1e96..6769e48d8 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2232,6 +2232,11 @@ a.mail-list-link { margin-bottom: 10px; } +.edit-event-link, .plink-event-link { + float: left; + margin-right: 4px; +} + .event-description:before { content: url('../../../images/calendar.png'); margin-right: 15px; @@ -2262,6 +2267,7 @@ a.mail-list-link { font-family: Courier, monospace; } .today { + font-weight: bold; color: #FF0000; } |