Dotclear


Ignore:
Timestamp:
08/02/13 22:40:12 (12 years ago)
Author:
Lepeltier kévin
Branch:
Ticket #1453-2
Message:

Ticket #1453

Indiquer le niveau de sécurité des mots de passes
et pis c'est tout.

La localisation est géré, manque juste les traduction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r1179 r1368  
    11511151label { 
    11521152     display: block; 
     1153    cursor: pointer; 
    11531154} 
    11541155label input, label select, label span { 
     
    13841385     color: white; 
    13851386} 
     1387 
     1388 
     1389 
     1390/* --------------------------------------------------------------- password indcator */ 
     1391 
     1392#pwindicator { 
     1393    margin-top: 4px; 
     1394    width: 150px; 
     1395} 
     1396 
     1397.bar { 
     1398    height: 2px; 
     1399} 
     1400 
     1401.pw-very-weak .bar { 
     1402    background: #d00; 
     1403    width: 30px; 
     1404} 
     1405 
     1406.pw-very-weak .label { 
     1407    color: #d00; 
     1408} 
     1409 
     1410.pw-weak .bar { 
     1411    background: #d00; 
     1412    width: 60px; 
     1413} 
     1414 
     1415.pw-weak .label { 
     1416    color: #d00; 
     1417} 
     1418 
     1419.pw-mediocre .bar { 
     1420    background: #f3f01a; 
     1421    width: 90px; 
     1422} 
     1423 
     1424.pw-mediocre .label { 
     1425    color: #f3f01a; 
     1426} 
     1427 
     1428.pw-strong .bar { 
     1429    background: #f3b31a; 
     1430    width: 120px; 
     1431} 
     1432 
     1433.pw-strong .label { 
     1434    color: #f3b31a; 
     1435} 
     1436 
     1437.pw-very-strong .bar { 
     1438    background: #0d0; 
     1439    width: 150px; 
     1440} 
     1441 
     1442.pw-very-strong .label { 
     1443    color: #0d0; 
     1444} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map