Skip to content
Snippets Groups Projects
Commit 298ebefe authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

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

parent fe4b03e7
No related branches found
No related tags found
No related merge requests found
.menu-operations {
width: 100px;
}
.menu-enabled {
width: 70px;
}
.menu-enabled input {
margin-left:25px;
}
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment