@@ -4,7 +4,7 @@ <h1>$_('Advanced Search')</h1>
44
55< div id ="contentBody ">
66 $:macros.SearchNavigation()
7- < form method ="get " action ="/search " class ="siteSearch olform ">
7+ < form method ="get " action ="/search " class ="siteSearch olform siteSearch--advanced ">
88 < fieldset class ="home ">
99 < legend > $_('Advanced Search')</ legend >
1010 < input type ="hidden " name ="q " id ="qtop ">
@@ -13,31 +13,31 @@ <h1>$_('Advanced Search')</h1>
1313 < legend > $_('Advanced Search')</ legend >
1414 < div class ="formElement ">
1515 < label for ="qtop-title "> $_('Title')</ label > < br >
16- < input type ="text " name ="title " id ="qtop-title " placeholder ="" size ="35 ">
16+ < input type ="text " class =" siteSearch--advanced-input " name ="title " id ="qtop-title " placeholder ="" size ="35 ">
1717 </ div >
1818 < div class ="formElement ">
1919 < label for ="qtop-author "> $_('Author')</ label > < br >
20- < input type ="text " name ="author " id ="qtop-author " placeholder ="" size ="35 ">
20+ < input type ="text " class =" siteSearch--advanced-input " name ="author " id ="qtop-author " placeholder ="" size ="35 ">
2121 </ div >
2222 < div class ="formElement ">
2323 < label for ="qtop-isbn "> $_('ISBN')</ label > < br >
24- < input type ="text " name ="isbn " id ="qtop-isbn " placeholder ="" size ="35 ">
24+ < input type ="text " class =" siteSearch--advanced-input " name ="isbn " id ="qtop-isbn " placeholder ="" size ="35 ">
2525 </ div >
2626 < div class ="formElement ">
2727 < label for ="qtop-subject "> $_('Subject')</ label > < br >
28- < input type ="text " name ="subject " id ="qtop-subject " placeholder ="" size ="35 ">
28+ < input type ="text " class =" siteSearch--advanced-input " name ="subject " id ="qtop-subject " placeholder ="" size ="35 ">
2929 </ div >
3030 < div class ="formElement ">
3131 < label for ="qtop-place "> $_('Place')</ label > < br >
32- < input type ="text " name ="place " id ="qtop-place " placeholder ="" size ="35 ">
32+ < input type ="text " class =" siteSearch--advanced-input " name ="place " id ="qtop-place " placeholder ="" size ="35 ">
3333 </ div >
3434 < div class ="formElement ">
3535 < label for ="qtop-person "> $_('Person')</ label > < br >
36- < input type ="text " name ="person " id ="qtop-person " placeholder ="" size ="35 ">
36+ < input type ="text " class =" siteSearch--advanced-input " name ="person " id ="qtop-person " placeholder ="" size ="35 ">
3737 </ div >
3838 < div class ="formElement ">
3939 < label for ="qtop-publisher "> $_('Publisher')</ label > < br >
40- < input type ="text " name ="publisher " id ="qtop-publisher " placeholder ="" size ="35 ">
40+ < input type ="text " class =" siteSearch--advanced-input " name ="publisher " id ="qtop-publisher " placeholder ="" size ="35 ">
4141 </ div >
4242 </ fieldset >
4343 < button type ="submit " class ="cta-btn cta-btn--search "> $_('Search')</ button >
0 commit comments