|
Lines 774-859
fieldset.rows .inputnote {
Link Here
|
| 774 |
visibility:visible; /* you propably don't need to change this one */ |
774 |
visibility:visible; /* you propably don't need to change this one */ |
| 775 |
display:block; |
775 |
display:block; |
| 776 |
} |
776 |
} |
| 777 |
#new_course a, #newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child { |
|
|
| 778 |
padding-left : 34px; |
| 779 |
background-image: url("../img/toolbar-new.gif"); |
| 780 |
background-position : center left; |
| 781 |
background-repeat : no-repeat; |
| 782 |
} |
| 783 |
|
| 784 |
#changepassword a { |
| 785 |
padding-left : 34px; |
| 786 |
background-image: url("../img/toolbar-password.gif"); |
| 787 |
background-position : center left; |
| 788 |
background-repeat : no-repeat; |
| 789 |
} |
| 790 |
|
| 791 |
#manageorders a { |
| 792 |
padding-left : 34px; |
| 793 |
background-image: url("../img/toolbar-orders.gif"); |
| 794 |
background-position : center left; |
| 795 |
background-repeat : no-repeat; |
| 796 |
} |
| 797 |
|
| 798 |
|
| 799 |
#savemenuc .first-child, #addbiblio .first-child { |
| 800 |
padding-left : 34px; |
| 801 |
background-image: url("../img/toolbar-save.gif"); |
| 802 |
background-position : center left; |
| 803 |
background-repeat : no-repeat; |
| 804 |
} |
| 805 |
|
| 806 |
#editpatron a, |
| 807 |
#editreport a, |
| 808 |
#editmenuc .first-child, |
| 809 |
#editshelf a, |
| 810 |
#edit a, |
| 811 |
#editsupplier a, |
| 812 |
#managelabel a, |
| 813 |
#managetemplate a, |
| 814 |
#managelabelbatch a, |
| 815 |
#manageprofile a, |
| 816 |
#periods_menuc .first-child { |
| 817 |
padding-left : 34px; |
| 818 |
background-image: url("../img/toolbar-edit.gif"); |
| 819 |
background-position : center left; |
| 820 |
background-repeat : no-repeat; |
| 821 |
} |
| 822 |
|
| 823 |
#duplicate a { |
| 824 |
padding-left : 34px; |
| 825 |
background-image: url("../img/toolbar-duplicate.gif"); |
| 826 |
background-position : center left; |
| 827 |
background-repeat : no-repeat; |
| 828 |
} |
| 829 |
|
| 830 |
#receive a { |
| 831 |
padding-left : 34px; |
| 832 |
background-image: url("../img/toolbar-receive.gif"); |
| 833 |
background-position : center left; |
| 834 |
background-repeat : no-repeat; |
| 835 |
} |
| 836 |
|
| 837 |
#renew a { |
| 838 |
padding-left : 34px; |
| 839 |
background-image: url("../img/toolbar-renew.gif"); |
| 840 |
background-position : center left; |
| 841 |
background-repeat : no-repeat; |
| 842 |
} |
| 843 |
|
| 844 |
#deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a { |
| 845 |
padding-left : 34px; |
| 846 |
background-image: url("../img/toolbar-delete.gif"); |
| 847 |
background-position : center left; |
| 848 |
background-repeat : no-repeat; |
| 849 |
} |
| 850 |
|
| 851 |
#z3950search .first-child { |
| 852 |
padding-left : 34px; |
| 853 |
background-image: url("../img/toolbar-search.gif"); |
| 854 |
background-position : center left; |
| 855 |
background-repeat : no-repeat; |
| 856 |
} |
| 857 |
|
777 |
|
| 858 |
#z3950searcht table { |
778 |
#z3950searcht table { |
| 859 |
/* 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 */ |
779 |
/* 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 */ |
|
Lines 876-912
fieldset.rows .inputnote {
Link Here
|
| 876 |
overflow-y: auto; |
796 |
overflow-y: auto; |
| 877 |
} |
797 |
} |
| 878 |
|
798 |
|
| 879 |
#printbiblio button, #printbiblio a, #printmenuc .first-child { |
|
|
| 880 |
padding-left : 34px; |
| 881 |
background-image: url("../img/toolbar-print.gif"); |
| 882 |
background-position : center left; |
| 883 |
background-repeat : no-repeat; |
| 884 |
} |
| 885 |
|
| 886 |
#addtoshelf button, #addtoshelf a { |
| 887 |
padding-left : 34px; |
| 888 |
background-image: url("../img/toolbar-add-to-shelf.gif"); |
| 889 |
background-position : center left; |
| 890 |
background-repeat : no-repeat; |
| 891 |
} |
| 892 |
|
| 893 |
#placehold a, |
| 894 |
#placehold button, |
| 895 |
#holdfor .first-child { |
| 896 |
padding-left : 34px; |
| 897 |
background-image: url("../img/toolbar-hold.gif"); |
| 898 |
background-position : center left; |
| 899 |
background-repeat : no-repeat; |
| 900 |
} |
| 901 |
|
| 902 |
#placeholdc #yui-gen13 { border-top : 1px solid #CCCCCC; margin-top : .3em; } |
| 903 |
|
| 904 |
#holdfor .first-child { padding-left : 17px; } |
| 905 |
|
| 906 |
#editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child, #budgets_menuc .first-child, #periods_menuc .first-child { |
| 907 |
padding-left : 15px; |
| 908 |
} |
| 909 |
|
| 910 |
.error { |
799 |
.error { |
| 911 |
color: #cc0000; |
800 |
color: #cc0000; |
| 912 |
} |
801 |
} |
|
Lines 1109-1139
div.first fieldset {
Link Here
|
| 1109 |
background : #FFF none; |
998 |
background : #FFF none; |
| 1110 |
} |
999 |
} |
| 1111 |
|
1000 |
|
| 1112 |
.dialog input.save { |
1001 |
td input.approve { |
| 1113 |
background: #fff url(../img/toolbar-save.gif) no-repeat 4px center; |
1002 |
background-color : #FFC; |
| 1114 |
color:black; |
|
|
| 1115 |
padding: .4em .4em .4em 34px; |
| 1116 |
} |
| 1117 |
|
| 1118 |
.dialog input.edit { |
| 1119 |
background: #fff url(../img/toolbar-edit.gif) no-repeat 4px center; |
| 1120 |
color:black; |
| 1121 |
max-width : 13em; |
| 1122 |
padding: .4em .4em .4em 34px; |
| 1123 |
white-space: normal; |
| 1124 |
} |
| 1125 |
|
| 1126 |
.dialog input.new { |
| 1127 |
background: #fff url(../img/toolbar-new.gif) no-repeat 4px center; |
| 1128 |
color:black; |
| 1129 |
max-width : 13em; |
| 1130 |
padding: .4em .4em .4em 34px; |
| 1131 |
white-space: normal; |
| 1132 |
} |
| 1133 |
|
| 1134 |
.dialog input.print { |
| 1135 |
background : #FFF url(../img/print-confirm.gif) no-repeat 4px center; |
| 1136 |
padding : .4em .4em .4em 25px; |
| 1137 |
} |
1003 |
} |
| 1138 |
|
1004 |
|
| 1139 |
.dialog input:hover { |
1005 |
.dialog input:hover { |
|
Lines 1198-1213
div.alert strong {
Link Here
|
| 1198 |
color: #425FAF; |
1064 |
color: #425FAF; |
| 1199 |
} |
1065 |
} |
| 1200 |
|
1066 |
|
| 1201 |
a.clear-field { |
|
|
| 1202 |
background: transparent url("../img/clear-field.png") center left no-repeat; |
| 1203 |
padding-left : 16px; |
| 1204 |
} |
| 1205 |
|
| 1206 |
a.clone-field { |
| 1207 |
background: transparent url("../img/clone-field.png") center left no-repeat; |
| 1208 |
padding-left : 20px; |
| 1209 |
} |
| 1210 |
|
| 1211 |
a.document { |
1067 |
a.document { |
| 1212 |
background-position : left middle; |
1068 |
background-position : left middle; |
| 1213 |
background-repeat : no-repeat; |
1069 |
background-repeat : no-repeat; |
|
Lines 2430-2447
button,
Link Here
|
| 2430 |
margin-top : .6em; |
2286 |
margin-top : .6em; |
| 2431 |
} |
2287 |
} |
| 2432 |
|
2288 |
|
| 2433 |
.icon-hold { |
|
|
| 2434 |
background-position:-24px -166px; |
| 2435 |
} |
| 2436 |
|
| 2437 |
.icon-copy { |
| 2438 |
background-position:-3px -166px; |
| 2439 |
} |
| 2440 |
|
| 2441 |
.icon-merge { |
| 2442 |
background-position:-48px -166px; |
| 2443 |
} |
| 2444 |
|
| 2445 |
#toolbar .btn, |
2289 |
#toolbar .btn, |
| 2446 |
#toolbar .dropdown-menu, |
2290 |
#toolbar .dropdown-menu, |
| 2447 |
.btn-toolbar .btn, |
2291 |
.btn-toolbar .btn, |
|
Lines 2458-2465
a.btn:visited{
Link Here
|
| 2458 |
a.dropdown-toggle { |
2302 |
a.dropdown-toggle { |
| 2459 |
white-space: nowrap; |
2303 |
white-space: nowrap; |
| 2460 |
} |
2304 |
} |
| 2461 |
[class^="icon-"],[class*=" icon-"]{background-image:url("../img/glyphicons-halflings-koha.png");} |
2305 |
|
| 2462 |
.icon-white,.nav-tabs>.active>a>[class^="icon-"],.nav-tabs>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url("../img/glyphicons-halflings-white-koha.png");} |
|
|
| 2463 |
a.disabled { |
2306 |
a.disabled { |
| 2464 |
color : #999999; |
2307 |
color : #999999; |
| 2465 |
} |
2308 |
} |