aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-27 22:45:28 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-27 22:45:28 +0100
commitbcfa72ed310f05dc9a5fca9e724c07b7216aa7fd (patch)
tree9af3ddbc4df8cf4aeff4ef9b8b4703da67403880 /view/css
parentb92cc852d142940f0f8dd78ddf7be835dc8b9e07 (diff)
downloadvolse-hubzilla-bcfa72ed310f05dc9a5fca9e724c07b7216aa7fd.tar.gz
volse-hubzilla-bcfa72ed310f05dc9a5fca9e724c07b7216aa7fd.tar.bz2
volse-hubzilla-bcfa72ed310f05dc9a5fca9e724c07b7216aa7fd.zip
move events tools to aside widget
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_events.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/view/css/mod_events.css b/view/css/mod_events.css
index dd1b8afd4..dc1dc902f 100644
--- a/view/css/mod_events.css
+++ b/view/css/mod_events.css
@@ -4,6 +4,16 @@
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;
@@ -32,3 +42,11 @@
.event-description {
margin-top: 10px;
}
+
+#event-upload-form {
+ margin-top: 10px;
+}
+
+#event-upload-choose {
+ width: 100%;
+}