playouthistory.css 962 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. @CHARSET "UTF-8";
  2. #history_content {
  3. width: 100%;
  4. margin: 0 0 30px 0;
  5. height: auto;
  6. box-sizing: border-box;
  7. }
  8. .dataTables_filter input {
  9. width: 30%;
  10. }
  11. #history_content input.input_text.hasDatepicker {
  12. width: 95px;
  13. }
  14. #history_content input.input_text.hasTimepicker {
  15. width: 60px;
  16. }
  17. div.his-timerange {
  18. position: relative;
  19. margin-bottom: 5px;
  20. }
  21. div.his-timerange div {
  22. position: absolute;
  23. bottom: 0px;
  24. padding: 3px;
  25. margin-left: 5px;
  26. }
  27. table.dataTable tbody tr {
  28. cursor: auto;
  29. }
  30. .his-selected.even {
  31. background-color: rgba(240, 109, 53, 1);
  32. }
  33. .his-selected.odd {
  34. background-color: rgba(255, 136, 56, 1);
  35. }
  36. .show-title, .show-time {
  37. display:inline-block;
  38. font-size:13px;
  39. }
  40. .show-title {
  41. font-weight: bold;
  42. margin: 0 8px;
  43. }
  44. .show-date {
  45. font-size:12px;
  46. margin: 0 5px;
  47. }
  48. .show-time {
  49. font-size:12px;
  50. margin: 0 5px;
  51. }
  52. .push-right {
  53. float:right;
  54. margin-right:5px;
  55. }