diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 2 | ||||
| -rw-r--r-- | less/navbar.less | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/less/forms.less b/less/forms.less index ddadab8ca..1a469072c 100644 --- a/less/forms.less +++ b/less/forms.less @@ -495,7 +495,7 @@ select:focus:required:invalid { padding-left: 14px; padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin-bottom: 0; // Remove the default margin on all inputs - .border-radius(14px); + .border-radius(15px); } /* Allow for input prepend/append in search forms */ diff --git a/less/navbar.less b/less/navbar.less index 8cb427411..0a38ef56e 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -114,15 +114,16 @@ .navbar-search { position: relative; float: left; - .navbarVerticalAlign(28px); // Vertically center in navbar + .navbarVerticalAlign(30px); // Vertically center in navbar margin-bottom: 0; .search-query { margin-bottom: 0; - padding: 4px 9px; + padding: 4px 14px; #font > .sans-serif(13px, normal, 1); color: @white; background-color: @navbarSearchBackground; border: 1px solid @navbarSearchBorder; + .border-radius(15px); // redeclare because of specificity of the type attribute .box-shadow(~"inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)"); .transition(none); @@ -131,7 +132,7 @@ // Focus states (we use .focused since IE7-8 and down doesn't support :focus) &:focus, &.focused { - padding: 5px 10px; + padding: 5px 15px; color: @grayDark; text-shadow: 0 1px 0 @white; background-color: @navbarSearchBackgroundFocus; |
