Changeset 1375:b9329a025ce9 for admin/style
- Timestamp:
- 08/14/13 18:09:45 (12 years ago)
- Branch:
- 2.5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1369 r1375 901 901 margin: 0; 902 902 } 903 904 903 /* paragraphe pour bouton Nouveau bidule */ 905 904 p.top-add { … … 1386 1385 1387 1386 /* --------------------------------------------------------------- password indcator */ 1387 .pw-table { 1388 display: table; 1389 margin-bottom: 1em; 1390 } 1391 .pw-cell { 1392 display: table-cell; 1393 margin-bottom: 1em; 1394 } 1388 1395 #pwindicator { 1389 margin-top: 4px; 1396 display: table-cell; 1397 vertical-align: bottom; 1398 padding-left: 1.5em; 1399 height: 3.8em; 1400 } 1401 #pwindicator .bar { 1402 height: 6px; 1403 margin-bottom: 4px; 1404 } 1405 .pw-very-weak .bar { 1406 background: #900; 1407 width: 30px; 1408 } 1409 .pw-weak .bar { 1410 background: #c00; 1411 width: 60px; 1412 } 1413 .pw-mediocre .bar { 1414 background: #f60; 1415 width: 90px; 1416 } 1417 .pw-strong .bar { 1418 background: #060; 1419 width: 120px; 1420 } 1421 .pw-very-strong .bar { 1422 background: #0c0; 1390 1423 width: 150px; 1391 1424 } 1392 #pwindicator .bar {1393 height: 2px;1394 }1395 .pw-very-weak .bar {1396 background: #d00;1397 width: 30px;1398 }1399 .pw-very-weak .label {1400 color: #d00;1401 }1402 .pw-weak .bar {1403 background: #d00;1404 width: 60px;1405 }1406 .pw-weak .label {1407 color: #d00;1408 }1409 .pw-mediocre .bar {1410 background: #f3f01a;1411 width: 90px;1412 }1413 .pw-mediocre .label {1414 color: #f3f01a;1415 }1416 .pw-strong .bar {1417 background: #f3b31a;1418 width: 120px;1419 }1420 .pw-strong .label {1421 color: #f3b31a;1422 }1423 .pw-very-strong .bar {1424 background: #0d0;1425 width: 150px;1426 }1427 .pw-very-strong .label {1428 color: #0d0;1429 }
Note: See TracChangeset
for help on using the changeset viewer.