From a2e5aca2d28a8f4acc86c51d4747b9b638a17486 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Thu, 20 Dec 2012 11:36:20 -0200 Subject: [PATCH] Fixed width of search box on profiles --- public/stylesheets/search.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/search.css b/public/stylesheets/search.css index 79be2a8..ac4026c 100644 --- a/public/stylesheets/search.css +++ b/public/stylesheets/search.css @@ -678,12 +678,18 @@ li.search-product-item hr { } #public-profile-search .formfield { - float: left; - width: 80%; + width: 85%; } + +#public-profile-search .formfield, #public-profile-search .submit { - float: right; + display: inline-block; } + +#public-profile-search .submit { + margin-bottom: 3px; +} + #public-profile-search .search-field div { clear: both; } -- libgit2 0.21.2