diff css/main.css @ 40:2a378aa52063

more styling changes
author Atul Varma <avarma@mozilla.com>
date Sat, 24 Apr 2010 15:16:02 -0700
parents 6f48313c4da3
children d3ed74176b4d
line wrap: on
line diff
--- 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;
 }