Skip to content

Commit

Permalink
Arreglados detalles buscador.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkuri committed Apr 18, 2010
1 parent f666f0a commit f7e4842
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/stylesheets/autocomplete.css
@@ -1,4 +1,4 @@
.ac_loading {background: white url('/images/ajax-loader.gif') 5px center no-repeat;padding-left: 26px;}
.ac_loading {background: white url('/images/ajax-loader.gif') right center no-repeat;padding-right: 26px;}

.suggestedOptions
{
Expand Down
7 changes: 6 additions & 1 deletion public/stylesheets/screen.css
Expand Up @@ -413,6 +413,11 @@ a::selection
/* @end */

/* @group Common elements */
#city_search,
.sidebar .comparison input
{
padding-right: 26px;
}

.initial_search
{
Expand Down Expand Up @@ -723,7 +728,7 @@ a::selection
.sidebar .comparison input
{
margin: 0 0 10px 0;
width: 190px;
width: 164px;
}

.sidebar .comparison button
Expand Down

0 comments on commit f7e4842

Please sign in to comment.