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

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed Search Bar
Fixed Search bar height for i.e. 7
  • Loading branch information
Mika Caldera authored and Mika Caldera committed Sep 10, 2014
1 parent 4a1f45d commit 410f4ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/titlebar.css
Expand Up @@ -75,5 +75,5 @@
}

.lte7.form-control {
width: 20px;
height: 20px;
}
2 changes: 1 addition & 1 deletion sass/titlebar.scss
Expand Up @@ -71,5 +71,5 @@
}
// IE Fixes
.lte7.form-control {
width:20px;
height:20px;
}
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -6810,7 +6810,7 @@ button.close {
}

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

/* NAV
Expand Down

0 comments on commit 410f4ed

Please sign in to comment.