Skip to content

Commit

Permalink
Fix #25. Fix CSS for iOS 6
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Jan 10, 2014
1 parent 32cf097 commit ee8f8f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions backgrid-filter.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@
*/

.backgrid-filter .search {
position: relative;
position: absolute;
top: 50%;
left: 6px;
z-index: 1000;
width: 10px;
height: 20px;
margin-right: -10px;
margin-top: -10px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
Expand Down Expand Up @@ -87,7 +90,8 @@
.backgrid-filter .clear {
position: absolute;
top: 50%;
right: 14px;
right: 8px;
z-index: 1000;
width: 10px;
height: 20px;
margin-top: -10px;
Expand All @@ -100,6 +104,7 @@
}

.backgrid-filter input[type="search"] {
position: absolute;
display: inline-block;
width: 206px;
height: 20px;
Expand Down
2 changes: 1 addition & 1 deletion backgrid-filter.min.css

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

0 comments on commit ee8f8f1

Please sign in to comment.