From 5b751b2a13a0b7c49fc03770a05573af7ca6feb9 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Mon, 24 Dec 2012 17:57:46 +0530 Subject: [PATCH] CLOUDSTACK-771:Instance Table misalignment : Adding the hover view in order to display the full text --- ui/css/cloudstack3.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 72c98e62e02..68817e40a29 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; }