aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-31 23:13:40 +0200
committerMario Vavti <mario@mariovavti.com>2016-03-31 23:13:40 +0200
commit90a5ba01a35aeb3629ebe76069e68c64b913a4d5 (patch)
treee407c44bc5d32ff9ff58027268e98fbb2db39876 /view/css
parent6c2673ae2aa311ee92b5b12b969b4483b52eef53 (diff)
downloadvolse-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/css')
-rw-r--r--view/css/mod_chat.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css
index 75e858542..3dd8309d3 100644
--- a/view/css/mod_chat.css
+++ b/view/css/mod_chat.css
@@ -107,17 +107,3 @@ aside {
.leave {
color: red;
}
-
-.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;
-}