add style to session expired

This commit is contained in:
bechi 2014-11-21 17:50:38 -03:00
parent 6e099a7aa2
commit 23212c1417
2 changed files with 20 additions and 0 deletions

View File

@ -551,6 +551,7 @@ a.button-setup {
.lh {line-height: 0;}
.oh {overflow:hidden;}
.vm {vertical-align: middle;}
.ma { margin: 0 auto;}
.small {
font-size: 60%;
@ -1584,3 +1585,16 @@ a.text-warning:hover {color: #FD7262;}
width: 100%;
text-align: center;
}
/*/////////////////////////////////////////////////*/
.session-expired {
background: rgba(32,48,64,0.90);
width: 100%;
height: 100%;
position: absolute;
color: #fff;
z-index: 999;
padding-top: 20%;
text-align: center;
}

View File

@ -1,5 +1,11 @@
<div class="home" ng-controller="HomeController">
<!-- <div class="session-expired">
<i class="fi-battery-empty size-72 text-gray"></i>
<p class="text-gray size-18">Your session is about to expire due to inactivity in </p>
<button class="radius primary">Cancel</button>
</div> -->
<div class="loading-screen" ng-show="$root.starting">
<div class="spinner">
<div class="contener_general">