|
|
|
@ -2059,8 +2059,10 @@ button.icon-save:before { |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.search-form button, |
|
|
|
.search-form button.search_submit, |
|
|
|
.in-search-form button{ |
|
|
|
.search-form button.modal-approve, |
|
|
|
|
|
|
|
.in-search-form button.search_submit, |
|
|
|
|
|
|
|
.in-search-form button.modal-approve{ |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
vertical-align: top; |
|
|
|
vertical-align: top; |
|
|
|
height: 40px; |
|
|
|
height: 40px; |
|
|
|
@ -2081,12 +2083,14 @@ button.icon-save:before { |
|
|
|
-webkit-filter: none; |
|
|
|
-webkit-filter: none; |
|
|
|
filter: none; |
|
|
|
filter: none; |
|
|
|
} |
|
|
|
} |
|
|
|
.pwf-buttons-line button{ |
|
|
|
button.modal-approve{ |
|
|
|
border-radius: 4px; |
|
|
|
border-radius: 4px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.search-form button:before, |
|
|
|
.search-form button.search_submit:before, |
|
|
|
.in-search-form button:before { |
|
|
|
.search-form button.modal-approve:before, |
|
|
|
|
|
|
|
.in-search-form button.search_submit:before , |
|
|
|
|
|
|
|
.in-search-form button.modal-approve:before { |
|
|
|
content: ' '; |
|
|
|
content: ' '; |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
vertical-align: middle; |
|
|
|
vertical-align: middle; |
|
|
|
@ -2189,10 +2193,13 @@ button.icon-save:before { |
|
|
|
font-style: normal; |
|
|
|
font-style: normal; |
|
|
|
color: #a2a2a2; |
|
|
|
color: #a2a2a2; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* # clear all button*/ |
|
|
|
|
|
|
|
.in-search-form .modal-clear, |
|
|
|
.mp-catalog { |
|
|
|
.search-form .modal-clear{ |
|
|
|
|
|
|
|
height: 40px; |
|
|
|
|
|
|
|
border: 1px solid #fff; |
|
|
|
|
|
|
|
padding: 0 25px; |
|
|
|
|
|
|
|
box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px 0 rgba(0, 0, 0, .2); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* end of search block*/ |
|
|
|
/* end of search block*/ |
|
|
|
@ -4032,7 +4039,6 @@ form.s-message { |
|
|
|
.c-select-box .csb-menu .q-sel { |
|
|
|
.c-select-box .csb-menu .q-sel { |
|
|
|
width: 190px; |
|
|
|
width: 190px; |
|
|
|
float: right; |
|
|
|
float: right; |
|
|
|
margin-top: 1em; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -12013,6 +12019,21 @@ hr + .rq-note { |
|
|
|
.mt-0{ |
|
|
|
.mt-0{ |
|
|
|
margin-top: 0; |
|
|
|
margin-top: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
button.gray{ |
|
|
|
|
|
|
|
background: #dbdbdb; /* Old browsers */ |
|
|
|
|
|
|
|
background: -moz-linear-gradient(top, #dbdbdb 0%, #bdbdbd 100%); /* FF3.6+ */ |
|
|
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#bdbdbd)); /* Chrome,Safari4+ */ |
|
|
|
|
|
|
|
background: -webkit-linear-gradient(top, #dbdbdb 0%,#bdbdbd 100%); /* Chrome10+,Safari5.1+ */ |
|
|
|
|
|
|
|
background: -o-linear-gradient(top, #dbdbdb 0%,#bdbdbd 100%); /* Opera 11.10+ */ |
|
|
|
|
|
|
|
background: -ms-linear-gradient(top, #dbdbdb 0%,#bdbdbd 100%); /* IE10+ */ |
|
|
|
|
|
|
|
background: linear-gradient(to bottom, #dbdbdb 0%,#bdbdbd 100%); /* W3C */ |
|
|
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-9 */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
button.gray:hover{ |
|
|
|
|
|
|
|
background: #dbdbdb; /* Old browsers */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|