Fix #5678 - tidy up roojs directory
[roojs1] / old-css-bootstrap / secure-pass.css
diff --git a/old-css-bootstrap/secure-pass.css b/old-css-bootstrap/secure-pass.css
deleted file mode 100644 (file)
index 1ac7db3..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-.x-form-field-wrap .form-group {
-    margin-bottom: 0px;
-}
-
-.roo-password-meter-grey {
-    background: lightgrey; /* For browsers that do not support gradients */
-    margin-bottom: 30px;
-    height: 10px;
-}
-
-.roo-password-meter {
-    background: red; /* For browsers that do not support gradients */
-    background: -webkit-linear-gradient(-90deg, green, red); /* For Safari 5.1 to 6.0 */
-    background: -o-linear-gradient(-90deg, green, red); /* For Opera 11.1 to 12.0 */
-    background: -moz-linear-gradient(-90deg, green, red); /* For Firefox 3.6 to 15 */
-    background: linear-gradient(-90deg, green, red); 
-
-    font-size: 12px;     
-}
-
-.roo-password-meter-container {
-        margin-bottom: 20px;             
-}
-
-.roo-password-meter-tooweak {
-    background: red ;      
-    height: 10px;        
-}
-
-.roo-password-meter-weak {
-    background: #ffdddd;    
-    height: 10px;         
-}
-
-.roo-password-meter-medium {
-    background: yellow;    
-    height: 10px;          
-}
-
-.roo-password-meter-strong {
-    background: green;
-    height: 10px;          
-}
-
-.roo-password-meter-text { 
-    /* padding-bottom:5px; */
-    margin-bottom:30px;    
-    font-size: 12px;
-    height: 10px;     
-}