mailbox.css 606 B

123456789101112131415161718192021222324252627282930313233
  1. table.footable>tbody>tr.footable-empty>td {
  2. font-size:15px !important;
  3. font-style:italic;
  4. }
  5. .pagination a {
  6. text-decoration: none !important;
  7. }
  8. .panel panel-default {
  9. overflow: visible !important;
  10. }
  11. .table-responsive {
  12. overflow: visible !important;
  13. }
  14. .footer-add-item {
  15. display:block;
  16. text-align: center;
  17. font-style: italic;
  18. padding: 10px;
  19. background: #F5F5F5;
  20. }
  21. @media (min-width: 992px) {
  22. .container {
  23. width: 80%;
  24. }
  25. }
  26. .mass-actions-mailbox {
  27. user-select: none;
  28. padding:10px 0 10px 10px;
  29. }
  30. .inputMissingAttr {
  31. border-color: #FF4136;
  32. }