- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1465 r1468 541 541 } 542 542 543 #upg-notify { 544 } 545 #upg-notify ul { 546 padding-left: 15px; 547 } 548 #upg-notify li { 549 color: #fff; 550 } 543 551 /* ------------------------------------------------------------------ post */ 544 552 #entry-wrapper { … … 1617 1625 } 1618 1626 1627 /* --------------------------------------------------------------- password indcator */ 1628 .pw-table { 1629 display: table; 1630 margin-bottom: 1em; 1631 } 1632 .pw-cell { 1633 display: table-cell; 1634 margin-bottom: 1em; 1635 } 1636 #pwindicator { 1637 display: table-cell; 1638 vertical-align: bottom; 1639 padding-left: 1.5em; 1640 height: 3.8em; 1641 } 1642 #pwindicator .bar { 1643 height: 6px; 1644 margin-bottom: 4px; 1645 } 1646 .pw-very-weak .bar { 1647 background: #900; 1648 width: 30px; 1649 } 1650 .pw-weak .bar { 1651 background: #c00; 1652 width: 60px; 1653 } 1654 .pw-mediocre .bar { 1655 background: #f60; 1656 width: 90px; 1657 } 1658 .pw-strong .bar { 1659 background: #060; 1660 width: 120px; 1661 } 1662 .pw-very-strong .bar { 1663 background: #0c0; 1664 width: 150px; 1665 } 1666 1619 1667 /* --------------------------------------------------------------------------- 1620 1668 Media queries vite fait en attendant la reprise complète du layout
Note: See TracChangeset
for help on using the changeset viewer.