Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #17 from jem08002/issue-branch
Browse files Browse the repository at this point in the history
iSearch bar Internet Explorer Fix
  • Loading branch information
amb00010 committed Sep 5, 2014
2 parents 75d1790 + 0086507 commit 538bd7f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/titlebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,7 @@
#site-title .searchform .form-group .form-control {
width: 150px;
}

.lte7.form-control {
width: 20px;
}
5 changes: 4 additions & 1 deletion sass/titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
width:150px;
}
}

}
}
// IE Fixes
.lte7.form-control {
width:20px;
}
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6809,6 +6809,10 @@ button.close {
width: 150px;
}

.lte7.form-control {
width: 20px;
}

/* NAV
--------------------------------------------------------------*/
#nav-secondary {
Expand Down

0 comments on commit 538bd7f

Please sign in to comment.