Float the generate button to the right, make the genreated password readonly, and...
[skeletonkey.git] / core.css
index 82d389e91ad0ca27d021b39010f7cc266bd171c7..161db41d140af291af1d1ce7c5e8218690372b75 100644 (file)
--- a/core.css
+++ b/core.css
 
 body {
   font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
-  font-size: 1em;
+  font-size: .8em;
+
+  padding: .2em;
+
+  width: 34em;
 }
 
 ol {
@@ -45,11 +49,16 @@ li label {
 
 li input {
   padding: .2em;
-  width: 15em;
-  font-size: .8em;
+  width: 20em;
+  font-size: 1em;
 }
 
 button {
   font-size: 1em;
   padding: .3em;
+  float: right;
+}
+
+.clear {
+  clear: both;
 }