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.

37 lines
518B

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