css-bootstrap/secure-pass.css
authorKH Lau <khlau@roojs.com>
Thu, 23 Nov 2017 05:45:47 +0000 (13:45 +0800)
committerKH Lau <khlau@roojs.com>
Thu, 23 Nov 2017 05:45:47 +0000 (13:45 +0800)
css-bootstrap/secure-pass.css

index 6365d0f..dde13fc 100644 (file)
 }
 
 .password-meter-tooweek {
-    background: lightgrey;         
+    background: lightgrey;  
+    height: '10px';        
 }
 
 .password-meter-weak {
-    background: red;         
+    background: red;
+    height: '10px';         
 }
 
 .password-meter-medium {
-    background: yellow;          
+    background: yellow;
+    height: '10px';          
 }
 
 .password-meter-strong {
@@ -31,5 +34,6 @@
 .password-meter-text { 
     padding-bottom:5px;
     margin-bottom:5px;    
-    font-size: 12px;     
+    font-size: 12px;
+    height: '10px';     
 }