eed116dbc211955f39f71847a5e1ea6d35f9fcbe.svn-base 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .cw-wordwrap {
  2. white-space: pre-wrap; /* CSS3 */
  3. white-space: -moz-pre-wrap; /* Firefox */
  4. white-space: -pre-wrap; /* Opera <7 */
  5. white-space: -o-pre-wrap; /* Opera 7 */
  6. word-wrap: break-word; /* IE */
  7. /*line-height: 200%;*/ /* IE */
  8. }
  9. .cw-multi-field
  10. {
  11. /*height: 48px;*/
  12. }
  13. .cw-multi-field-left
  14. {
  15. float: left;
  16. display: inline-block;
  17. width: 50%;
  18. }
  19. .cw-multi-field-left > div
  20. {
  21. float: left;
  22. }
  23. .cw-multi-field-right
  24. {
  25. float: right;
  26. display: inline-block;
  27. width: 50%;
  28. }
  29. .cw-multi-field-right > div
  30. {
  31. float: left;
  32. }
  33. .cw-multi-field-merge
  34. {
  35. min-height: 32px;
  36. }
  37. .cw-multi-field-label-ex
  38. {
  39. width: 96px;
  40. }
  41. .cw-multi-field-overlay > .dx-field-label
  42. {
  43. width: 96px;
  44. }
  45. .cw-multi-field-overlay > .dx-field-value
  46. {
  47. float: left;
  48. }
  49. .cw-multi-field-label
  50. {
  51. width: 96px;
  52. padding-top: 24px;
  53. padding-bottom: 0px;
  54. }
  55. .cw-multi-field-value-multiple:not(.dx-button)
  56. {
  57. float: left;
  58. display:inline-block;
  59. /*margin-top: 16px;*/
  60. padding-top: 0px;
  61. padding-bottom: 0px;
  62. padding: 8px 10px;
  63. }
  64. #searchViewCheckBox {
  65. display: inline;
  66. float: left;
  67. width: 40px;
  68. }
  69. #searchViewCondition {
  70. display: inline;
  71. float: left;
  72. width: 300px;
  73. }
  74. /* cw */
  75. .Cw-NextButton{
  76. position:relative;
  77. background-image:url(/images/home-page-right.png);
  78. background-repeat:no-repeat;
  79. background-position:left center;
  80. margin-left:15px;
  81. width: 38px;
  82. height:100px;
  83. cursor:pointer;
  84. cursor:hand;
  85. }
  86. .Cw-NextButton:hover{
  87. background-image:url(/images/home-page-right-hot.png);
  88. }
  89. .Cw-HideNextButton{
  90. position:relative;
  91. background-image:url(/images/next-arrow-inactive.png);
  92. background-repeat:no-repeat;
  93. background-position:left center;
  94. margin-left:15px;
  95. width: 38px;
  96. height:100px;
  97. cursor:default;
  98. }
  99. .Cw-PrevButton{
  100. background-image:url(/images/home-page-left.png);
  101. background-repeat:no-repeat;
  102. background-position:right center;
  103. margin-right:15px;
  104. width: 38px;
  105. height:100px;
  106. cursor:pointer;
  107. cursor:hand;
  108. }
  109. .Cw-PrevButton:hover{
  110. background-image:url(/images/home-page-left-hot.png);
  111. }
  112. .Cw-HidePrevButton {
  113. position: relative;
  114. background-image: url(/images/prev-arrow-inactive.png);
  115. background-repeat: no-repeat;
  116. background-position: right center;
  117. margin-right: 15px;
  118. width: 38px;
  119. height: 100px;
  120. cursor: default;
  121. }