Updated Branches: refs/heads/master 687d76b5e -> d272144ef
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/master Commit: d272144efbe1e5ecff1eafe0ccb6ac56eec02f9e Parents: 687d76b Author: Pranav Saxena <[email protected]> Authored: Wed Nov 28 06:16:42 2012 +0530 Committer: Pranav Saxena <[email protected]> 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] {
