Pārlūkot izejas kodu

Fixes # 1027

Signed-off-by: John Rayes <[email protected]>
John Rayes 11 gadi atpakaļ
vecāks
revīzija
87f6f2a2fd

+ 1 - 2
Themes/default/GenericMenu.template.php

@@ -230,8 +230,7 @@ function template_generic_menu_tabs(&$menu_context)
 		// the end of tabs
 		echo '
 						</ul>
-					</div>
-					<br class="clear" />';
+					</div>';
 
 	}
 }

+ 1 - 1
Themes/default/css/index.css

@@ -1331,7 +1331,7 @@ img.sort, .sort {
 
 /* The extra menu rows for admin sections, etc. */
 #adm_submenus {
-	margin: 0;
+	margin: 0 0 6px 0;
 	padding: 10px 15px 0 15px;
 	overflow: hidden;
 }