sd.css 338 B

1234567891011121314151617181920212223242526272829
  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. }