You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.6 KiB

3 years ago
  1. #recordPlayHost {
  2. font-size: 12px;
  3. color:#333;
  4. height: 100%;
  5. }
  6. #recordPlayContainer
  7. {
  8. overflow: auto;
  9. width: 100%;
  10. height: 100%;
  11. padding: 10px 10px 10px 10px;
  12. }
  13. #recordPlayToolbar
  14. {
  15. margin: 5px 5px 5px 5px;
  16. height: 22px;
  17. }
  18. #recordPlayToolbar .recordPlayButton
  19. {
  20. float: left;
  21. width: 22px;
  22. height: 22px;
  23. border: 1px solid transparent;
  24. }
  25. #recordPlayToolbar .recordPlayButton:hover
  26. {
  27. border: 1px solid rgb(0,157,217);
  28. background-color : rgb(166,221,242);
  29. }
  30. #recordPlayToolbar .recordPlayButton:active
  31. {
  32. border: 1px solid rgb(0,157,217);
  33. background-color : rgb(204,235,248);
  34. }
  35. #recordPlayToolbar .recordPlayButtonSelected {
  36. border: 1px solid rgb(0,157,217);
  37. background-color : rgb(204,235,248);
  38. }
  39. /* removed images */
  40. /*#recordButton {
  41. background: url('../../sitemap/styles/images/233_hyperlink_16.png') no-repeat center center;
  42. }
  43. #playButton {
  44. background: url('../../sitemap/styles/images/225_responsive_16.png') no-repeat center center;
  45. }
  46. #stopButton {
  47. background: url('../../sitemap/styles/images/228_togglenotes_16.png') no-repeat center center;
  48. }
  49. #deleteButton {
  50. background: url('../../sitemap/styles/images/231_event_16.png') no-repeat center center;
  51. }*/
  52. #recordNameHeader
  53. {
  54. /* yeah??*/
  55. font-size: 13px;
  56. font-weight: bold;
  57. height: 23px;
  58. white-space: nowrap;
  59. }
  60. #recordPlayContent
  61. {
  62. /* yeah??*/
  63. overflow: visible;
  64. }
  65. .recordPlayName
  66. {
  67. font-size: 12px;
  68. margin-bottom: 5px;
  69. text-decoration: underline;
  70. white-space: nowrap;
  71. }
  72. .recordPlay
  73. {
  74. margin-bottom: 10px;
  75. }