You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2012/11/29 01:01:18 UTC

[11/50] [abbrv] git commit: CLOUDSTACK-552:Quick view details for a volume displays scroll bar in place of name of the volume when the name of the volume has more no of characters

CLOUDSTACK-552:Quick view details for a volume displays scroll bar in place of name of the volume when the name of the volume has more no of characters


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

Branch: refs/heads/api_refactoring
Commit: d272144efbe1e5ecff1eafe0ccb6ac56eec02f9e
Parents: 687d76b
Author: Pranav Saxena <pr...@citrix.com>
Authored: Wed Nov 28 06:16:42 2012 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Wed Nov 28 06:16:42 2012 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d272144e/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index f1675e8..7d0a6b7 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -1449,6 +1449,7 @@ div.list-view td.state.off span {
   -webkit-text-shadow: 0px 1px #EAEAEA;
   -o-text-shadow: 0px 1px #EAEAEA;
   text-shadow: 0px 1px #EAEAEA;
+  overflow:hidden;
 }
 
 .quick-view-tooltip .detail-view .detail-group table td.value input[type=text] {