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 /view/theme/loozah | |
parent | 5105b3febc5619541a7a97032def5922690e9c02 (diff) | |
download | volse-hubzilla-fcdebc23248bb3010133aabdfbf4420e1aa4ad27.tar.gz volse-hubzilla-fcdebc23248bb3010133aabdfbf4420e1aa4ad27.tar.bz2 volse-hubzilla-fcdebc23248bb3010133aabdfbf4420e1aa4ad27.zip |
event theming
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 22 |
1 files changed, 21 insertions, 1 deletions
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; |