Changeset 1369:641d4e9c91fe for admin/style
- Timestamp:
- 08/03/13 11:43:07 (12 years ago)
- Branch:
- Ticket #1453-2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1368 r1369 1151 1151 label { 1152 1152 display: block; 1153 cursor: pointer;1154 1153 } 1155 1154 label input, label select, label span { … … 1386 1385 } 1387 1386 1388 1389 1390 1387 /* --------------------------------------------------------------- password indcator */ 1391 1392 1388 #pwindicator { 1393 margin-top: 4px; 1394 width: 150px; 1395 } 1396 1397 .bar { 1398 height: 2px; 1399 } 1400 1389 margin-top: 4px; 1390 width: 150px; 1391 } 1392 #pwindicator .bar { 1393 height: 2px; 1394 } 1401 1395 .pw-very-weak .bar { 1402 background: #d00; 1403 width: 30px; 1404 } 1405 1396 background: #d00; 1397 width: 30px; 1398 } 1406 1399 .pw-very-weak .label { 1407 color: #d00; 1408 } 1409 1400 color: #d00; 1401 } 1410 1402 .pw-weak .bar { 1411 background: #d00; 1412 width: 60px; 1413 } 1414 1403 background: #d00; 1404 width: 60px; 1405 } 1415 1406 .pw-weak .label { 1416 color: #d00; 1417 } 1418 1407 color: #d00; 1408 } 1419 1409 .pw-mediocre .bar { 1420 background: #f3f01a; 1421 width: 90px; 1422 } 1423 1410 background: #f3f01a; 1411 width: 90px; 1412 } 1424 1413 .pw-mediocre .label { 1425 color: #f3f01a; 1426 } 1427 1414 color: #f3f01a; 1415 } 1428 1416 .pw-strong .bar { 1429 background: #f3b31a; 1430 width: 120px; 1431 } 1432 1417 background: #f3b31a; 1418 width: 120px; 1419 } 1433 1420 .pw-strong .label { 1434 color: #f3b31a; 1435 } 1436 1421 color: #f3b31a; 1422 } 1437 1423 .pw-very-strong .bar { 1438 background: #0d0; 1439 width: 150px; 1440 } 1441 1424 background: #0d0; 1425 width: 150px; 1426 } 1442 1427 .pw-very-strong .label { 1443 1444 } 1428 color: #0d0; 1429 }
Note: See TracChangeset
for help on using the changeset viewer.