Issue #1217010 by jvc26, skottler, cosmicdreams: Clean up CSS for menu module
parent
fe4b03e75e
commit
298ebefedc
|
@ -1,12 +1,6 @@
|
|||
|
||||
.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
|
||||
|
|
Loading…
Reference in New Issue