Skip to content

Commit

Permalink
[Bug 792465] Fixed width for search button.
Browse files Browse the repository at this point in the history
This way, localized text will make it wrap, instead of pushing the
button to the next line. Also tweaked the styling of the text box so
that it stays vertically centered.
  • Loading branch information
mythmon committed Oct 9, 2012
1 parent 8595273 commit 36a32de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions media/less/search.less
Expand Up @@ -125,14 +125,18 @@

.search-form {
margin-bottom: 40px;
position: relative;

.btn {
float: right;
width: 240px;
}

.searchbox {
float: left;
margin: 10px 0 0 12px;
position: absolute;
top: 50%;
left: 20px;
margin-top: -15px;
width: 606px;
}
}
Expand Down

0 comments on commit 36a32de

Please sign in to comment.