diff --git a/e107_handlers/sitelinks_class.php b/e107_handlers/sitelinks_class.php index 53adfce33..5ca005b3d 100644 --- a/e107_handlers/sitelinks_class.php +++ b/e107_handlers/sitelinks_class.php @@ -1346,7 +1346,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; } $replace['LINK_IMAGE'] = varset($e107_vars[$act]['image']); } - $replace['LINK_SUB_OVERSIZED'] = (isset($e107_vars[$act]['sub']) && count($e107_vars[$act]['sub']) > 20) ? 'oversized' : ''; + $replace['LINK_SUB_OVERSIZED'] = (isset($e107_vars[$act]['sub']) && count($e107_vars[$act]['sub']) > 15) ? 'oversized' : ''; if(!empty($e107_vars[$act]['link_data'])) { diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 2ca6ccfd0..98b95ed73 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1135,8 +1135,8 @@ ul.col-selection label.active:before { font-family:FontAwesome; margin-l .nav ul li ul.dropdown-menu > li a { padding-top:5px; padding-bottom:5px; color: rgb(200,200,200); } .nav ul li ul.dropdown-menu > li a:hover { color: rgb(255, 255, 255); } -.nav ul.dropdown-menu.oversized { width: 420px } -.nav ul.dropdown-menu.oversized li { width: 50%; float:left; } +.nav ul.dropdown-menu.oversized { width: 600px } +.nav ul.dropdown-menu.oversized li { width: 33%; float:left; }