Skip to content

Commit b1e7957

Browse files
committed
Fixed display issue for FontAwesome icons-set
1 parent 850cde2 commit b1e7957

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed

demo/index.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
<script src="../lib/jquery-1.11.1.min.js"></script>
164164
<script src="js/bootstrap.js"></script>
165165
<script src="../dist/jquery.bootgrid.js"></script>
166+
<script src="../dist/jquery.bootgrid.fa.js"></script>
166167
<script>
167168
$(function()
168169
{
36 Bytes
Binary file not shown.

dist/jquery.bootgrid-1.2.0-rc.zip

37 Bytes
Binary file not shown.

dist/jquery.bootgrid.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
.bootgrid-footer .search .glyphicon {
2323
top: 0;
2424
}
25+
.bootgrid-header .search .fa,
26+
.bootgrid-footer .search .fa {
27+
display: table-cell;
28+
}
2529
.bootgrid-header .search.search-field::-ms-clear,
2630
.bootgrid-footer .search.search-field::-ms-clear,
2731
.bootgrid-header .search .search-field::-ms-clear,

dist/jquery.bootgrid.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/jquery.bootgrid.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
width: 180px;
3838

3939
.glyphicon { top: 0; }
40+
.fa { display: table-cell; }
4041

4142
&.search-field, .search-field
4243
{

0 commit comments

Comments
 (0)