Added javascript cookie check, if blocked, login in new tab

This commit is contained in:
David Taylor
2016-10-08 22:55:27 +01:00
parent 879ecd1f6d
commit 5949ff74ec
5 changed files with 34 additions and 8 deletions

View File

@@ -150,10 +150,16 @@ ins {
html.embedded{
min-height:100%;
display: table;
background: #e9e9e9;
width: 100%;
body{
min-height:100%;
padding:0;
display: table-cell;
vertical-align: middle;
background: none;
width:100%;
}
.embed_container{
@@ -161,8 +167,9 @@ html.embedded{
padding:12px 0px;
min-height:100%;
width:100%;
background: #fff;
}
.source{
background: url('/static/imgs/pyrigs-avatar.png') no-repeat;
background-size: 16px 16px;