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.

29 lines
411B

  1. .support-index {
  2. .ticket-list {
  3. .nav-tabs {
  4. .label {
  5. position: relative;
  6. top: -2px;
  7. left: 2px;
  8. padding: 0.3em 0.6em 0.2em 0.6em;
  9. }
  10. }
  11. .table {
  12. .filters {
  13. display: none;
  14. }
  15. .td-created-at,
  16. .td-last-message,
  17. .td-messages {
  18. width: 100px;
  19. }
  20. .td-producer {
  21. width: 200px;
  22. }
  23. }
  24. }
  25. }