add style to session expired

This commit is contained in:
bechi 2014-11-21 17:50:38 -03:00
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;
}