Sfoglia il codice sorgente

Reverts
Signed-off-by: Antes <[email protected]>

Antes 12 anni fa
parent
commit
cb8e471657
2 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 1
      Themes/default/Admin.template.php
  2. 0 3
      Themes/default/css/admin.css

+ 1 - 1
Themes/default/Admin.template.php

@@ -726,7 +726,7 @@ function template_show_settings()
 
 	echo '
 	<div id="admincenter">
-		<form class="admincenter" id="admin_form_wrapper" action="', $context['post_url'], '" method="post" accept-charset="', $context['character_set'], '"', !empty($context['force_form_onsubmit']) ? ' onsubmit="' . $context['force_form_onsubmit'] . '"' : '', '>';
+		<form id="admin_form_wrapper" action="', $context['post_url'], '" method="post" accept-charset="', $context['character_set'], '"', !empty($context['force_form_onsubmit']) ? ' onsubmit="' . $context['force_form_onsubmit'] . '"' : '', '>';
 
 	// Is there a custom title?
 	if (isset($context['settings_title']))

+ 0 - 3
Themes/default/css/admin.css

@@ -72,9 +72,6 @@ body.action_admin .navigate_section ul li a {
 }
 
 /* Special styling for admin descriptions. */
-.admincenter {
-	min-height: 155px;
-}
 .action_admin p.description, .action_admin  .information {
 	overflow: auto;
 	background: none;