diff options
author | Friendika <info@friendika.com> | 2011-06-14 20:07:40 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-14 20:07:40 -0700 |
commit | fcdebc23248bb3010133aabdfbf4420e1aa4ad27 (patch) | |
tree | 427d4adcf16fc962167f7ab749cf485b5ecaa3e1 | |
parent | 5105b3febc5619541a7a97032def5922690e9c02 (diff) | |
download | volse-hubzilla-fcdebc23248bb3010133aabdfbf4420e1aa4ad27.tar.gz volse-hubzilla-fcdebc23248bb3010133aabdfbf4420e1aa4ad27.tar.bz2 volse-hubzilla-fcdebc23248bb3010133aabdfbf4420e1aa4ad27.zip |
event theming
-rw-r--r-- | view/theme/duepuntozero/style.css | 18 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 22 |
2 files changed, 39 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 6769e48d8..155641463 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2228,13 +2228,27 @@ a.mail-list-link { font-size: 20px; } +.vevent { + border: 1px solid #CCCCCC; +} +.vevent .event-description, .vevent .event-location { + margin-left: 10px; + margin-right: 10px; +} +.vevent .event-start { + margin-left: 10px; + margin-right: 10px; +} + #new-event-link { margin-bottom: 10px; } .edit-event-link, .plink-event-link { float: left; + margin-top: 4px; margin-right: 4px; + margin-bottom: 15px; } .event-description:before { @@ -2252,6 +2266,10 @@ a.mail-list-link { float: right; } +.event-list-date { + margin-bottom: 10px; +} + .prevcal, .nextcal { float: left; margin-left: 32px; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 31a77c0a2..d70968a84 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2428,6 +2428,20 @@ a.mail-list-link { font-size: 20px; } + +.vevent { + border: 1px solid #CCCCCC; +} +.vevent .event-description, .vevent .event-location { + margin-left: 10px; + margin-right: 10px; +} +.vevent .event-start { + margin-left: 10px; + margin-right: 10px; +} + + #new-event-link { margin-bottom: 10px; } @@ -2435,7 +2449,9 @@ a.mail-list-link { .edit-event-link, .plink-event-link { float: left; - margin-right: 4px; + margin-top: 4px; + margin-right: 4px; + margin-bottom: 15px; } @@ -2444,6 +2460,10 @@ a.mail-list-link { margin-right: 15px; } +.event-list-date { + margin-bottom: 10px; +} + .event-start, .event-end { margin-left: 10px; width: 330px; |