From 7dfebac3f507099065631a6e2e54de0543ae5fc3 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 2 Apr 2017 08:37:20 -0700 Subject: [PATCH] Admin navigation styling. --- e107_admin/newspost.php | 8 ++++---- e107_themes/bootstrap3/admin_style.css | 2 +- e107_themes/bootstrap3/admin_template.php | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/e107_admin/newspost.php b/e107_admin/newspost.php index a5ba5d332..070390bd2 100644 --- a/e107_admin/newspost.php +++ b/e107_admin/newspost.php @@ -1118,14 +1118,14 @@ class news_admin_ui extends e_admin_ui ".NWSLAN_88." - ".$frm->select('newsposts', $this->_optrange(50, false), $pref['newsposts'], 'class=tbox')." + ".$frm->select('newsposts', $this->_optrange(50, false), $pref['newsposts'])." ".LAN_NEWS_91." - ".$frm->select('news_list_limit', $this->_optrange(50, false), $pref['news_list_limit'], 'class=tbox')." + ".$frm->select('news_list_limit', $this->_optrange(50, false), $pref['news_list_limit'])."
".LAN_NEWS_92."
@@ -1167,13 +1167,13 @@ class news_admin_ui extends e_admin_ui ".NWSLAN_87." - ".$frm->select('nbr_cols', $this->_optrange(6, false), $pref['nbr_cols'], 'class=tbox')." + ".$frm->select('nbr_cols', $this->_optrange(6, false), $pref['nbr_cols'])." ".NWSLAN_115." - ".$frm->select('newsposts_archive', $this->_optrange(intval($pref['newsposts']) - 1), intval($pref['newsposts_archive']), 'class=tbox')." + ".$frm->select('newsposts_archive', $this->_optrange(intval($pref['newsposts']) - 1), intval($pref['newsposts_archive']))."
".NWSLAN_116."
diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index e2e14cdd3..06890ee90 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1576,7 +1576,7 @@ td img.thumbnail { margin-bottom:0 } .adminlist { border:1px solid rgba(0,0,0,0.1); } - +.nav-admin .fa { font-size:18px } diff --git a/e107_themes/bootstrap3/admin_template.php b/e107_themes/bootstrap3/admin_template.php index 25a531134..448e85a0b 100644 --- a/e107_themes/bootstrap3/admin_template.php +++ b/e107_themes/bootstrap3/admin_template.php @@ -20,14 +20,14 @@ if (!defined('e107_INIT')) { exit(); } //e107::lan('theme', 'admin',true); -$E_ADMIN_NAVIGATION['start'] = '