# HG changeset patch # User Atul Varma # Date 1272147362 25200 # Node ID 2a378aa5206318edb1a6ae3ba935bb7400a41048 # Parent 6f48313c4da32cef16528d951eeec2f268b70613 more styling changes diff -r 6f48313c4da3 -r 2a378aa52063 css/main.css --- a/css/main.css Sat Apr 24 14:20:46 2010 -0700 +++ b/css/main.css Sat Apr 24 15:16:02 2010 -0700 @@ -128,6 +128,7 @@ position: absolute; top: 0px; left: 0px; + width: 100%; } .dialog .content { @@ -135,14 +136,13 @@ color: white; background: rgba(0, 0, 0, 0.75); padding: 2em; - width: 50%; + width: 40em; margin: 10em auto; } .dialog input { border: 1px solid black; background: #e0e0e0; - font-size: 12pt; outline: none; padding: 0.25em; font-family: Helvetica Neue, Arial, sans-serif; @@ -152,7 +152,7 @@ background: white; } -.dialog .button { +.dialog input[type=submit] { cursor: pointer; }