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 862D417B3B for ; Mon, 13 Oct 2014 16:57:22 +0000 (UTC) Received: (qmail 41777 invoked by uid 500); 13 Oct 2014 16:57:22 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 41725 invoked by uid 500); 13 Oct 2014 16:57:22 -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 41713 invoked by uid 99); 13 Oct 2014 16:57:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 16:57:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A212D90DC85; Mon, 13 Oct 2014 16:57:21 +0000 (UTC) From: robertkowalski To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org References: In-Reply-To: Subject: [GitHub] couchdb-fauxton pull request: Polling interval field CSS update Content-Type: text/plain Message-Id: <20141013165721.A212D90DC85@tyr.zones.apache.org> Date: Mon, 13 Oct 2014 16:57:21 +0000 (UTC) Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/88#discussion_r18780670 --- Diff: app/addons/activetasks/assets/less/activetasks.less --- @@ -44,3 +44,21 @@ width: 23%; } } + +.sidebar .polling-interval { + li.nav-header { + padding: 9px 0px 0px 9px; + } + li { + padding: 0px 15px 3px 9px; + margin-left: 0px; + + input { + width: 100%; + } + + label span { + font-weight: bold; + } + } +} --- End diff -- My sublime-editor has a setting for it: ` "ensure_newline_at_eof_on_save": true,` I also have a global pre-commit-hook in addition: https://github.com/robertkowalski/dotfiles/blob/master/.my-git-templates/hooks/pre-commit --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---