Roo/bootstrap/SecurePass.js
authorKH Lau <khlau@roojs.com>
Thu, 23 Nov 2017 05:46:07 +0000 (13:46 +0800)
committerKH Lau <khlau@roojs.com>
Thu, 23 Nov 2017 05:46:07 +0000 (13:46 +0800)
Roo/bootstrap/SecurePass.js

index a50b9e5..19711b1 100644 (file)
@@ -101,8 +101,7 @@ Roo.extend(Roo.bootstrap.SecurePass, Roo.bootstrap.Input, {
                 tag: 'div',
                 cls: 'password-meter-grey',
                 style: {
-                    width: this.meterWidth + 'px',
-                    height: '10px'                    
+                    width: this.meterWidth + 'px'                                        
                 },
                 cn: [
                     {
@@ -111,13 +110,11 @@ Roo.extend(Roo.bootstrap.SecurePass, Roo.bootstrap.Input, {
                     cls: 'password-meter-tooweek',
                     style: {
                         //width: 0,
-                        width: this.meterWidth + 'px',
-                        height: '10px'                        
+                        width: this.meterWidth + 'px'                                                
                         }
                     },
                     {                           
-                        cls: 'password-meter-text',
-                        height: '10px'
+                        cls: 'password-meter-text'                      
                     }
                 ]                
             }