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 14C1710F3C for ; Wed, 2 Oct 2013 20:16:36 +0000 (UTC) Received: (qmail 24621 invoked by uid 500); 2 Oct 2013 20:16:35 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 24531 invoked by uid 500); 2 Oct 2013 20:16:32 -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 24305 invoked by uid 99); 2 Oct 2013 20:16:31 -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, 02 Oct 2013 20:16:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 267568AED82; Wed, 2 Oct 2013 20:16:31 +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: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/ui-restyle to bbd88fd Date: Wed, 2 Oct 2013 20:16:31 +0000 (UTC) Updated Branches: refs/heads/ui-restyle 3689ff740 -> bbd88fda0 Put table row border on Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bbd88fda Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bbd88fda Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bbd88fda Branch: refs/heads/ui-restyle Commit: bbd88fda0c884b97737546303f03066775262577 Parents: 3689ff7 Author: Brian Federle Authored: Wed Oct 2 13:16:16 2013 -0700 Committer: Brian Federle Committed: Wed Oct 2 13:16:16 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/csui/_list.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bbd88fda/ui/stylesheets/csui/_list.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/_list.scss b/ui/stylesheets/csui/_list.scss index 4756dcc..0751828 100644 --- a/ui/stylesheets/csui/_list.scss +++ b/ui/stylesheets/csui/_list.scss @@ -35,9 +35,14 @@ @include linear-gradient(#ffffff, #e2e2e2); } + tr { + &:not(.empty) { + border-bottom: 1px solid #ccc; + } + } + tr td { padding: 5px; - border: 1px solid #ccc; font-size: 11px; max-width: 100px;