diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-19 11:17:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-19 11:17:24 +0100 |
commit | 929f524e774e856c3ee5f65740614696089bd86a (patch) | |
tree | a59f5456cec67e18d2b2dad763c9aabadaf5444e /view/css | |
parent | ee39e3cf7268b260ac12d0dd8157a47fdd579ff0 (diff) | |
download | volse-hubzilla-929f524e774e856c3ee5f65740614696089bd86a.tar.gz volse-hubzilla-929f524e774e856c3ee5f65740614696089bd86a.tar.bz2 volse-hubzilla-929f524e774e856c3ee5f65740614696089bd86a.zip |
css fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_events.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/css/mod_events.css b/view/css/mod_events.css index 2ed0f2b0a..ef8a0c4f7 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -1,3 +1,9 @@ +/* fix borders */ +#events-calendar { + margin-left: -1px; + margin-bottom: -1px; +} + #event-desc-textarea, #event-location-textarea { width: 400px; } |