aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-03 18:00:03 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-03 18:00:03 +0200
commitf13096a6f3b26d9e88dc0d6c07c63a1d5f75346e (patch)
treebb7d77143c43b8c25c6ffbf9e10cfe8d9984c77b /view/theme/redbasic/css
parent53311a30ad5399e6e981aaab11ffa13af926a3d2 (diff)
downloadvolse-hubzilla-f13096a6f3b26d9e88dc0d6c07c63a1d5f75346e.tar.gz
volse-hubzilla-f13096a6f3b26d9e88dc0d6c07c63a1d5f75346e.tar.bz2
volse-hubzilla-f13096a6f3b26d9e88dc0d6c07c63a1d5f75346e.zip
various fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 9a365d8a7..903900e7f 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1518,7 +1518,14 @@ nav .dropdown-menu {
word-wrap: break-word;
}
-.generic-content-wrapper.fullscreen {
+main.fullscreen {
+ left: 0px;
+ width: 100%;
+ height: 100%;
+ max-width: none;
+}
+
+main.fullscreen .generic-content-wrapper {
position: absolute;
width: 100%;
top: 0px;
@@ -1526,11 +1533,12 @@ nav .dropdown-menu {
border-radius: 0px;
}
-.generic-content-wrapper.fullscreen .section-title-wrapper {
+main.fullscreen .section-title-wrapper {
border-radius: 0px;
}
-.generic-content-wrapper.fullscreen .section-content-wrapper {
+main.fullscreen .section-content-wrapper,
+main.fullscreen .section-content-wrapper-np {
border-radius: 0px;
}