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 B8D9D110BF for ; Wed, 6 Aug 2014 19:31:15 +0000 (UTC) Received: (qmail 59444 invoked by uid 500); 6 Aug 2014 19:31:09 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 59329 invoked by uid 500); 6 Aug 2014 19:31:09 -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 58449 invoked by uid 99); 6 Aug 2014 19:31:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2014 19:31:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 145E2924DD9; Wed, 6 Aug 2014 19:31:09 +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 Date: Wed, 06 Aug 2014 19:31:20 -0000 Message-Id: <75a962f260e749a2a9c882466ea4e123@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [13/26] fauxton commit: updated refs/heads/secondary-indexes to 7a446d8 move around query options, init style Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/8dd5a263 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/8dd5a263 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/8dd5a263 Branch: refs/heads/secondary-indexes Commit: 8dd5a263c7b7af3e7a423ffd55335a23802eb70d Parents: 1a0d7ef Author: Jenn Schiffer Authored: Mon Jul 28 12:11:51 2014 -0400 Committer: deathbearbrown Committed: Wed Aug 6 12:24:46 2014 -0400 ---------------------------------------------------------------------- .../documents/assets/less/advancedOptions.less | 37 +------------------- .../documents/templates/advanced_options.html | 4 +-- 2 files changed, 3 insertions(+), 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/8dd5a263/app/addons/documents/assets/less/advancedOptions.less ---------------------------------------------------------------------- diff --git a/app/addons/documents/assets/less/advancedOptions.less b/app/addons/documents/assets/less/advancedOptions.less index 84851fd..0ff8124 100644 --- a/app/addons/documents/assets/less/advancedOptions.less +++ b/app/addons/documents/assets/less/advancedOptions.less @@ -27,7 +27,7 @@ margin: 0; .query-group { padding: 20px; - border-bottom: 1px solid #555; + border-bottom: 1px solid #ccc; } .query-group:last-child { border-bottom: none; @@ -44,38 +44,6 @@ .dropdown.inline { display: inline-block; } - input[type="text"], - textarea { - .border-radius(5px); - background-color: #666; - padding: 8px; - border: none; - color: #eee; - } - .btn-success { - .border-radius(5px); - } - } - .toggle-btns { - .btn { - padding: 5px 5px 3px; - background: #727A82; - color: #fff; - font-size: 12px; - border: none; - } - .btn.active { - background: #fff; - color: #E33F3B; - box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25) inset, 2px 2px 2px rgba(0, 0, 0, 0.15); - } - label:first-child { - .border-radius(5px 0 0 5px); - } - label:last-child { - .border-radius(0 5px 5px 0); - margin-left: 1px; - } } } #query:before { @@ -89,6 +57,3 @@ width: 0; height: 0; } -#button-options { - margin-top: 20px; -} http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/8dd5a263/app/addons/documents/templates/advanced_options.html ---------------------------------------------------------------------- diff --git a/app/addons/documents/templates/advanced_options.html b/app/addons/documents/templates/advanced_options.html index c6268fb..1fc9546 100644 --- a/app/addons/documents/templates/advanced_options.html +++ b/app/addons/documents/templates/advanced_options.html @@ -65,10 +65,10 @@ the License.
-