Updated Branches: refs/heads/master 03c78247c -> b84f5791c
Dashboard, alerts: Fix width of title Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b84f5791 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b84f5791 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b84f5791 Branch: refs/heads/master Commit: b84f5791c3bf013c634031fbb1d1c6cf526275a6 Parents: 03c7824 Author: Brian Federle <[email protected]> Authored: Tue Dec 3 15:20:16 2013 -0800 Committer: Brian Federle <[email protected]> Committed: Tue Dec 3 15:20:38 2013 -0800 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b84f5791/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 96196a0..c60e722 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4455,6 +4455,7 @@ Dialogs*/ } .dashboard.admin .dashboard-container.sub.alerts ul li span.title { + width: 100%; font-weight: bold; font-size: 14px; font-weight: 100;
