Dashboard UI: Fix unwanted line breaks on event/alert text
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d51d596b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d51d596b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d51d596b Branch: refs/heads/marvin_refactor Commit: d51d596baa35755c65ea72925bf9d3c36808ed8d Parents: 320cad3 Author: Brian Federle <[email protected]> Authored: Thu Apr 18 15:15:24 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Thu Apr 18 15:15:24 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d51d596b/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 2b6d497..18d86b7 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4372,6 +4372,17 @@ Dialogs*/ display: block; clear: both; font-size: 11px; + float: left; + height: 10px; + max-width: 287px; + margin-top: 1px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.dashboard.admin .dashboard-container.sub.alerts ul li p br { + display: none; } /*** User*/
