admin.css 424 B

123456789101112131415161718192021
  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. body {
  15. overflow-y:scroll;
  16. }
  17. /* Fix modal moving content left */
  18. body.modal-open {
  19. overflow-y:scroll;
  20. padding-right: inherit !important;
  21. }