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/12/27 22:48:16 UTC

[24/32] git commit: CLOUDSTACK-771:Instance Table misalignment : Adding the hover view in order to display the full text

CLOUDSTACK-771:Instance Table misalignment : Adding the hover view in order to display the full text


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

Branch: refs/heads/ui-plugins
Commit: 5b751b2a13a0b7c49fc03770a05573af7ca6feb9
Parents: 7410de9
Author: Pranav Saxena <pr...@citrix.com>
Authored: Mon Dec 24 17:57:46 2012 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Mon Dec 24 17:57:46 2012 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/5b751b2a/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 72c98e6..68817e4 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -453,6 +453,12 @@ div.list-view table tbody td span {
 
 }
 
+div.list-view table tbody td span:hover {
+
+overflow:auto;
+
+}
+
 div.list-view div.toolbar div.section-switcher div.section-select label {
   margin: 0 9px 0 0;
 }