File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
CSP/csp/docsearch/js/app/templates Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
< label style ="font-size: 11pt " class ="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label ">
39
39
< b > fuzzy search:</ b >
40
40
</ label >
41
- < label style ="font-size: 16pt " class ="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label ">
41
+ < label style ="font-size: 16pt " class ="col-lg-1 col-md-1 col-sm-1 col-xs-1 control-label ">
42
42
< input id ="check " type ="checkbox " ng-model ="search.fuzzy ">
43
43
< span class ="cr ">
44
44
< i class ="cr-icon fa fa-check " title = "Tick this box if you are not sure about word spelling "> </ i >
48
48
< label style ="font-size: 11pt " class ="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label ">
49
49
< b > use TFIDF Rank algorithm:</ b >
50
50
</ label >
51
- < label style ="font-size: 16pt " class ="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label ">
51
+ < label style ="font-size: 16pt " class ="col-lg-1 col-md-1 col-sm-1 col-xs-1 control-label ">
52
52
< input id ="check " type ="checkbox " ng-model ="search.rank ">
53
53
< span class ="cr ">
54
54
< i class ="cr-icon fa fa-check " title = "Tick this box if you want to use TFIDF Rank algorithm (longer time, but more precise ranking) "> </ i >
55
55
</ span >
56
56
</ label >
57
+ < div class ="col-md-4 col-sm-4 col-xs-4 text-right ">
58
+ < button type ="submit " class ="btn btn-primary " ng-click = "makeSearch() ">
59
+ < span class ="glyphicon glyphicon-search "> </ span > Advanced Search
60
+ </ button >
61
+ </ div >
57
62
</ div >
58
- < div class ="col-md-offset-6 col-md-4 col-sm-offset-4 col-sm-4 col-xs-offset-4 col-xs-6 text-right ">
59
- < button type ="submit " class ="btn btn-primary " ng-click = "makeSearch() ">
60
- < span class ="glyphicon glyphicon-search "> </ span > Advanced Search
61
- </ button >
62
- </ div >
63
63
< div class ="form-group " >
64
64
< div class ="col-md-offset-2 col-md-6 col-sm-offset-2 col-sm-5 col-xs-offset-2 col-xs-4 ">
65
65
< span class ="Error " ng-show ="errorToggle "> Please fill out at least one of the fields: all these words, this exact word or phrase, any of these words!</ span >
You can’t perform that action at this time.
0 commit comments