SAAS-1039 - add processing overlay to listener stats screen

This commit is contained in:
Duncan Sommerville 2015-09-02 11:52:43 -04:00
parent 3e29ecad79
commit c45f1ddd1c
2 changed files with 20 additions and 2 deletions

View file

@ -3738,6 +3738,12 @@ button.btn-icon-text > i.icon-white {
font-size: 12px;
}
#flot_placeholder.processing {
width: 100%;
height: 100%;
background: url("img/loading.gif") no-repeat 50% 50% rgba(0, 0, 0, .25);
}
.dashboard-btn {
width: 50%;
}