cleaning duplicate entries in top menus & fixing a bug in "branch" index (zebra)...
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / includes / intranet2.css
index a5e4381..0e88920 100644 (file)
@@ -167,11 +167,12 @@ legend {
 }
 
 .available {
-    background-color: white;
+    font-size:0.75em;
 }
 
 .unavailable {
     background-color: #FFED3D;
+    font-size:0.75em;
 }
 
 .hasexpirated {
@@ -421,10 +422,20 @@ legend {
     margin-left:10px;
 }
 
+
+/* the online help button */
 #onlinehelp {
     position:absolute;
     top:0px;
-    right:10px;
+    right:0px;
+}
+#onlinehelp a {
+        color:white;
+}
+
+/* the login box */
+#login {
+    font-size:0.7em;
 }
 
 /* the design of the INactives tab buttons (all other tabs) */
@@ -513,3 +524,21 @@ a.info:hover span {
     color: white;
     padding: 2px;
 }
+
+/* the itemtype list (in adv search) */
+#itemtypelist {
+    width:700px;
+}
+#itemtypelist td {
+    border : 0px;
+    margin : 0px;
+    padding: 5px;
+    border-collapse:collapse;
+    border: 1px solid white;
+    background-color:#CCCCCC;
+    vertical-align:top;
+}
+
+#itemtypelist p {
+    margin:0px;
+}
\ No newline at end of file