Commit 5f831c7445d4dcec9b7c4b965a17ce0ed0728553
Committed by
Daniela Feitosa
1 parent
c26aa748
Exists in
master
and in
22 other branches
Fixing search result layout
(ActionItem1804)
Showing
1 changed file
with
54 additions
and
4 deletions
Show diff stats
public/stylesheets/application.css
@@ -4121,6 +4121,7 @@ h1#agenda-title { | @@ -4121,6 +4121,7 @@ h1#agenda-title { | ||
4121 | 4121 | ||
4122 | .controller-search #search-page { | 4122 | .controller-search #search-page { |
4123 | position: relative; /* to the text appear on MSIE 6 */ | 4123 | position: relative; /* to the text appear on MSIE 6 */ |
4124 | + width: 100%; | ||
4124 | } | 4125 | } |
4125 | 4126 | ||
4126 | .controller-search #content .map-toggle-button { | 4127 | .controller-search #content .map-toggle-button { |
@@ -4137,6 +4138,7 @@ h1#agenda-title { | @@ -4137,6 +4138,7 @@ h1#agenda-title { | ||
4137 | 4138 | ||
4138 | .controller-search #search-results { | 4139 | .controller-search #search-results { |
4139 | margin-top: 10px; | 4140 | margin-top: 10px; |
4141 | + width: 100%; | ||
4140 | /* none by default, but... Who knows the future? :-) */ | 4142 | /* none by default, but... Who knows the future? :-) */ |
4141 | } | 4143 | } |
4142 | 4144 | ||
@@ -4172,10 +4174,6 @@ h1#agenda-title { | @@ -4172,10 +4174,6 @@ h1#agenda-title { | ||
4172 | background-color: transparent; | 4174 | background-color: transparent; |
4173 | } | 4175 | } |
4174 | 4176 | ||
4175 | -#search-results li:hover { | ||
4176 | - background-color: #F0F0F0; | ||
4177 | -} | ||
4178 | - | ||
4179 | .controller-search .has_cat_list #map, | 4177 | .controller-search .has_cat_list #map, |
4180 | .controller-search .msie .has_cat_list #map, | 4178 | .controller-search .msie .has_cat_list #map, |
4181 | .controller-search .has_cat_list .only-one-result-box .search-results-box, | 4179 | .controller-search .has_cat_list .only-one-result-box .search-results-box, |
@@ -4322,6 +4320,58 @@ h1#agenda-title { | @@ -4322,6 +4320,58 @@ h1#agenda-title { | ||
4322 | color: #888; | 4320 | color: #888; |
4323 | } | 4321 | } |
4324 | 4322 | ||
4323 | +.search-results-type-article.search-results-innerbox { | ||
4324 | + overflow: auto; | ||
4325 | +} | ||
4326 | + | ||
4327 | +#content .only-one-result-box .search-results-enterprises li.vcard { | ||
4328 | + margin: 4.5px; | ||
4329 | +} | ||
4330 | + | ||
4331 | +.search-results-type-article a { | ||
4332 | + height: 16px; | ||
4333 | + overflow: hidden; | ||
4334 | +} | ||
4335 | + | ||
4336 | +.search-results-innerbox .menu-submenu { | ||
4337 | + bottom: 107px; | ||
4338 | +} | ||
4339 | + | ||
4340 | +.controller-search .search-results-innerbox.common-profile-list-block { | ||
4341 | + padding: 5px; | ||
4342 | +} | ||
4343 | + | ||
4344 | +#content .common-profile-list-block .search-results-innerbox2 li.vcard { | ||
4345 | + height: 105px; | ||
4346 | + margin-left: 4.5px; | ||
4347 | + margin-right: 4.5px; | ||
4348 | +} | ||
4349 | + | ||
4350 | +.msie7 #content .common-profile-list-block .search-results-innerbox2 li.vcard { | ||
4351 | + margin-left: 3px; | ||
4352 | + margin-right: 3px; | ||
4353 | +} | ||
4354 | + | ||
4355 | +.controller-search .search-results-type-product, | ||
4356 | +.controller-search .search-results-type-event { | ||
4357 | + overflow: auto; | ||
4358 | +} | ||
4359 | + | ||
4360 | +.search-results-type-product .odd, | ||
4361 | +.search-results-type-product .even { | ||
4362 | + float: none; | ||
4363 | +} | ||
4364 | + | ||
4365 | +.search-results-type-product li.product-item { | ||
4366 | + height: 60px; | ||
4367 | + overflow: hidden; | ||
4368 | +} | ||
4369 | + | ||
4370 | +#content #search-results .common-profile-list-block li a.profile_link { | ||
4371 | + height: 103px; | ||
4372 | + overflow: hidden; | ||
4373 | +} | ||
4374 | + | ||
4325 | .controller-search #category-comments { | 4375 | .controller-search #category-comments { |
4326 | margin-left: 55%; | 4376 | margin-left: 55%; |
4327 | } | 4377 | } |