You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/11/05 20:19:32 UTC

[1/2] git commit: CSS: fix small formatting issue

Updated Branches:
  refs/heads/master 29dda3f41 -> 716c35645


CSS: fix small formatting issue


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

Branch: refs/heads/master
Commit: 716c35645b85ff0b756885f563ad220c5300c92d
Parents: 9e729fa
Author: Brian Federle <br...@citrix.com>
Authored: Mon Nov 5 11:16:57 2012 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Nov 5 11:19:23 2012 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/716c3564/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index a85a392..f8bf872 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -9544,7 +9544,8 @@ div.panel.ui-dialog div.list-view div.fixed-header {
 .tooltip-box {
   width: 15%;
   height: auto;
-  display: inline-block, padding: 4px;
+  display: inline-block;
+  padding: 4px;
   background: #FFFFFF;
   border: 1px solid #BEB8B8;
   padding: 10px;