aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-07 22:14:28 -0700
committerfriendica <info@friendica.com>2014-09-07 22:14:28 -0700
commited847a91f6f8221bc13523574baf4ab7b3cf430a (patch)
treea47f8aaad6f4bcbb20dfc751e68003d9580dbbfb /view/css
parent9d03f635119b69c9ed1865b77ae397488d1dd599 (diff)
downloadvolse-hubzilla-ed847a91f6f8221bc13523574baf4ab7b3cf430a.tar.gz
volse-hubzilla-ed847a91f6f8221bc13523574baf4ab7b3cf430a.tar.bz2
volse-hubzilla-ed847a91f6f8221bc13523574baf4ab7b3cf430a.zip
add categories to events
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_events.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/css/mod_events.css b/view/css/mod_events.css
index 657eff082..0aef13aa6 100644
--- a/view/css/mod_events.css
+++ b/view/css/mod_events.css
@@ -1,3 +1,17 @@
#event-desc-textarea, #event-location-textarea {
width: 400px;
+}
+
+#event-summary {
+ width: 400px;
+}
+
+.event-cats {
+ margin-top: 15px;
+ width: 400px;
+}
+
+.required {
+ color: #ff0000;
+ font-size: 1.2rem;
} \ No newline at end of file