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 2013/08/08 15:26:17 UTC

[09/13] git commit: updated refs/heads/master to a9c390e

Updated position: fixed to position: absolute to alleviate modal overlap error.


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

Branch: refs/heads/master
Commit: eed363ce7b675876684d6011db627d3845dee75d
Parents: 508f1aa
Author: sean barclay <fu...@hotmail.com>
Authored: Mon Aug 5 14:53:18 2013 -0700
Committer: Garren Smith <ga...@gmail.com>
Committed: Thu Aug 8 15:21:27 2013 +0200

----------------------------------------------------------------------
 src/fauxton/assets/less/fauxton.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/eed363ce/src/fauxton/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/src/fauxton/assets/less/fauxton.less b/src/fauxton/assets/less/fauxton.less
index 49c939a..7600543 100644
--- a/src/fauxton/assets/less/fauxton.less
+++ b/src/fauxton/assets/less/fauxton.less
@@ -166,7 +166,7 @@ a:hover{
   padding: 0;
   height: 100%;
   width: 100%;
-  position: fixed;
+  position: absolute;
   top: 0;
   left: 0;
   > .row-fluid {