aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-26 20:56:05 -0700
committerfriendica <info@friendica.com>2015-03-26 20:56:05 -0700
commitb1f2c29a965112c946b7b312584e13fd05183bbc (patch)
tree53b32058808224407bb12d36488192cc6a00cc42 /view
parent0bb89778d382fc5758354c6986130ce1ddba7d4c (diff)
downloadvolse-hubzilla-b1f2c29a965112c946b7b312584e13fd05183bbc.tar.gz
volse-hubzilla-b1f2c29a965112c946b7b312584e13fd05183bbc.tar.bz2
volse-hubzilla-b1f2c29a965112c946b7b312584e13fd05183bbc.zip
bring event form into line with other forms
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_events.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/view/css/mod_events.css b/view/css/mod_events.css
index f57c06a9d..c01c3a83b 100644
--- a/view/css/mod_events.css
+++ b/view/css/mod_events.css
@@ -8,18 +8,24 @@
float: left;
}
-#event-summary, #start_text, #finish_text {
- width: 300px;
+#event-summary, #start_text {
+ width: 98%;
float: left;
}
+#finish_text {
+ width: 100%;
+ float: left;
+}
+
+
#event-category-wrap {
margin-top: 15px;
}
.event-cats {
margin-top: 15px;
- width: 400px;
+ width: 100%;
}