Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-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 5E60D10805 for ; Thu, 3 Oct 2013 18:15:34 +0000 (UTC) Received: (qmail 58706 invoked by uid 500); 3 Oct 2013 18:15:34 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 58590 invoked by uid 500); 3 Oct 2013 18:15:34 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 58576 invoked by uid 99); 3 Oct 2013 18:15:33 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 18:15:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8B99490ECDA; Thu, 3 Oct 2013 18:15:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Message-Id: <2d4e83deb547414c883de8fe14d09fd3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/ui-restyle to 8351bd7 Date: Thu, 3 Oct 2013 18:15:33 +0000 (UTC) Updated Branches: refs/heads/ui-restyle ac4c393a8 -> 8351bd709 Lower font size of form fields Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8351bd70 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8351bd70 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8351bd70 Branch: refs/heads/ui-restyle Commit: 8351bd709b040d8f94926bc9baa0a905301d0045 Parents: ac4c393 Author: Brian Federle Authored: Thu Oct 3 11:15:17 2013 -0700 Committer: Brian Federle Committed: Thu Oct 3 11:15:17 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/csui/_form.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8351bd70/ui/stylesheets/csui/_form.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/_form.scss b/ui/stylesheets/csui/_form.scss index a73417a..3d8058d 100644 --- a/ui/stylesheets/csui/_form.scss +++ b/ui/stylesheets/csui/_form.scss @@ -27,7 +27,7 @@ border-radius: 3px; border: 1px solid black; - font-size: 14px; + font-size: 12px; padding-right: 25px; padding-left: 10px; padding-top: 10px; @@ -52,11 +52,11 @@ } @mixin csui-label { - font-size: 14px; + font-size: 12px; } @mixin csui-textfield { - font-size: 13px; + font-size: 12px; padding: 10px; margin-top: 10px; margin-bottom: 10px; @@ -95,8 +95,6 @@ @include span-columns(12); display: inline-block; // Needed for legacy code in JS - margin-top: 5px; - margin-bottom: 5px; label { @include span-columns(3);