From: Mike Taylor Date: Tue, 28 Jan 2014 11:21:11 +0000 (+0000) Subject: Styling for search-box is now keyed on class as well as id. X-Git-Tag: 1.0.0~1579 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=fe8c92412cda222f27573d390678ce7616b5c6c0 Styling for search-box is now keyed on class as well as id. --- diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index 4cd04c3..4db8315 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -1,6 +1,6 @@ #mkwsLang, #mkwsSwitch, -#mkwsSearch, +#mkwsSearch, .mkwsSearch, #mkwsTermlists, #mkwsRanking, #mkwsPager, @@ -28,7 +28,7 @@ padding: 0px 3px; } -#mkwsSearch { +#mkwsSearch, .mkwsSearch { float: right; } @@ -76,7 +76,7 @@ text-decoration: line-through; } -#mkwsSearch input#mkwsButton { +#mkwsSearch input#mkwsButton, .mkwsSearch input.mkwsButton { border: 3px outset #132194; background-color: #132194; padding: 2px; @@ -89,7 +89,7 @@ cursor: pointer; } -#mkwsSearch input#mkwsQuery { +#mkwsSearch input#mkwsQuery, .mkwsSearch input.mkwsQuery { border: 2px inset #e0f0ff; padding: 3px; font-size: 12px;