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:01 UTC

git commit: updated refs/heads/master to 1f85124

Updated Branches:
  refs/heads/master c4084a7c3 -> 1f85124d7


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/1f85124d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1f85124d
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1f85124d

Branch: refs/heads/master
Commit: 1f85124d701406a26ff5927551e6c5ab558933a9
Parents: c4084a7
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:42:59 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1f85124d/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 6510d0e..49e35f3 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;