Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
fixed issue where search box was wrapping during a search because the…
Browse files Browse the repository at this point in the history
…re wasn't enough width to display the search input and spinner on the same line
  • Loading branch information
mokolabs committed Sep 4, 2013
1 parent 42fd2f1 commit 57252b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/global.css.scss
Expand Up @@ -671,7 +671,7 @@ ul#filter {
display: inline;
margin: 10px 0 0 0 !important;
padding: 0 !important;
width: 250px;
width: 230px;
}
img {
display: none;
Expand All @@ -695,7 +695,7 @@ ul#filter {
border: 1px solid #555555; } } }
li:last-child {
margin: 0 !important;
width: 180px !important;
width: 230px !important;
}
li.current {
span {
Expand All @@ -709,7 +709,7 @@ ul#filter, form.search {
height: 18px;
margin: 0;
padding: 5px 6px 5px 10px;
width: 210px;
width: 190px;
}
}

Expand Down

0 comments on commit 57252b6

Please sign in to comment.