X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fexternal%2Fkoha%2Fkoha-mkws.css;h=efde942c509300b8449e3f510366fe91db820ca4;hb=f951526c9f26c56376ca94a66ffc278392fad8e2;hp=9eaf69011c569a2a123b6d52dc9c934ef17d35ea;hpb=22ba1074d028d04d877bf2a28e040424f6f3a7f5;p=mkws-moved-to-github.git diff --git a/tools/htdocs/external/koha/koha-mkws.css b/tools/htdocs/external/koha/koha-mkws.css index 9eaf690..efde942 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; } @@ -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 */ @@ -23,6 +31,7 @@ div.mkwsFacet > div.term > span { color: #000; } .span10 { width: 768px } .row-fluid .span10 { width: 72.90598290598291%; } + .row-fluid .span7 { width: 45.26495726495726%;; } .row-fluid .span2 { width: 23.52991452991453%; } } @@ -31,6 +40,7 @@ div.mkwsFacet > div.term > span { color: #000; } .span10 { width: 920px } .row-fluid .span10 { width: 73.90598290598291%; } + .row-fluid .span7 { width: 48.26495726495726%;; } .row-fluid .span2 { width: 23.52991452991453%; } } @@ -61,7 +71,7 @@ div.mkwsFacet > div.term > span { color: #000; } margin-bottom: 5px; } -.mkws-autosearch div.mkwsRecords { +.mkws-autosearch div.mkwsRecords { padding: 3px; } @@ -97,3 +107,16 @@ 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 */