Skip to content

Commit

Permalink
Small column spacing adjustment for controls
Browse files Browse the repository at this point in the history
  • Loading branch information
gneissone committed Jan 24, 2017
1 parent 1560bf7 commit 9b76dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap3.facetview.theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function theFacetview(options) {
var thefacetview = '<div id="facetview" class="container-fluid"><div class="row">';

// make space for the search options container at the top
thefacetview += '<div class="row col-md-12 col-sm-12 col-xs-12" style="padding:0;"><div class="facetview_search_box_container col-md-3 col-sm-7 col-xs-12 pull-left"></div><div class="facetview_search_options_container col-md-4 col-sm-5 col-xs-12"></div> ';
thefacetview += '<div class="row col-md-12 col-sm-12 col-xs-12" style="padding:0;"><div class="facetview_search_box_container col-md-3 col-sm-6 col-xs-12 pull-left"></div><div class="facetview_search_options_container col-md-4 col-sm-6 col-xs-12"></div> ';

// if there are facets, give them span3 to exist, otherwise, take up all the space
var showfacets = false;
Expand Down

0 comments on commit 9b76dcf

Please sign in to comment.