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 <[email protected]> Authored: Mon Jul 30 10:43:17 2012 -0700 Committer: Brian Federle <[email protected]> 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:;*/ }
