Skip to content

Commit 5b3d20f

Browse files
поправил верстку
1 parent fc96a53 commit 5b3d20f

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

CSP/csp/docsearch/js/app/templates/DocResults.html

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -84,27 +84,24 @@
8484
</div>
8585
</div>
8686

87-
<div class="form-group checkbox">
88-
<label class="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label check" ng-show = "search.fuzzy">
89-
<b>fuzzy search:</b>
90-
</label>
91-
<label class="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label check" ng-show = "search.fuzzy">
92-
<input id="check" type="checkbox" ng-model="search.fuzzy" ng-click="makeSearch()">
93-
<span class="cr">
94-
<i class="cr-icon fa fa-check" title = "Tick this box if you are not sure about word spelling"></i>
95-
</span>
96-
</label>
97-
98-
<label class="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label check" ng-show = "search.rank">
99-
<b>use TFIDF Rank algorithm:</b>
100-
</label>
101-
<label class="col-lg-2 col-md-2 col-sm-2 col-xs-2 control-label check" ng-show = "search.rank">
102-
<input id="check" type="checkbox" ng-model="search.rank" ng-click="makeSearch()">
103-
<span class="cr">
104-
<i class="cr-icon fa fa-check" title = "Tick this box if you want to use TFIDF Rank algorithm"></i>
105-
</span>
106-
</label>
107-
</div>
87+
<div class="form-group checkbox col-sm-12">
88+
89+
<label class="col-lg-4 col-md-4 col-sm-4 col-xs-4 control-label check" ng-show = "search.fuzzy">
90+
<b>fuzzy search</b>
91+
<input id="check" type="checkbox" ng-model="search.fuzzy" ng-click="makeSearch()">
92+
<span class="cr">
93+
<i class="cr-icon fa fa-check" title = "Tick this box if you are not sure about word spelling"></i>
94+
</span>
95+
</label>
96+
97+
<label class="col-lg-4 col-md-4 col-sm-4 col-xs-4 control-label check" ng-show = "search.rank">
98+
<b>use TFIDF Rank algorithm</b>
99+
<input id="check" type="checkbox" ng-model="search.rank" ng-click="makeSearch()">
100+
<span class="cr">
101+
<i class="cr-icon fa fa-check" title = "Tick this box if you want to use TFIDF Rank algorithm"></i>
102+
</span>
103+
</label>
104+
</div>
108105

109106
</div>
110107
<div ng-show = "resultToggle"> <!-- Search results -->

0 commit comments

Comments
 (0)