changeset 70:fbaf7857e7c3

made submit buttons auto-width
author Atul Varma <avarma@mozilla.com>
date Sun, 25 Apr 2010 14:37:56 -0700
parents 51c1829956d9
children 4ec651cc606e
files css/main.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/css/main.css	Sun Apr 25 11:41:55 2010 -0700
+++ b/css/main.css	Sun Apr 25 14:37:56 2010 -0700
@@ -164,6 +164,10 @@
     width: 25em;
 }
 
+.dialog input[type=submit] {
+    width: auto;
+}
+
 .dialog input:hover {
     background: white;
 }