aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-06 23:13:17 -0700
committerfriendica <info@friendica.com>2014-07-06 23:13:17 -0700
commit0764b78da3927b2acda9447d853f2762e125e3a6 (patch)
treef3860bc944dff949ee0db9882cfbab29153d6310 /view/theme/redbasic
parent913fd1d22ecdf847c45ec498cfc302e0f4572415 (diff)
downloadvolse-hubzilla-0764b78da3927b2acda9447d853f2762e125e3a6.tar.gz
volse-hubzilla-0764b78da3927b2acda9447d853f2762e125e3a6.tar.bz2
volse-hubzilla-0764b78da3927b2acda9447d853f2762e125e3a6.zip
event render improvements
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 50e698e48..99c11c8be 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -935,7 +935,11 @@ aside li {
}
#event-summary {
- width: 400px;
+ min-width: 400px;
+}
+
+.event-wrapper {
+ padding: 25px;
}
.vevent {