sd.css 503 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .dataTables_wrapper .dataTables_filter
  2. {
  3. float: left;
  4. text-align: left;
  5. }
  6. .dataTables_wrapper .dataTables_filter input
  7. {
  8. margin-left: 0;
  9. padding: 0.3em 0.75em;
  10. border: 1px solid #ddd;
  11. background: #f8f8f8;
  12. }
  13. .container
  14. {
  15. width: 95%;
  16. }
  17. #login-error
  18. {
  19. color: red;
  20. font-weight: bold;
  21. text-align: center;
  22. margin-top: 1em;
  23. }
  24. table .date_canceled button
  25. {
  26. padding: 0.1em 0.25em;
  27. }
  28. table .date_canceled button > img
  29. {
  30. width: 1em;
  31. }
  32. table th.date_canceled.sorting
  33. {
  34. background: none;
  35. }