Changeset a47bfff in sicp for static


Ignore:
Timestamp:
May 21, 2015, 11:42:06 AM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
51992c8
Parents:
a357f73
Message:

se agregan estilos al elemento passwordStrength

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/css/styles.css

    rb448ffb ra47bfff  
    11.no-margin {margin: 0px}
    22.no-padding {padding: 0px}
    3 #wrap {
    4   min-height: 100%;
    5   height: auto !important;
    6   height: 100%;
    7   /* Negative indent footer by its height */
    8   margin: 0 auto -60px;
    9   /* Pad bottom by footer height */
    10   padding: 0 0 60px;
    11 }
    12 
    13 .footer {
    14   height: 60px;
    15   background-color: #990000;
    16   color: #FFFFFF;
    17   margin-top:50px;
    18   padding-top:20px;
    19   padding-bottom:20px;
    20 }
    21 
    22 .navbar .brand {
    23     display: inline-block;
    24     padding: 0;
    25     float: left;
    26     color: #ffffff;
     3#wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -60px; padding: 0 0 60px; }
     4.footer { height: 60px; background-color: #990000; color: #FFFFFF; margin-top:50px; padding-top:20px; padding-bottom:20px; }
     5.navbar .brand { display: inline-block; padding: 0; float: left; color: #ffffff;
    276    /*width:307px;
    287    height:88px;
     
    309}
    3110
    32 .navbar-nav > li > a {
    33         color:#fff;
    34         padding-left:20px;
    35         padding-right:20px;
     11.navbar-nav > li > a { color:#fff; padding-left:20px; padding-right:20px;
    3612        /*border-left:1px solid #81252a;*/
    3713        border-right:1px solid #81252a;
    3814}
    3915
    40 .text-sicp {
    41         display: inline-block;
    42     vertical-align: middle;
    43     float: none;
    44 }
     16.text-sicp { display: inline-block; vertical-align: middle; float: none; }
    4517
    4618.dropdown-submenu{position:relative;}
     
    5224
    5325/** Estilos para la fortaleza de contraseñas */
    54 #passwordStrength { height:10px; display:block; float:left; }
     26#passwordStrength { height:15px; display:block; float:left; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; }
    5527.strength0 { width:250px; background:#cccccc; }
    5628.strength1 { width:50px; background:#ff0000; }
Note: See TracChangeset for help on using the changeset viewer.