Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE731106EE for ; Wed, 11 Sep 2013 15:45:57 +0000 (UTC) Received: (qmail 7533 invoked by uid 500); 11 Sep 2013 15:45:55 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 6204 invoked by uid 500); 11 Sep 2013 15:45:52 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 6171 invoked by uid 99); 11 Sep 2013 15:45:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 15:45:51 +0000 Date: Wed, 11 Sep 2013 15:45:51 +0000 (UTC) From: "Brian J Ewing (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COUCHDB-1886) Entire area of nav links should be clickable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Brian J Ewing created COUCHDB-1886: -------------------------------------- Summary: Entire area of nav links should be clickable Key: COUCHDB-1886 URL: https://issues.apache.org/jira/browse/COUCHDB-1886 Project: CouchDB Issue Type: Improvement Components: Fauxton Reporter: Brian J Ewing Attachments: improve-nav-links.patch Pretty minor patch, noticed you can only click inside the text of the nav links, this makes the whole area clickable by shifting the padding from the
  • onto the . At first I thought I'd need to change the markup, and the whole link markup was repeated lots of times in the template, so the attached patch also uses an inline helper function to get rid of this repetition. This is not essential and this part of the patch could be omitted (though it's better organised, IMO). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira