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 529E3D735 for ; Mon, 30 Jul 2012 17:44:09 +0000 (UTC) Received: (qmail 62571 invoked by uid 500); 30 Jul 2012 17:44:09 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 62552 invoked by uid 500); 30 Jul 2012 17:44:09 -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 62544 invoked by uid 99); 30 Jul 2012 17:44:09 -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, 30 Jul 2012 17:44:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DF93C1A138; Mon, 30 Jul 2012 17:44:08 +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: Fix positioning of tags error labels Message-Id: <20120730174408.DF93C1A138@tyr.zones.apache.org> Date: Mon, 30 Jul 2012 17:44:08 +0000 (UTC) Updated Branches: refs/heads/master 10e4a5ae4 -> 4507df088 Fix positioning of tags error labels Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4507df08 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4507df08 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4507df08 Branch: refs/heads/master Commit: 4507df088d9b3b280298f16d13921e3c9498a7e8 Parents: 10e4a5a Author: Brian Federle Authored: Mon Jul 30 10:43:17 2012 -0700 Committer: Brian Federle Committed: Mon Jul 30 10:44:02 2012 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4507df08/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 876d663..378c715 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -9011,8 +9011,8 @@ div.panel.ui-dialog div.list-view div.fixed-header { .tagger form label.error { position: absolute; color: #FF0000; - left: 42px; - top: 29px; + left: 44px; + top: 28px !important; /*[empty]background-color:;*/ }