Float the generate button to the right, make the genreated password readonly, and...
[skeletonkey.git] / core.html
index 91cbd9b3a5ede9718588bec813ca4b2bef7d60cc..2bd95349c05dd3962f35c4bb6faf1953519a203f 100644 (file)
--- a/core.html
+++ b/core.html
@@ -35,7 +35,7 @@
 
         <li>
           <label for="password">Computed Password</label>
-          <input type="text" id="password" />
+          <input type="text" id="password" readonly />
         </li>
 
         <li>
@@ -44,6 +44,8 @@
       </ol>
     </form>
 
+    <div class="clear"></div>
+
     <script type="text/javascript">
       var controller = new SkeletonKey(document);
     </script>