diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-31 23:13:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-31 23:13:40 +0200 |
commit | 90a5ba01a35aeb3629ebe76069e68c64b913a4d5 (patch) | |
tree | e407c44bc5d32ff9ff58027268e98fbb2db39876 /view/theme/redbasic/css | |
parent | 6c2673ae2aa311ee92b5b12b969b4483b52eef53 (diff) | |
download | volse-hubzilla-90a5ba01a35aeb3629ebe76069e68c64b913a4d5.tar.gz volse-hubzilla-90a5ba01a35aeb3629ebe76069e68c64b913a4d5.tar.bz2 volse-hubzilla-90a5ba01a35aeb3629ebe76069e68c64b913a4d5.zip |
make fullscreen mode available for other modules and some cleanup
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 443f96da9..3172a6520 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1518,6 +1518,20 @@ nav .dropdown-menu { word-wrap: break-word; } +.generic-content-wrapper.fullscreen { + position: fixed; + width: 100%; + height: 100%; + top: 0px; + left: 0px; + border-radius: 0px; + z-index: 10000; +} + +.generic-content-wrapper.fullscreen .section-title-wrapper { + border-radius: 0px; +} + .chatroom-index-row:hover td, .locs-index-row:hover td, [id^="cloud-index-"]:hover td, |