Added result tracking

This commit is contained in:
Daniel Mason 2017-01-02 11:12:27 +13:00
parent 0c6a5f3833
commit b8794f6dc5
8 changed files with 167 additions and 47 deletions

View file

@ -30,10 +30,35 @@ html, body, #container {
right: 0;
margin-right: 15px;
margin-top: 10px;
width: 250px;
width: 300px;
text-align:right;
}
#cover {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #222222;
z-index: 100;
opacity: 0.9;
}
#login {
position: absolute;
top: 50%;
left: 50%;
-moz-border-radius: 15px;
border-radius: 15px;
height: 180px;
width: 250px;
background-color: #EEEEEE;
padding: 20px;
margin: -150px 0 0 -125px;
z-index: 101;
}
html {
color: #222;
font-size: 1em;