|
Lines 849-859
fieldset.rows .inputnote {
Link Here
|
| 849 |
background-position : center left; |
849 |
background-position : center left; |
| 850 |
background-repeat : no-repeat; |
850 |
background-repeat : no-repeat; |
| 851 |
} |
851 |
} |
|
|
852 |
|
| 852 |
#z3950searcht table { |
853 |
#z3950searcht table { |
| 853 |
/* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */ |
854 |
/* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */ |
| 854 |
padding: 20px; |
855 |
padding: 20px; |
| 855 |
border: none; |
856 |
border: none; |
| 856 |
} |
857 |
} |
|
|
858 |
|
| 859 |
#z3950_search_targets { |
| 860 |
height: 338px; |
| 861 |
overflow-y: auto; |
| 862 |
} |
| 863 |
|
| 857 |
#printbiblio button, #printbiblio a, #printmenuc .first-child { |
864 |
#printbiblio button, #printbiblio a, #printmenuc .first-child { |
| 858 |
padding-left : 34px; |
865 |
padding-left : 34px; |
| 859 |
background-image: url("../../img/toolbar-print.gif"); |
866 |
background-image: url("../../img/toolbar-print.gif"); |
|
Lines 2740-2743
span.onsite_checkout {
Link Here
|
| 2740 |
background-color : rgba(255, 242, 206, 0.5); |
2747 |
background-color : rgba(255, 242, 206, 0.5); |
| 2741 |
border-radius: 4px; |
2748 |
border-radius: 4px; |
| 2742 |
border : 1px solid #FFF2CE; |
2749 |
border : 1px solid #FFF2CE; |
| 2743 |
} |
2750 |
} |