Dotclear


Ignore:
Timestamp:
08/25/13 17:49:00 (12 years ago)
Author:
Lepeltier kévin
Branch:
Ticket #1453
Children:
1584:5808766f506f, 1585:f3419ed55941
Message:

Ticket #1453 : Indiquer le niveau de sécurité des mots de passe lors de l'installation et sur "Informations utilisateur".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/install.css

    r1065 r1583  
    154154     border: 1px solid #2C8FD1; 
    155155} 
     156 
     157 
     158/* --------------------------------------------------------------- password indcator */ 
     159.pw-table { 
     160     display: table; 
     161     margin-bottom: 1em; 
     162} 
     163.pw-cell { 
     164     display: table-cell; 
     165     margin-bottom: 1em; 
     166} 
     167#pwindicator { 
     168     display: table-cell; 
     169     vertical-align: bottom; 
     170     padding-left: 1.5em; 
     171     height: 3.8em; 
     172} 
     173#pwindicator .bar { 
     174     height: 6px; 
     175     margin-bottom: 4px; 
     176} 
     177.pw-very-weak .bar { 
     178     background: #900; 
     179     width: 30px; 
     180} 
     181.pw-weak .bar { 
     182     background: #c00; 
     183     width: 60px; 
     184} 
     185.pw-mediocre .bar { 
     186     background: #f60; 
     187     width: 90px; 
     188} 
     189.pw-strong .bar { 
     190     background: #060; 
     191     width: 120px; 
     192} 
     193.pw-very-strong .bar { 
     194     background: #0c0; 
     195     width: 150px; 
     196} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map