Minor tweak to tags display.
authorOwen Leonard <oleonard@myacpl.org>
Thu, 24 Jul 2008 14:57:37 +0000 (09:57 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 24 Jul 2008 16:26:22 +0000 (11:26 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/opac-tmpl/prog/en/css/opac.css

index 79f68e6..ec06a59 100644 (file)
@@ -1050,6 +1050,15 @@ width: 100%;
        padding : 0 0 .5em 0;
 }
 
+.searchresults .tagstatus {
+       display: block;
+       color: #707070;
+}
+
+#login4tags {
+       margin-top : .3em;
+}
+
 .results_summary .label {
        color: #202020;
 }
@@ -1709,4 +1718,4 @@ table#items th {
 }
 #action {
        margin-top: 0;
-}
+}
\ No newline at end of file