[Koha-patches] [PATCH] New styles for bulk hold and bulk tag inputs on search results page.

Owen Leonard oleonard at myacpl.org
Sat Apr 4 20:53:48 CEST 2009


This change gives the buttons a link style like is used on the lists page. My hope is that the similarity will help the user recognize the function, and the differentiation from the "Save" button will improve the clarity over having three similar buttons.
---
 koha-tmpl/opac-tmpl/prog/en/css/opac.css |   24 +++++++++++++++++++++---
 koha-tmpl/opac-tmpl/prog/images/tag.gif  |  Bin 0 -> 81 bytes
 koha-tmpl/opac-tmpl/prog/images/tags.gif |  Bin 0 -> 93 bytes
 3 files changed, 21 insertions(+), 3 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/prog/images/tag.gif
 create mode 100644 koha-tmpl/opac-tmpl/prog/images/tags.gif

diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
index 6bf54e0..ec96b30 100644
--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css
+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
@@ -456,14 +456,32 @@ a.send {
 	text-decoration : none;
 	padding-left : 21px;
 }
-a.hold {
+a.hold,#placehold input.submit {
 	background-image: url(../../images/placereserve.gif);
 	background-position : 9px center;
 	background-repeat : no-repeat;
 	text-decoration : none;
 	padding-left : 34px;
 }
-
+#placehold input.submit,#tagsel_span input.submit {
+	border : 0;
+	background-color: transparent;
+	font-size : 100%;
+	font-weight : bold;
+	padding-left : 31px;
+	text-decoration : underline;
+	color : #336699;
+	cursor : pointer;
+}
+#tagsel_span input.submit {
+	background-image: url(../../images/tags.gif);
+	background-position : 9px center;
+	background-repeat : no-repeat;
+	padding-left : 24px;
+}
+#placehold input.submit:hover,#tagsel_span input.submit:hover {
+	color: #990033;
+}
 #toolbar a.empty {
 	background-image: url(../../images/trash.gif);
 }
@@ -792,7 +810,7 @@ a.cancel {
 	margin-top : 5px;
 }
 
-.cartlist input.submit {
+.cartlist input.submit, #tagsel_button {
 	background-color : #d8deb8;
 	background-image : none;
 	border-color : #bebf84;
diff --git a/koha-tmpl/opac-tmpl/prog/images/tag.gif b/koha-tmpl/opac-tmpl/prog/images/tag.gif
new file mode 100644
index 0000000000000000000000000000000000000000..7d9e9e7dcc87fc83e09a612b2bb5d39926e2f124
GIT binary patch
literal 81
zcmZ?wbhEHb<YVAtn8?iV|NnpEw3+|^p8+xyf3h$#FfcRdFaQBao`FeePJiV>**gIY
i0ejUmcosdMRWR>a#r?ENVO(Bmugf-+xcV|OSOWm7r5)S=

literal 0
HcmV?d00001

diff --git a/koha-tmpl/opac-tmpl/prog/images/tags.gif b/koha-tmpl/opac-tmpl/prog/images/tags.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e243c9e83e6838891ca7067cc7b073c5f26641ca
GIT binary patch
literal 93
zcmZ?wbhEHb<YVAtn8?iV|Noi)|Nk4O%><H)KUo+V7?>G!7=QpI&%mTNM|ZjPq?$<#
u{g&(+If>71#W+sSyx38t*3_q^vE|9~BWu}<zE>^dOL?6mAnwe_U=08!#v)$;

literal 0
HcmV?d00001

-- 
1.5.6.5




More information about the Koha-patches mailing list