Further clean up search IDs

This commit is contained in:
alistair3149 2019-12-11 16:06:51 -05:00
parent dd547503dd
commit 8e1f9df096
2 changed files with 2 additions and 2 deletions

View file

@ -294,7 +294,7 @@ class CitizenTemplate extends BaseTemplate {
$html .= Html::hidden( 'title', $this->get( 'searchtitle' ) );
$html .= Html::label( $this->getMsg( 'search' )->text(), 'search-input' );
$html .= $this->makeSearchInput( [ 'id' => 'search-input' ] );
$html .= $this->makeSearchButton( 'go', [ 'id' => 'searchGoButton', 'class' => 'searchButton' ] );
$html .= $this->makeSearchButton( 'go', [ 'id' => 'search-button' ] );
$html .= Html::closeElement( 'form' );
return $html;

View file

@ -36,7 +36,7 @@
}
// Search field button
#searchGoButton {
#search-button {
.button-blue;
width: @icon-box-size + @icon-padding * 2;
height: 41px;