removing escape=url as it broke '=' for q=query
[koha_fer] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
index ac4463b..1a0c347 100644 (file)
@@ -144,6 +144,10 @@ fieldset.action {
        width : auto;
 }
 
+fieldset.action p {
+       margin-bottom : 1em;
+}
+
 form {
        display : inline;
        margin : 0;
@@ -1022,8 +1026,11 @@ width: 100%;
 .searchhighlightblob {
        font-size : 85%;
 }
+.results_summary {
 
-
+    font-size: 95%;
+    color: grey;
+}
 .dialog {
   border: 1px solid #bcbcbc;
        padding : .5em;
@@ -1285,6 +1292,10 @@ div#menu li.active a:hover {
        padding : 3px 3px .5em 1em;
 }
 
+#further ul li {
+       list-style-image : url("../../images/further-bullet.gif");
+}
+
 #similars {
        background-color : #FFF;
     text-align : center;
@@ -1602,4 +1613,17 @@ input.deleteshelf {
 
 input.editshelf:active,input.deleteshelf:active {
        border : 0;
-}
\ No newline at end of file
+}
+
+#comments .commentline {
+       border-bottom : 2px solid #eeeeeb;
+       margin : 0 -.5em 0 -.5em;
+       padding : 0 .5em .5em .5em;
+}
+#comments .yours {
+       background-color : #effed5;
+}
+#comments #addcomment {
+       margin : 0 -1em -1em -1em;
+       padding : .3em 1em;
+}