Add loading overlay to detail view

This commit is contained in:
Brian Federle 2013-10-07 17:03:06 -07:00
parent ce88d34c42
commit 63335cfd50
1 changed files with 9 additions and 0 deletions

View File

@ -48,6 +48,15 @@ html, body {
}
}
.loading-overlay {
width: 100%;
height: 100%;
position: absolute;
background: white url(../images/ajax-loader.gif) no-repeat center;
z-index: 10000;
opacity: 0.5;
}
// Sub-components
@import "login";
@import "button";