fix xbox one browser access

This commit is contained in:
Luke Pulverenti 2015-05-06 23:11:51 -04:00
parent 0a24cd2dc6
commit 173773d5bc
22 changed files with 1229 additions and 172 deletions

View file

@ -1120,3 +1120,14 @@ h1 + .accentButton {
.disabledUserBanner {
margin: 0 0 2em;
}
.modalLoading {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, .3);
/* One less than jqm loading spinner, so we can combine them */
z-index: 9999998;
}