aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/duepuntozero/style.css18
-rw-r--r--view/theme/loozah/style.css22
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;