Changeset b448ffb in sicp for static


Ignore:
Timestamp:
May 20, 2015, 1:26:42 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
2a429ac
Parents:
878d01d
Message:

se agregan estilos para mostrar la fortaleza de las contraseñas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/css/styles.css

    r46b845f rb448ffb  
    4848.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
    4949.dropdown-submenu:hover>a:after{border-left-color:#555;}
    50 .dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
     50.dropdown-submenu.pull-left{float:none;}
     51.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
     52
     53/** Estilos para la fortaleza de contraseñas */
     54#passwordStrength { height:10px; display:block; float:left; }
     55.strength0 { width:250px; background:#cccccc; }
     56.strength1 { width:50px; background:#ff0000; }
     57.strength2 { width:100px; background:#ff5f5f; }
     58.strength3 { width:150px; background: #e0e51c; }
     59.strength4 { background:#4dcd00; width:200px; }
     60.strength5 { background:#399800; width:250px; }
Note: See TracChangeset for help on using the changeset viewer.