Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function widget( $args, $instance ) {
'multisearch-tabs',
plugin_dir_url( __FILE__ ) . 'mitlib-multisearch-widget.css',
array(),
'1.8.0'
'1.9.0'
);
wp_enqueue_style( 'multisearch-tabs' );

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@
}
.r-tabs .button-search {
-webkit-appearance: none;
transition: background-color .25s, border .25s;
border: 1px solid #000;
border-radius: 3px;
border-radius: 0;
border: none;
padding: 5px 10px;
background-color: #000;
background-color: #e50000;
background-image: none;
font-size: 1rem;
box-shadow: none;
color: #fff;
}
.r-tabs .button-search:hover,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ class="form search-bento"
action="https://search.libraries.mit.edu/results"
method="get"
data-target="bento">
<label for="searchinput-bento">Search the MIT Libraries</label>
<label for="searchinput-bento">Search for books, articles, library services, and more</label>
<div class="wrap-flex">
<div class="flex-left">
<input
class="field field-text"
type="text"
id="searchinput-bento"
name="q"
placeholder="Search across collections, services, and website content">
placeholder="Try a citation, topic, database, etc.">
</div>
<div class="flex-right">
<input class="button button-search" type="submit" value="Search">
Expand All @@ -29,7 +29,7 @@ class="field field-text"
</form>
<div class="search-option-links">
<div>
<a href="/search-advanced/">Advanced search</a> | <a href="/search/">More ways to search</a>
<a href="/search-advanced/">Advanced search</a>
</div>
<?php if ( 'included' == $nls_included ) { ?>
<div class="nls-toggle">
Expand Down