Oauth, working

This commit is contained in:
Tom MacWright
2012-11-19 21:32:15 -05:00
parent 90d2868536
commit f198203fbe
4 changed files with 44 additions and 5 deletions
+12
View File
@@ -192,3 +192,15 @@ button small {
right: 0;
cursor: pointer;
}
.modal {
width:600px;
height:400px;
padding:10px;
position:absolute;
background:#fff;
top:50px;
left:50%;
margin-left:-305px;
box-shadow:0 0 5px #000;
}