From 6bde567964487fde586e653b7e2b9cb19e914b2b Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 2 Apr 2017 11:54:37 -0700 Subject: [PATCH] Fix for admin-nav icons --- e107_core/templates/admin_icons_template.php | 2 ++ e107_themes/bootstrap3/admin_style.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/e107_core/templates/admin_icons_template.php b/e107_core/templates/admin_icons_template.php index 760ff12eb..2002dceb6 100644 --- a/e107_core/templates/admin_icons_template.php +++ b/e107_core/templates/admin_icons_template.php @@ -454,6 +454,8 @@ define("E_32_TRUE", ""); // define("ADMIN_TRUE_ICON", ""); // define("ADMIN_FALSE_ICON", ""); // define("ADMIN_WARNING_ICON", ""); + + define("ADMIN_EDIT_ICON", ""); define("ADMIN_DELETE_ICON", ""); diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 06890ee90..673c25632 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1586,7 +1586,7 @@ td img.thumbnail { margin-bottom:0 } @media (max-width: 1400px ){ -ul.navbar-nav.navbar-left > li > a > i { display:none; } +/* ul.navbar-nav.navbar-left > li > a > i { display:none; } */ }