Trying to fix checkall function in the cart
[koha_fer] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
index 07b8801..09c7b11 100644 (file)
@@ -1340,11 +1340,12 @@ div#menu li.active a:hover {
 
 #cartmenulink span#basket {
        background-image : none;
+       float : none;
        display : inline;
        height : auto;
        position : relative;
        margin : 0;
-       padding : 0 5px 0 0;
+       padding : 0;
        left : auto;
        right : auto;
        top : auto;
@@ -1355,15 +1356,20 @@ div#menu li.active a:hover {
        background-color : #E6FCB7;
        color : #000;
        display : inline;
+       float : none;
        font-size : 80%;
        font-weight : normal;
        margin : 0 0 0 .9em;
        padding : 0 .3em 0 .3em;
        position : relative;
+       left : auto;
        right : auto;
        top : auto;
 }
 
+*html #cartmenulink span#basket, *html #cartmenulink span#basket span {
+}
+
 a#listsmenulink, a#listsmenulink:hover {
        color : #006699;
        font-size : 105%;