comparison css/main.css @ 70:fbaf7857e7c3

made submit buttons auto-width
author Atul Varma <avarma@mozilla.com>
date Sun, 25 Apr 2010 14:37:56 -0700
parents 0e50d4f77a77
children 1cd66cabe153
comparison
equal deleted inserted replaced
69:51c1829956d9 70:fbaf7857e7c3
162 padding: 0.5em; 162 padding: 0.5em;
163 font-family: Helvetica Neue, Arial, sans-serif; 163 font-family: Helvetica Neue, Arial, sans-serif;
164 width: 25em; 164 width: 25em;
165 } 165 }
166 166
167 .dialog input[type=submit] {
168 width: auto;
169 }
170
167 .dialog input:hover { 171 .dialog input:hover {
168 background: white; 172 background: white;
169 } 173 }
170 174
171 .dialog input:focus { 175 .dialog input:focus {