diff options
author | friendica <info@friendica.com> | 2014-07-07 01:42:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-07 01:42:46 -0700 |
commit | 7c40a41e1bb9e09c56d73e38d970a4f586f933d7 (patch) | |
tree | ee8af37fb70989b29237c27741b1c46d2ada8701 /view/theme/redbasic/css | |
parent | 0764b78da3927b2acda9447d853f2762e125e3a6 (diff) | |
download | volse-hubzilla-7c40a41e1bb9e09c56d73e38d970a4f586f933d7.tar.gz volse-hubzilla-7c40a41e1bb9e09c56d73e38d970a4f586f933d7.tar.bz2 volse-hubzilla-7c40a41e1bb9e09c56d73e38d970a4f586f933d7.zip |
more event display formatting
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 99c11c8be..26bb4ef92 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -934,15 +934,16 @@ aside li { margin-bottom: 10px; } -#event-summary { - min-width: 400px; -} - .event-wrapper { - padding: 25px; + width: 400px; + height: auto; + padding: 10px; } .vevent { + max-width: 100%; + margin-left: 10px; + margin-right: 10px; border: 1px solid #CCCCCC; } @@ -979,10 +980,19 @@ aside li { .event-start, .event-end { margin-left: 10px; - width: 330px; + width: 300px; clear: both; } +.event-owner img { + padding: 10px; +} + +.event-buttons { + margin-top: 10px; + margin-left: 10px; +} + .event-start .dtstart, .event-end .dtend { float: right; } |