Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 043AED433 for ; Tue, 18 Sep 2012 18:08:53 +0000 (UTC) Received: (qmail 53116 invoked by uid 500); 18 Sep 2012 18:08:52 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 53067 invoked by uid 500); 18 Sep 2012 18:08:52 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 53055 invoked by uid 99); 18 Sep 2012 18:08:52 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2012 18:08:52 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AD20D38D0A; Tue, 18 Sep 2012 18:08:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: CLOUDSTACK-98: Fix alignment of project dashboard event rows Message-Id: <20120918180851.AD20D38D0A@tyr.zones.apache.org> Date: Tue, 18 Sep 2012 18:08:51 +0000 (UTC) Updated Branches: refs/heads/master 955cbd97b -> d66f2077d CLOUDSTACK-98: Fix alignment of project dashboard event rows Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d66f2077 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d66f2077 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d66f2077 Branch: refs/heads/master Commit: d66f2077d1552d2bad1cacb2465faebd8f4c0e35 Parents: 955cbd9 Author: Brian Federle Authored: Tue Sep 18 11:08:41 2012 -0700 Committer: Brian Federle Committed: Tue Sep 18 11:08:41 2012 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d66f2077/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index dfd4b16..fd970c4 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6,9 +6,9 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at -* +* * http://www.apache.org/licenses/LICENSE-2.0 -* +* * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -8611,6 +8611,9 @@ div.panel.ui-dialog div.list-view div.fixed-header { position: relative; left: 5px; top: 8px; + display: inline-block; + padding-bottom: 13px; + max-width: 171px; } .info-boxes .info-box ul li .total span { @@ -10386,5 +10389,6 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it .label-hovered { cursor: pointer; - color: blue !important; + color: #0000FF !important; } +