Support labels in loading overlay Correctly style <span> if placed in a loading overlay, to be positioned under loading icon
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6ad7060b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6ad7060b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6ad7060b Branch: refs/heads/ui-multiple-pod-ranges Commit: 6ad7060b40015229f022d1cd323de266434d9279 Parents: 0fbf1b9 Author: Brian Federle <[email protected]> Authored: Thu Mar 21 15:56:34 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Thu Mar 21 15:56:34 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6ad7060b/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index e1dd02d..9b77b9f 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -467,6 +467,13 @@ div.list-view div.toolbar div.section-switcher div.section-select label { opacity: 0.7; } +.loading-overlay span { + display: block; + text-align: center; + margin: 155px 0 0 5px; + color: #4B4B4B; +} + .detail-view .ui-tabs-panel .loading-overlay { background-position: 50% 250px; }
