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 2013/10/10 20:43:37 UTC

git commit: updated refs/heads/4.2 to 8bcf836

Updated Branches:
  refs/heads/4.2 d5eda578c -> 8bcf83698


CLOUDSTACK-4348: Fix quick view detail height


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

Branch: refs/heads/4.2
Commit: 8bcf83698c1d6f943f30721fcf03a5be743595b6
Parents: d5eda57
Author: Brian Federle <br...@citrix.com>
Authored: Thu Oct 10 11:42:47 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Oct 10 11:43:31 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bcf8369/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 394771c..985d974 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -1356,7 +1356,7 @@ div.list-view td.state.off span {
 
 .quick-view-tooltip .detail-view .main-groups {
   width: 456px;
-  height: 132px;
+  height: 152px;
   position: absolute;
   top: 55px;
   padding-top: 7px;