aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-02 10:12:00 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-02 10:12:00 +0100
commit816f4907e38c80db2fe2ea2b0e4fc8c7aee30e31 (patch)
tree7cc061295bf1a064d6446316853989000d745de7 /view/theme/redbasic
parentd4a957ca168c7326d52554da2162d6dd9cb34de4 (diff)
downloadvolse-hubzilla-816f4907e38c80db2fe2ea2b0e4fc8c7aee30e31.tar.gz
volse-hubzilla-816f4907e38c80db2fe2ea2b0e4fc8c7aee30e31.tar.bz2
volse-hubzilla-816f4907e38c80db2fe2ea2b0e4fc8c7aee30e31.zip
setting top position of contextual-help in schemes does not work with narrow navbar setting. schema css is always called last.
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/schema/dark.css1
-rw-r--r--view/theme/redbasic/schema/simple_black_on_white.css2
-rw-r--r--view/theme/redbasic/schema/simple_green_on_black.css1
-rw-r--r--view/theme/redbasic/schema/simple_white_on_black.css1
4 files changed, 0 insertions, 5 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index f9114141d..ebef68a52 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -417,7 +417,6 @@ pre {
.contextual-help-content-open {
background: $nav_bg;
- top: 50px;
border-bottom: #555 1px solid;
box-shadow: 0px 3px 3px rgba(85,85,85,0.2);
}
diff --git a/view/theme/redbasic/schema/simple_black_on_white.css b/view/theme/redbasic/schema/simple_black_on_white.css
index f06fd3667..915cc4e18 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.css
+++ b/view/theme/redbasic/schema/simple_black_on_white.css
@@ -294,8 +294,6 @@ pre {
.contextual-help-content-open {
background: #FFF;
- top: 50px;
-
}
.profile-match-wrapper {
diff --git a/view/theme/redbasic/schema/simple_green_on_black.css b/view/theme/redbasic/schema/simple_green_on_black.css
index c7bb99334..7f3f99fce 100644
--- a/view/theme/redbasic/schema/simple_green_on_black.css
+++ b/view/theme/redbasic/schema/simple_green_on_black.css
@@ -367,7 +367,6 @@ pre {
.contextual-help-content-open {
background: $nav_bg;
- top: 50px;
border-bottom: #1C5419 1px solid;
box-shadow: 0px 3px 3px rgba(28,84,25,0.2);
}
diff --git a/view/theme/redbasic/schema/simple_white_on_black.css b/view/theme/redbasic/schema/simple_white_on_black.css
index dabc26743..7e7f80f2f 100644
--- a/view/theme/redbasic/schema/simple_white_on_black.css
+++ b/view/theme/redbasic/schema/simple_white_on_black.css
@@ -340,7 +340,6 @@ pre {
.contextual-help-content-open {
background: $nav_bg;
- top: 50px;
border-bottom: #FFF 1px solid;
box-shadow: 0px 3px 3px rgba(255,255,255,0.2);
}