You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/09/30 10:46:59 UTC

fauxton commit: updated refs/heads/master to fcb7116

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 686e41d37 -> fcb7116c5


Firefox: Add z-index for sidebar

Adjust other z-index values to 50, and give the dashboard 51

COUCHDB-2234


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/fcb7116c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/fcb7116c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/fcb7116c

Branch: refs/heads/master
Commit: fcb7116c5c550b6a3884e6d81c97d981a54ee881
Parents: 686e41d
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Mon Sep 29 17:46:32 2014 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Mon Sep 29 17:46:32 2014 +0200

----------------------------------------------------------------------
 assets/less/fauxton.less | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/fcb7116c/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less
index 5f1be43..255bd5f 100644
--- a/assets/less/fauxton.less
+++ b/assets/less/fauxton.less
@@ -377,7 +377,7 @@ table.databases {
         .transition(all @transitionSpeed @transitionEaseType);
         padding: 22px 0 0 18px;
         position: fixed;
-        z-index: 100;
+        z-index: 50;
         width: 64px;
         top: 0;
         background-color: @primaryNav;
@@ -559,6 +559,7 @@ table.databases {
   with_tabs_sidebar.html
 */
 #dashboard {
+  z-index: 51;
   .left-shadow-border;
   position: absolute;
   left: @navWidth;
@@ -607,7 +608,7 @@ table.databases {
   }
   //border-bottom: 5px solid @breadcrumbBorder;
   .box-shadow(0 4px 6px -2px #808080);
-  z-index: 100;
+  z-index: 50;
   .one-pane & {
     position: relative;
     border: none;
@@ -1082,7 +1083,7 @@ div.add-dropdown {
   .closeMenu & {
     left: @collapsedNavWidth;
   }
-  z-index: 100;
+  z-index: 50;
   .two-pane & {
     border: none;
   }