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 466B

12345678910111213141516171819202122232425
  1. .messagelist tr td.authres_status {
  2. width: 17px;
  3. padding: 0 0 0 3px;
  4. }
  5. .messagelist tr td.authres_status span {
  6. display: inline-block;
  7. vertical-align: middle;
  8. width: 14px;
  9. background: url(badge.png) center no-repeat;
  10. }
  11. .authres-status-img {
  12. vertical-align: top;
  13. height: 14px;
  14. width: 14px;
  15. }
  16. .widescreen .authres-status-img {
  17. position: relative;
  18. top: -1px;
  19. height: 12px;
  20. width: 12px;
  21. }