@@ -1533,9 +1533,9 @@ select:focus:required:invalid:focus {
15331533 /* IE7-8 doesn't have border-radius, so don't indent the padding */
15341534
15351535 margin-bottom : 0 ;
1536- -webkit-border-radius : 14 px ;
1537- -moz-border-radius : 14 px ;
1538- border-radius : 14 px ;
1536+ -webkit-border-radius : 15 px ;
1537+ -moz-border-radius : 15 px ;
1538+ border-radius : 15 px ;
15391539}
15401540
15411541/* Allow for input prepend/append in search forms */
@@ -4034,12 +4034,12 @@ input[type="submit"].btn.btn-mini {
40344034.navbar-search {
40354035 position : relative;
40364036 float : left;
4037- margin-top : 6 px ;
4037+ margin-top : 5 px ;
40384038 margin-bottom : 0 ;
40394039}
40404040
40414041.navbar-search .search-query {
4042- padding : 4px 9 px ;
4042+ padding : 4px 14 px ;
40434043 margin-bottom : 0 ;
40444044 font-family : "Helvetica Neue" , Helvetica, Arial, sans-serif;
40454045 font-size : 13px ;
@@ -4048,6 +4048,9 @@ input[type="submit"].btn.btn-mini {
40484048 color : # ffffff ;
40494049 background-color : # 515151 ;
40504050 border : 1px solid # 040404 ;
4051+ -webkit-border-radius : 15px ;
4052+ -moz-border-radius : 15px ;
4053+ border-radius : 15px ;
40514054 -webkit-box-shadow : inset 0 1px 2px rgba (0 , 0 , 0 , 0.1 ), 0 1px 0 rgba (255 , 255 , 255 , 0.15 );
40524055 -moz-box-shadow : inset 0 1px 2px rgba (0 , 0 , 0 , 0.1 ), 0 1px 0 rgba (255 , 255 , 255 , 0.15 );
40534056 box-shadow : inset 0 1px 2px rgba (0 , 0 , 0 , 0.1 ), 0 1px 0 rgba (255 , 255 , 255 , 0.15 );
@@ -4071,7 +4074,7 @@ input[type="submit"].btn.btn-mini {
40714074
40724075.navbar-search .search-query : focus ,
40734076.navbar-search .search-query .focused {
4074- padding : 5px 10 px ;
4077+ padding : 5px 15 px ;
40754078 color : # 333333 ;
40764079 text-shadow : 0 1px 0 # ffffff ;
40774080 background-color : # ffffff ;
0 commit comments