-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced search meets CSS grid #4076
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@crhallberg, looks like you need to run the update-bootstrap5
phing action to get the themes in sync.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @crhallberg -- see below for a couple of comments.
<h1 class="pull-left flip"><?=$this->transEsc('Advanced Search')?></h1> | ||
<div id="groupJoin" class="form-inline pull-right flip"> | ||
<div class="adv-search-header"> | ||
<h2><?=$this->transEsc('Advanced Search')?></h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be undoing #4221, which is probably not the desired outcome.
@@ -229,7 +237,7 @@ | |||
</div> | |||
<?php | |||
$script = <<<JS | |||
$('#groupPlaceHolder').click(function(e) { | |||
$('#adv-add-group-btn').click(function(e) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth de-jQuerying this while we're changing it anyway, since I think it would be a pretty minor change?
This is an upstream fix for a local issue we were having where the search type selects were too narrow to display our longer options. It may be time to refactor how the HTML is built, but I only changed enough to remove extra containers and such.