aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-25 21:20:08 -0700
committerfriendica <info@friendica.com>2012-06-25 21:20:08 -0700
commit359a98cd22318badd9c5bb1115678181b75c9edc (patch)
treec811c5e0e1a42a8b33249a15c8755784af03b294 /view/theme
parentfbaca4b74237c80c380d6ccf2bdddeec5ad4f013 (diff)
downloadvolse-hubzilla-359a98cd22318badd9c5bb1115678181b75c9edc.tar.gz
volse-hubzilla-359a98cd22318badd9c5bb1115678181b75c9edc.tar.bz2
volse-hubzilla-359a98cd22318badd9c5bb1115678181b75c9edc.zip
change event behaviour so that title is required but description is not
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 41c747045..997c6d315 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2421,6 +2421,30 @@ aside input[type='text'] {
font-size: 20px;
}
+#event-summary-text {
+ margin-top: 15px;
+}
+
+#event-share-checkbox {
+ float: left;
+ margin-top: 10px;
+}
+
+#event-share-text {
+ float: left;
+ margin-top: 10px;
+ margin-left: 5px;
+}
+
+#event-share-break {
+ clear: both;
+ margin-bottom: 10px;
+}
+
+#event-summary {
+ width: 400px;
+}
+
.vevent {
border: 1px solid #CCCCCC;
}