@@ -125,9 +132,6 @@ jQuery("#derivativeSwitchBox").on("mouseleave", function() {
{* *}
-{if isset($errors) or not empty($infos)}
-{include file='infos_errors.tpl'}
-{/if}
{if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if}
{if !empty($category_search_results)}
diff --git a/themes/default/theme.css b/themes/default/theme.css
index c747da7ba..c32472210 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -685,6 +685,12 @@ INPUT[type="radio"], INPUT[type="checkbox"] {
}
+.content.messages {
+ padding:0;
+ background:none;
+ border:none;
+}
+
.errors { /* Errors display */
color: red;
font-weight: bold;