diff options
author | Friendika <info@friendika.com> | 2011-06-14 19:48:37 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-14 19:48:37 -0700 |
commit | 5105b3febc5619541a7a97032def5922690e9c02 (patch) | |
tree | 4bde6f06858f92c76c8079b3cf6145bc8ab41c69 /view/theme | |
parent | a62d33dd48cee5326819b6620313869869d9e87a (diff) | |
download | volse-hubzilla-5105b3febc5619541a7a97032def5922690e9c02.tar.gz volse-hubzilla-5105b3febc5619541a7a97032def5922690e9c02.tar.bz2 volse-hubzilla-5105b3febc5619541a7a97032def5922690e9c02.zip |
event calendar links, editing
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 8 |
2 files changed, 14 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; } 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; } |