# HG changeset patch # User Atul Varma # Date 1272231476 25200 # Node ID fbaf7857e7c34d25936b20e6dd1ddcfecd4e109f # Parent 51c1829956d9352ed867a216b939e7612fbd3035 made submit buttons auto-width diff -r 51c1829956d9 -r fbaf7857e7c3 css/main.css --- 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; }