aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css3
-rw-r--r--view/css/conversation.css35
-rw-r--r--view/css/mod_events.css34
-rw-r--r--view/css/widgets.css9
4 files changed, 80 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index 19796679a..29164c7ad 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -57,7 +57,8 @@ nav .navbar-toggle {
/* nav overrides end */
-aside .nav-pills > li > a {
+aside .nav-pills > li > a,
+.response-list .nav-pills > li > a {
padding: 6px 10px;
}
diff --git a/view/css/conversation.css b/view/css/conversation.css
index 08b51d2fa..d49359f46 100644
--- a/view/css/conversation.css
+++ b/view/css/conversation.css
@@ -245,3 +245,38 @@ a.wall-item-name-link {
color: #FF0000;
font-size: 1em !important;
}
+
+/* event item */
+
+.event-item-title h3 {
+ margin: 0px 0px 10px 0px;
+ font-weight: bold;
+}
+
+.event-item-description {
+ padding-bottom: 10px;
+}
+
+.event-item-label {
+ font-weight: bold;
+}
+
+/* vevent */
+
+.event-title h3 {
+ margin: 0px 0px 10px 0px;
+ font-weight: bold;
+}
+
+.vevent {
+ padding-top: 10px;
+}
+
+.event-description {
+ padding-top: 10px;
+ padding-bottom: 10px;
+}
+
+.event-label {
+ font-weight: bold;
+}
diff --git a/view/css/mod_events.css b/view/css/mod_events.css
index 00dcc40f8..e72464539 100644
--- a/view/css/mod_events.css
+++ b/view/css/mod_events.css
@@ -4,7 +4,41 @@
margin-bottom: -1px;
}
+.fc-unthemed th,
+.fc-unthemed td,
+.fc-unthemed thead,
+.fc-unthemed tbody,
+.fc-unthemed .fc-divider,
+.fc-unthemed .fc-row,
+.fc-unthemed .fc-popover {
+ border-color: #ccc !important;
+}
+
+#events-spinner .spinner {
+ margin-top: 9px;
+ margin-bottom: -9px;
+}
+
.bootstrap-tagsinput {
width: 100%;
padding: 6px 12px;
}
+
+.event-wrapper,
+.vevent {
+ max-width: 700px;
+}
+
+.event-owner {
+ padding: 10px;
+}
+
+.event-owner img {
+ margin-right: 5px;
+}
+
+.vevent,
+.event-buttons {
+ padding: 10px;
+}
+
diff --git a/view/css/widgets.css b/view/css/widgets.css
index eb771cc06..f1c1436c7 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -124,3 +124,12 @@ li:hover .group-edit-icon {
width: 250px;
}
+/* events tools */
+
+#event-upload-form {
+ margin-top: 10px;
+}
+
+#event-upload-choose {
+ width: 100%;
+}