css-bootstrap/secure-pass.css
authorKH Lau <khlau@roojs.com>
Mon, 27 Nov 2017 06:59:58 +0000 (14:59 +0800)
committerKH Lau <khlau@roojs.com>
Mon, 27 Nov 2017 06:59:58 +0000 (14:59 +0800)
css-bootstrap/secure-pass.css

index 07662fc..c44b258 100644 (file)
@@ -4,6 +4,7 @@
 
 .roo-password-meter-grey {
     background: lightgrey; /* For browsers that do not support gradients */
+    margin-bottom: 50px;
     height: 10px;
 }
 
 }
 
 .roo-password-meter-tooweak {
-    background: red ;  
+    background: red ;      
     height: 10px;        
 }
 
 .roo-password-meter-weak {
-    background: #ffdddd;
+    background: #ffdddd;    
     height: 10px;         
 }
 
 .roo-password-meter-medium {
-    background: yellow;
+    background: yellow;    
     height: 10px;          
 }
 
@@ -43,7 +44,7 @@
 
 .roo-password-meter-text { 
     padding-bottom:5px;
-    margin-bottom:5px;    
+    margin-bottom:50px;    
     font-size: 12px;
     height: 10px;     
 }