Merge "Add a Loading paragraph onto zuul's status page"

This commit is contained in:
Jenkins 2014-01-12 02:02:35 +00:00 committed by Gerrit Code Review
commit 2cbe96edd1

View File

@ -171,6 +171,11 @@ a:link {
display: none;
}
.loading_message {
text-align: center;
font-size: 16pt;
}
/** Theming for the progress bars to get them consisten across browers:
referenced from http://www.useragentman.com/blog/2012/01/03/cross-browser-html5-progress-bars-in-depth/
*/
@ -278,6 +283,7 @@ progress[aria-valuenow]:before {
</div>
<div id="pipeline-container">
<p class="loading_message">Loading...</p>
</div>
<div class="container" id="graph-container">