diff options
author | friendica <info@friendica.com> | 2014-07-06 23:13:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-06 23:13:17 -0700 |
commit | 0764b78da3927b2acda9447d853f2762e125e3a6 (patch) | |
tree | f3860bc944dff949ee0db9882cfbab29153d6310 /view/theme/redbasic/css | |
parent | 913fd1d22ecdf847c45ec498cfc302e0f4572415 (diff) | |
download | volse-hubzilla-0764b78da3927b2acda9447d853f2762e125e3a6.tar.gz volse-hubzilla-0764b78da3927b2acda9447d853f2762e125e3a6.tar.bz2 volse-hubzilla-0764b78da3927b2acda9447d853f2762e125e3a6.zip |
event render improvements
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
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 { |