diff --git a/core/static/core/style.scss b/core/static/core/style.scss index ae172e95..dc6ef753 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -1476,24 +1476,6 @@ textarea { } } } - - .search-results { - width: 100%; - .result-box { - width: 100%; - } - .result-topic { - display: inline-block; - background: #9f9f9f; - width: 19%; - } - .result-message { - display: inline-block; - background: #dbdbdb; - width: 80%; - - } - } } /*------------------------------SAS------------------------------------*/ diff --git a/forum/templates/forum/search.jinja b/forum/templates/forum/search.jinja index 465f20bb..4d15714a 100644 --- a/forum/templates/forum/search.jinja +++ b/forum/templates/forum/search.jinja @@ -1,22 +1,20 @@ {% extends "core/base.jinja" %} -{% from 'forum/macros.jinja' import display_message %} +{% from 'forum/macros.jinja' import display_message, display_search_bar %} {% block content %}