Commit ebe92bf7c4228af2cb5d6ad8de167ab27c5bc2da

Authored by Daniela Feitosa
1 parent 5f831c74

Fixed results for only-one-result

(ActionItem1804)
Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
@@ -4160,6 +4160,11 @@ h1#agenda-title { @@ -4160,6 +4160,11 @@ h1#agenda-title {
4160 } 4160 }
4161 4161
4162 .controller-search .only-one-result-box .search-results-box { 4162 .controller-search .only-one-result-box .search-results-box {
  4163 + width: 98%;
  4164 +}
  4165 +
  4166 +.controller-search .only-one-result-box .search-results-innerbox {
  4167 + max-height: none;
4163 width: 100%; 4168 width: 100%;
4164 } 4169 }
4165 4170
@@ -4267,7 +4272,6 @@ h1#agenda-title { @@ -4267,7 +4272,6 @@ h1#agenda-title {
4267 4272
4268 4273
4269 .controller-search .search-results-innerbox { 4274 .controller-search .search-results-innerbox {
4270 - border: 1px solid #2A5896;  
4271 padding: 10px 0px 10px 10px; 4275 padding: 10px 0px 10px 10px;
4272 height: 205px; 4276 height: 205px;
4273 overflow: visible; 4277 overflow: visible;