diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index ae2c5d4..08835c6 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -111,6 +111,19 @@ a:focus { /* side bar menu ends*/ /* category app starts */ +.resource-panel > .panel-heading{ + padding: 0px 0px; + background-color: #BDBDBD; +} + +.resource-panel .btn-group{ + margin: 0px 0px; +} + +.resource-panel h4{ + margin-top: 8px !important; +} + .category-panel > .panel-heading, .subject-panel > .panel-heading, .special-panel > .panel-heading, .topic-panel > .panel-heading, .group-panel > .panel-heading { padding: 2px 0px; } diff --git a/subjects/locale/pt_BR/LC_MESSAGES/django.po b/subjects/locale/pt_BR/LC_MESSAGES/django.po index 618b6eb..c3192b1 100644 --- a/subjects/locale/pt_BR/LC_MESSAGES/django.po +++ b/subjects/locale/pt_BR/LC_MESSAGES/django.po @@ -179,7 +179,7 @@ msgstr "Resultados da busca" #: subjects/templates/subjects/list_search.html:33 msgid " any subjects or resources were found on the search for " -msgstr " quaisquer assuntos ou recursos foram encontrados na busca por " +msgstr " Nenhum assunto ou recursos foram encontrados na busca por " #: subjects/templates/subjects/list_search.html:38 #: subjects/templates/subjects/list_search.html:41 subjects/views.py:624 diff --git a/subjects/templates/subjects/list_search.html b/subjects/templates/subjects/list_search.html index e230056..489cc68 100644 --- a/subjects/templates/subjects/list_search.html +++ b/subjects/templates/subjects/list_search.html @@ -30,7 +30,7 @@ {% if subjects|length > 0 %}

{% trans "Search results" %}:

{% else %} -

{% trans "Search results" %}: {% trans " any subjects or resources were found on the search for " %} {{tags}}

+

{% trans "Search results" %}: {% trans " Any subjects or Resources were not found on the search for " %} {{tags}}

{% endif %}