Skip to content

Commit

Permalink
Centers headings and checkboxes for index config form.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Boggs committed May 2, 2012
1 parent a74b77c commit 4b33003
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions _sass/solr_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,6 @@ ul.facets, ul.facets ul {
font-weight: bold;
}

td, th {
width: 25%;
}

table {
margin:0;
padding:0;
Expand All @@ -270,8 +266,15 @@ ul.facets, ul.facets ul {
font-weight: bold;
}

th,td {
text-align:center;
}
th:first-child {
padding-left: 2em;
text-align:left;
}
td:first-child {
text-align:left;
}

}
Expand Down
2 changes: 1 addition & 1 deletion views/shared/css/solr_search.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b33003

Please sign in to comment.