setting up bounds

This commit is contained in:
francois.lutran
2016-12-19 17:25:26 +13:00
parent 5b74289001
commit def50a1b08
7 changed files with 640 additions and 619 deletions

42
style/_logon.scss Normal file
View File

@@ -0,0 +1,42 @@
/* Log on */
#logon {
width: 496px;
height: 225px;
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
background: transparent url('../images/bubble_inverted.png') 0 0 no-repeat;
}
#logon, #logon input {
font-size:30px;
border:none;
background-color:transparent;
}
#logon .credentials {
margin:45px 0 0 0 ;
}
#logon .credentials input {
width: 305px;
padding:0 60px;
text-align: center;
}
#logon input.connection {
position:absolute;
left:374px;
top:140px;
cursor:pointer;
}
#logon .register {
margin-top:60px;
text-align: center;
}