diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-03 12:19:49 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-03 12:19:49 +0200 |
commit | db4e9aeaadc15700aca737a620fb0a56c4ed3531 (patch) | |
tree | c46707577931e887d06e2c5c2d242fc6ee023230 /view/theme | |
parent | b8d8be701382b72b3556ff9a3d67aabfc85223f5 (diff) | |
download | volse-hubzilla-db4e9aeaadc15700aca737a620fb0a56c4ed3531.tar.gz volse-hubzilla-db4e9aeaadc15700aca737a620fb0a56c4ed3531.tar.bz2 volse-hubzilla-db4e9aeaadc15700aca737a620fb0a56c4ed3531.zip |
fullscreen mode for events
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9dcfcdf3e..9a365d8a7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1521,10 +1521,8 @@ nav .dropdown-menu { .generic-content-wrapper.fullscreen { position: absolute; width: 100%; - height: 100%; top: 0px; left: 0px; - border: 0px; border-radius: 0px; } |