Changing
authorhdl <hdl>
Mon, 30 Apr 2007 14:32:15 +0000 (14:32 +0000)
committerhdl <hdl>
Mon, 30 Apr 2007 14:32:15 +0000 (14:32 +0000)
facets to dl in search page.
facets header to dt.

koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css

index 7217a9c..d18e4f2 100644 (file)
@@ -317,20 +317,35 @@ legend {
 }
 
 /* facets bloc */
-#facets {
+dl {
+    display:inline;
     float:right;
     margin-top: 15px;
     margin-left: 15px;
     border:1px solid #CCCCCC;
 }
 
-#facets h2 {
+dt {
     background-color:#CCCCCC;
     margin:0px;
     padding:0px;
     font-size:1.1em;
 }
 
+/* bulkedit bloc */
+/*#bulkedit {
+    margin-top: 15px;
+    margin-left: 15px;
+    border:1px solid #CCCCCC;
+}
+
+#bulkedit h2 {
+    background-color:#CCCCCC;
+    margin:0px;
+    padding:0px;
+    font-size:1.1em;
+}*/
+
 /* the USER information block */
 #librarian_information {
 /*     position:absolute; */