make the overlay 500px by default

This commit is contained in:
Justin Palmer
2013-02-02 14:02:05 -08:00
parent 89c64e273c
commit 960f4f2111

View File

@@ -2,9 +2,9 @@
position: absolute;
top: 0;
left: 50%;
width: 400px;
margin-left: -200px;
background: #1e1e1e;
width: 500px;
margin-left: -250px;
background: #303030;
color: #eee;
padding: 10px;
z-index: 9999;