Make the input fields a little larger so there's always whitespace at the end
authorRobert Sesek <rsesek@google.com>
Sat, 9 Jun 2012 22:24:20 +0000 (18:24 -0400)
committerRobert Sesek <rsesek@google.com>
Sat, 9 Jun 2012 22:24:20 +0000 (18:24 -0400)
core.css

index 4beb6d37dac278a3544626a5ab009520d1b30e24..7a54ece51f3bd850831be27de0c18d9953b856dc 100644 (file)
--- a/core.css
+++ b/core.css
@@ -30,7 +30,7 @@ body {
 
   padding: .2em;
 
-  width: 34em;
+  width: 36em;
 }
 
 ol {
@@ -50,7 +50,7 @@ li label {
 
 li input {
   padding: .3em;
-  width: 20em;
+  width: 22em;
   font-size: 1em;
 
   border-color: #CCCCCC;