Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3435F11C8E for ; Tue, 19 Aug 2014 17:42:11 +0000 (UTC) Received: (qmail 66244 invoked by uid 500); 19 Aug 2014 17:42:10 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 66095 invoked by uid 500); 19 Aug 2014 17:42:10 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 65949 invoked by uid 99); 19 Aug 2014 17:42:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2014 17:42:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 908A48BF916; Tue, 19 Aug 2014 17:42:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: deathbear@apache.org To: commits@couchdb.apache.org Message-Id: <029f18bee7c748fdabba46f6072ac2b3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: fauxton commit: updated refs/heads/secondary-indexes to ea41233 Date: Tue, 19 Aug 2014 17:42:10 +0000 (UTC) Repository: couchdb-fauxton Updated Branches: refs/heads/secondary-indexes c9487455e -> ea4123370 search icon alignment Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/ea412337 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/ea412337 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/ea412337 Branch: refs/heads/secondary-indexes Commit: ea41233707ba87b94a0b35d869d54a8e212e92e3 Parents: c948745 Author: deathbearbrown Authored: Tue Aug 19 13:42:07 2014 -0400 Committer: deathbearbrown Committed: Tue Aug 19 13:42:07 2014 -0400 ---------------------------------------------------------------------- assets/less/headers.less | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/ea412337/assets/less/headers.less ---------------------------------------------------------------------- diff --git a/assets/less/headers.less b/assets/less/headers.less index 2b575b7..27feffa 100644 --- a/assets/less/headers.less +++ b/assets/less/headers.less @@ -209,9 +209,15 @@ border: none; position: absolute; right: 12px; - top: 8px; + top: 0px; + height:60px; z-index: 2; color: #999; + .icon-search{ + position: absolute; + top: 22px; + right: 15px; + } } } > div { @@ -230,3 +236,12 @@ right: 25px; } +#jump-to-doc{ + .btn-primary { + .icon-search{ + position: absolute; + top: 18px; + right: 15px; + } + } +}