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 B6A3D10990 for ; Thu, 24 Oct 2013 22:53:13 +0000 (UTC) Received: (qmail 69017 invoked by uid 500); 24 Oct 2013 22:53:06 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 68936 invoked by uid 500); 24 Oct 2013 22:53:05 -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 68811 invoked by uid 99); 24 Oct 2013 22:53:00 -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, 24 Oct 2013 22:53:00 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 688D781C8CF; Thu, 24 Oct 2013 22:53:00 +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 Date: Thu, 24 Oct 2013 22:53:01 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/5] git commit: updated refs/heads/master to 3734af1 Detail view UI: make view all links have hyperlink style Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1b7f5106 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1b7f5106 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1b7f5106 Branch: refs/heads/master Commit: 1b7f5106b69904efc6e5fb3a1d65806fabd60a23 Parents: 71a38b7 Author: Brian Federle Authored: Thu Oct 24 15:38:05 2013 -0700 Committer: Brian Federle Committed: Thu Oct 24 15:52:54 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 35 +++++++++++++---------------------- 1 file changed, 13 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1b7f5106/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 760c444..9e89c12 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -135,7 +135,7 @@ table thead th.sorted.asc { table tbody td, table th { - padding: 9px 5px 4px; + padding: 10px 5px 8px; border-right: 1px solid #BFBFBF; color: #495A76; clear: none; @@ -457,7 +457,7 @@ body.login { } #browser div.panel div.detail-view .toolbar { - width: 594px; + width: 100%; } div.list-view table tbody td span { @@ -1977,25 +1977,17 @@ div.detail-group td.view-all div.view-all { } div.detail-group td.view-all a { - background: url(../images/gradients.png) repeat-x 0px -529px; - font-size: 11px; + font-size: 13px; display: block; - height: 27px; text-decoration: none; - color: #4C5D6C; + color: #268BE3; /*+text-shadow:0px 1px 2px #FFFFFF;*/ -moz-text-shadow: 0px 1px 2px #FFFFFF; -webkit-text-shadow: 0px 1px 2px #FFFFFF; -o-text-shadow: 0px 1px 2px #FFFFFF; text-shadow: 0px 1px 2px #FFFFFF; float: left; - padding: 0 1px; - border-left: 1px solid #9B9EA2; - /*+border-radius:5px 0 0 5px;*/ - -moz-border-radius: 5px 0 0 5px; - -webkit-border-radius: 5px 0 0 5px; - -khtml-border-radius: 5px 0 0 5px; - border-radius: 5px 0 0 5px; + font-weight: 100; } div.detail-group td.view-all:hover a { @@ -2009,7 +2001,13 @@ div.detail-group td.view-all a span { top: 7px; } +div.detail-group td.view-all:hover a span { + text-decoration: underline; + color: #000000; +} + div.detail-group td.view-all div.view-all div.end { + display: none; float: left; width: 15px; height: 25px; @@ -2045,16 +2043,9 @@ div.details .main-groups label.error { .detail-view td.view-all.multiple { max-width: 145px; - height: 17px; display: block; float: left; - margin: 8px 2px 8px 8px; - border: none !important; - /*+box-shadow:none;*/ - -moz-box-shadow: none !important; - -webkit-box-shadow: none !important; - -o-box-shadow: none !important; - box-shadow: none !important; + height: 28px; } /*** Actions*/ @@ -2072,7 +2063,7 @@ div.detail-group.actions tr { } div.detail-group.actions td { - height: 43px; + height: 47px; vertical-align: middle; }