.search-query {
padding-left: 14px;
padding-right: 14px;
+ padding-left: 4px \9;
+ /* IE7-8 doesn't have border-radius, so don't indent the padding */
+
+ padding-right: 4px \9;
margin-bottom: 0;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
.search-query {
padding-left: 14px;
padding-right: 14px;
+ padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */
+ padding-right: 4px \9;
margin-bottom: 0; // remove the default margin on all inputs
.border-radius(14px);
}