aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-11 15:14:18 -0700
committerzotlabs <mike@macgirvin.com>2017-10-11 15:14:18 -0700
commitee307729fcbccebe468c5a994fcc65c5777beeab (patch)
tree9047b2a00f587dc6a401dfd6750d72ab7a332a12 /view/theme
parent491856fa79cad2fd2b352af46fd45146b42e7e54 (diff)
parent56a675f713f3e971b1c9ccb60ab818f583dfc29e (diff)
downloadvolse-hubzilla-ee307729fcbccebe468c5a994fcc65c5777beeab.tar.gz
volse-hubzilla-ee307729fcbccebe468c5a994fcc65c5777beeab.tar.bz2
volse-hubzilla-ee307729fcbccebe468c5a994fcc65c5777beeab.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css2
-rw-r--r--view/theme/redbasic/js/redbasic.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 8b4a6ac82..aea75df65 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -50,7 +50,7 @@ main {
height: 100%;
background: rgba(0, 0, 0, .5);
cursor: pointer;
- z-index: 1029;
+ z-index: 1028;
}
h1, .h1 {
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index 4f71c1e73..04199ea95 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -83,7 +83,7 @@ $(document).ready(function() {
});
var notifications_parent = $('#notifications_wrapper')[0].parentElement.id;
- $('#notifications-btn-1').click(function() {
+ $('#notifications-btn').click(function() {
if($('#notifications_wrapper').hasClass('fs'))
$('#notifications_wrapper').prependTo('#' + notifications_parent);
else