You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

authres_status.css 525B

123456789101112131415161718192021222324252627
  1. .webkit .messagelist tr > .authres_status
  2. {
  3. width: 20px;
  4. }
  5. .messagelist tr > .authres_status {
  6. width: 20px;
  7. padding: 2px 3px;
  8. text-align: center;
  9. }
  10. .messagelist tr > .authres_status span {
  11. display: inline-block;
  12. vertical-align: middle;
  13. background: url(badge.png) center no-repeat;
  14. }
  15. #sections-table tbody #rcmrowauthres_status td.section {
  16. background-image: url(badge.png);
  17. background-position: 10px 5px;
  18. }
  19. .authres-status-img {
  20. vertical-align: top;
  21. }