mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 09:34:04 +02:00
Oauth, working
This commit is contained in:
+12
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user