---
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   14 ++++++++++----
 .../opac-tmpl/prog/en/modules/opac-shelves.tmpl    |    2 +-
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css 
b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
index ec96b30..12e2185 100644
--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css
+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
@@ -456,28 +456,34 @@ a.send {
        text-decoration : none;
        padding-left : 21px;
 }
-a.hold,#placehold input.submit {
+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 {
+#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 {
+#tagsel_span input.submit,
+#tagsel_tag {
        background-image: url(../../images/tags.gif);
        background-position : 9px center;
        background-repeat : no-repeat;
        padding-left : 24px;
+       text-decoration: none;
+}
+#tagsel_tag {
+       padding-left: 27px;
 }
 #placehold input.submit:hover,#tagsel_span input.submit:hover {
        color: #990033;
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl 
b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl
index f6b8449..e4f5ddc 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl
@@ -155,7 +155,7 @@ $(document).ready(function(){
               <!-- /TMPL_LOOP --><!-- /paramsloop -->
             <!-- /TMPL_IF --> <!-- /paramsloop -->
 
-            <div id="toolbar" class="yui-g">
+            <div class="yui-g">
             
 
             <!-- TMPL_IF NAME="viewshelf" --><!--  Viewing a particular shelf 
-->
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to