Adding new "tag" icon to tag link in lists interface. Also removing an unwanted ID...
authorOwen Leonard <oleonard@myacpl.org>
Tue, 7 Apr 2009 19:03:02 +0000 (14:03 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 8 Apr 2009 17:30:20 +0000 (12:30 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl

index 557e173..042a613 100644 (file)
@@ -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;
index f6b8449..e4f5ddc 100644 (file)
@@ -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 -->