You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/06/15 23:07:26 UTC

git commit: updated refs/heads/master to 6dbf476

Repository: cloudstack
Updated Branches:
  refs/heads/master 34d097f34 -> 6dbf47675


Fix css syntax error in cloudstack3.css

Signed-off-by: Daan Hoogland <da...@gmail.com>

This closes #463


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6dbf4767
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6dbf4767
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6dbf4767

Branch: refs/heads/master
Commit: 6dbf476755943c74d305b288438ef98183bcdb91
Parents: 34d097f
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Mon Jun 15 22:34:32 2015 +0200
Committer: Daan Hoogland <da...@gmail.com>
Committed: Mon Jun 15 23:07:03 2015 +0200

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6dbf4767/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 954aa73..a4e2a2a 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -11453,7 +11453,8 @@ div.ui-dialog div.health-check div.health-check-description {
 }
 
 div.ui-dialog div.health-check div.form-container form div.form-item {
-  width: 58% margin-left:116px;
+  width: 58%;
+  margin-left:116px;
   margin-top: -16px;
   margin-bottom: 30px;
 }