You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/10/15 15:53:40 UTC

git commit: updated refs/heads/1694-advance-options-all-docs to 616893c

Updated Branches:
  refs/heads/1694-advance-options-all-docs 64077d5c6 -> 616893c8a


Css fix for the jump to doc form.


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

Branch: refs/heads/1694-advance-options-all-docs
Commit: 616893c8ac42415ae0f93a6d18fcbf17580a99f1
Parents: 64077d5
Author: suelockwood <de...@gmail.com>
Authored: Tue Oct 15 09:53:38 2013 -0400
Committer: suelockwood <de...@gmail.com>
Committed: Tue Oct 15 09:53:38 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/616893c8/src/fauxton/assets/less/fauxton.less
----------------------------------------------------------------------
diff --git a/src/fauxton/assets/less/fauxton.less b/src/fauxton/assets/less/fauxton.less
index 56d1453..7b8351c 100644
--- a/src/fauxton/assets/less/fauxton.less
+++ b/src/fauxton/assets/less/fauxton.less
@@ -971,10 +971,9 @@ div.spinner {
 }
 
 #jump-to-doc {
-  width: 88%;
-  max-width: 600px;
-  float:right;
-  margin-right: 40px;
+  max-width: 300px;
+  position: absolute;
+  right: 15px;
 
   #jump-to-doc-label {
     width: 100%;