diff options
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index a566acadc..31a77c0a2 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2432,6 +2432,13 @@ 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; @@ -2461,6 +2468,7 @@ a.mail-list-link { font-family: Courier, monospace; } .today { + font-weight: bold; color: #FF0000; } |