timepicker.css 962 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* Timepicker */
  2. .bootstrap-timepicker {
  3. position: relative;
  4. }
  5. .dropdown.bootstrap-timepicker {
  6. float: none;
  7. }
  8. .bootstrap-timepicker-widget.dropdown-menu.open {
  9. display: inline-block;
  10. padding: 10px;
  11. }
  12. .bootstrap-timepicker-widget table {
  13. width: 100%;
  14. margin: 0;
  15. }
  16. .bootstrap-timepicker-widget table td {
  17. line-height: 32px;
  18. width: 42px;
  19. height: 32px;
  20. }
  21. .bootstrap-timepicker-widget table td.separator {
  22. width: auto;
  23. padding: 0 5px;
  24. }
  25. .bootstrap-timepicker-widget table td a {
  26. display: block;
  27. text-align: center;
  28. }
  29. .bootstrap-timepicker-widget table td a i {
  30. margin: 0 auto;
  31. }
  32. .bootstrap-timepicker-widget table td input {
  33. width: 100%;
  34. min-width: 32px;
  35. margin: 0;
  36. padding: 0 5px;
  37. text-align: center;
  38. }
  39. .bootstrap-timepicker-widget table td input.bootstrap-timepicker-meridian {
  40. font-weight: bold;
  41. }