add documentation & copyright
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 26 May 2014 12:00:48 +0000 (14:00 +0200)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 26 May 2014 12:00:48 +0000 (14:00 +0200)
tools/htdocs/external/koha/koha-mkws.css

index 9eaf690..efb3e69 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;
 }
@@ -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,4 @@ input[type=submit].mkwsButton {
   background: #fff;
 }
 
+/* EOF */
\ No newline at end of file