123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- .cw-wordwrap {
- white-space: pre-wrap; /* CSS3 */
- white-space: -moz-pre-wrap; /* Firefox */
- white-space: -pre-wrap; /* Opera <7 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* IE */
- line-height: 200%; /* IE */
- }
- .cw-multi-field
- {
- /*height: 48px;*/
- }
- .cw-multi-field-left
- {
- float: left;
- display: inline-block;
- width: 50%;
- }
- .cw-multi-field-left > div
- {
- float: left;
- }
- .cw-multi-field-right
- {
- float: right;
- display: inline-block;
- width: 50%;
- }
- .cw-multi-field-right > div
- {
- float: left;
- }
- .cw-multi-field-merge
- {
- min-height: 32px;
- }
- .cw-multi-field-label-ex
- {
- width: 96px;
- }
- .cw-multi-field-overlay > .dx-field-label
- {
- width: 96px;
- }
- .cw-multi-field-overlay > .dx-field-value
- {
- float: left;
- }
- .cw-multi-field-label
- {
- width: 96px;
- padding-top: 24px;
- padding-bottom: 0px;
- }
- .cw-multi-field-value-multiple:not(.dx-button)
- {
- float: left;
- display:inline-block;
- margin-top: 16px;
- padding-top: 0px;
- padding-bottom: 0px;
- }
- #searchViewCheckBox {
- display: inline;
- float: left;
- width: 40px;
- }
- #searchViewCondition {
- display: inline;
- float: left;
- width: 300px;
- }
- /* cw */
- .Cw-NextButton{
- position:relative;
- background-image:url(/images/home-page-right.png);
- background-repeat:no-repeat;
- background-position:left center;
- margin-left:15px;
- width: 38px;
- height:100px;
- cursor:pointer;
- cursor:hand;
- }
- .Cw-NextButton:hover{
- background-image:url(/images/home-page-right-hot.png);
- }
- .Cw-HideNextButton{
- position:relative;
- background-image:url(/images/next-arrow-inactive.png);
- background-repeat:no-repeat;
- background-position:left center;
- margin-left:15px;
- width: 38px;
- height:100px;
- cursor:default;
- }
- .Cw-PrevButton{
- background-image:url(/images/home-page-left.png);
- background-repeat:no-repeat;
- background-position:right center;
- margin-right:15px;
- width: 38px;
- height:100px;
- cursor:pointer;
- cursor:hand;
- }
- .Cw-PrevButton:hover{
- background-image:url(/images/home-page-left-hot.png);
- }
- .Cw-HidePrevButton {
- position: relative;
- background-image: url(/images/prev-arrow-inactive.png);
- background-repeat: no-repeat;
- background-position: right center;
- margin-right: 15px;
- width: 38px;
- height: 100px;
- cursor: default;
- }
|