aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-22 11:54:04 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-22 11:54:04 +0100
commit2ce6d47519e4f8d2b24c721a812c8826ac9c1c7a (patch)
tree945a215ac28bb9de5d2e74ae56cfe0fa84c7012d /view/theme/redbasic/css
parentf2bfdfdeddea86784ce2d17b3c35e46a1c582b79 (diff)
downloadvolse-hubzilla-2ce6d47519e4f8d2b24c721a812c8826ac9c1c7a.tar.gz
volse-hubzilla-2ce6d47519e4f8d2b24c721a812c8826ac9c1c7a.tar.bz2
volse-hubzilla-2ce6d47519e4f8d2b24c721a812c8826ac9c1c7a.zip
more robust crossbrowser support
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7ec47dfb0..3f9cd73fa 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -23,7 +23,6 @@ body {
margin: 0px;
height: 100%;
overflow-x: hidden;
-
}
aside {
@@ -46,6 +45,16 @@ main {
max-width: $main_widthpx;
}
+#overlay {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ cursor: pointer;
+ z-index: 1029;
+}
+
h1, .h1 {
font-size: 2em;
}