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/08/18 11:48:32 UTC

[2/6] fauxton commit: updated refs/heads/sidebar-fixes to 1ba9f1a

Fix sidebar issue in Firefox


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

Branch: refs/heads/sidebar-fixes
Commit: 8f4a9972e2332e4b20979884262e444a3e9092ec
Parents: 84440ec
Author: Garren Smith <ga...@gmail.com>
Authored: Wed Aug 13 14:46:30 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Aug 18 11:36:09 2014 +0200

----------------------------------------------------------------------
 assets/less/fauxton.less | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/8f4a9972/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/assets/less/fauxton.less b/assets/less/fauxton.less
index 2032b04..93afce6 100644
--- a/assets/less/fauxton.less
+++ b/assets/less/fauxton.less
@@ -365,6 +365,8 @@ table.databases {
         .transition(all @transitionSpeed @transitionEaseType);
         padding: 22px 0 0 18px;
         position: fixed;
+        z-index: 100;
+        width: 64px;
         top: 0;
         background-color: @primaryNav;
         width: @navWidth;