From: Wolfram Schneider Date: Mon, 26 May 2014 12:00:48 +0000 (+0200) Subject: add documentation & copyright X-Git-Tag: 1.0.0~600 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=inline;h=415a88c85afb69b445d70b78bf8bc448d5f006d6;p=mkws-moved-to-github.git add documentation & copyright --- diff --git a/tools/htdocs/external/koha/koha-mkws.css b/tools/htdocs/external/koha/koha-mkws.css index 9eaf690..efb3e69 100644 --- a/tools/htdocs/external/koha/koha-mkws.css +++ b/tools/htdocs/external/koha/koha-mkws.css @@ -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