aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-14 20:07:40 -0700
committerFriendika <info@friendika.com>2011-06-14 20:07:40 -0700
commitfcdebc23248bb3010133aabdfbf4420e1aa4ad27 (patch)
tree427d4adcf16fc962167f7ab749cf485b5ecaa3e1 /view/theme/duepuntozero
parent5105b3febc5619541a7a97032def5922690e9c02 (diff)
downloadvolse-hubzilla-fcdebc23248bb3010133aabdfbf4420e1aa4ad27.tar.gz
volse-hubzilla-fcdebc23248bb3010133aabdfbf4420e1aa4ad27.tar.bz2
volse-hubzilla-fcdebc23248bb3010133aabdfbf4420e1aa4ad27.zip
event theming
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r--view/theme/duepuntozero/style.css18
1 files changed, 18 insertions, 0 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;