Issue #1217010 by jvc26, skottler, cosmicdreams: Clean up CSS for menu module

8.0.x
Jennifer Hodgdon 2012-03-06 09:55:47 -08:00
parent fe4b03e75e
commit 298ebefedc
2 changed files with 1 additions and 7 deletions

View File

@ -1,12 +1,6 @@
.menu-operations {
width: 100px;
}
.menu-enabled {
width: 70px;
}
.menu-enabled input {
margin-left:25px;
}

View File

@ -48,7 +48,7 @@ function theme_menu_admin_overview($variables) {
*/
function menu_overview_form($form, &$form_state, $menu) {
global $menu_admin;
$form['#attached']['css'] = array(drupal_get_path('module', 'menu') . '/menu.css');
$form['#attached']['css'] = array(drupal_get_path('module', 'menu') . '/menu.admin.css');
$sql = "
SELECT m.load_functions, m.to_arg_functions, m.access_callback, m.access_arguments, m.page_callback, m.page_arguments, m.delivery_callback, m.title, m.title_callback, m.title_arguments, m.type, m.description, ml.*
FROM {menu_links} ml LEFT JOIN {menu_router} m ON m.path = ml.router_path