Koha + mkws-widget-reference.css
[mkws-moved-to-github.git] / tools / htdocs / external / koha / koha-mkws.css
index 9eaf690..6cc804e 100644 (file)
@@ -1,6 +1,14 @@
+/*! Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com
+ * Licence: GPL, http://www.indexdata.com/licences/gpl
+ *
+ * Style sheet for MKWS plugin for Koha
+ * https://mkws.indexdata.com
+ *
+*/
+
 /* submit button color */
-form[name=mkwsSearchForm] > input[type=submit].mkwsButton { 
-  background: #006dcc; 
+form[name=mkwsSearchForm] > input[type=submit].mkwsButton {
+  background: #006dcc;
   border: 3px outset #006dcc;
   margin-bottom: 10px;
 }
@@ -8,7 +16,7 @@ form[name=mkwsSearchForm] > input[type=submit].mkwsButton {
 select.mkwsTeam_AUTO {
   width: 10em;
   font-size: 11px;
-  height: 20px;
+  height: 25px;
 }
 
 /* facet links */
@@ -61,7 +69,7 @@ div.mkwsFacet > div.term > span { color: #000; }
   margin-bottom: 5px;
 }
 
-.mkws-autosearch div.mkwsRecords { 
+.mkws-autosearch div.mkwsRecords {
   padding: 3px;
 }
 
@@ -97,3 +105,17 @@ input[type=submit].mkwsButton {
   background: #fff;
 }
 
+/********************************************************************************
+ * Koha + mkws-widget-reference.css 
+ */
+.mkwsReference h1 a { color: #0076b2; }
+.mkwsReference {
+    border: none;
+    background: none;
+    border-radius: none;
+    -moz-border-radius: none;
+    -webkit-border-radius: none;
+}
+
+/* EOF */
+