From 828454304f0fe12bee7d89d429ec3f47997a98b7 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 2 Mar 2013 02:25:14 -0800 Subject: [PATCH] Minor admin styling fixes. --- e107_handlers/form_handler.php | 2 +- e107_plugins/tinymce/wysiwyg.php | 2 +- e107_themes/bootstrap/admin_style.css | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 5096eaa54..ef66325c1 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -315,7 +315,7 @@ class e_form $title = "Media Manager : ".$category; $ret = "".$label.""; // using colorbox. - // $ret = "".$label.""; // using bootstrap. + // $ret = "".$label.""; // using bootstrap. // $footer = "
Save
"; diff --git a/e107_plugins/tinymce/wysiwyg.php b/e107_plugins/tinymce/wysiwyg.php index b7e158ebd..b9a2d8b0f 100644 --- a/e107_plugins/tinymce/wysiwyg.php +++ b/e107_plugins/tinymce/wysiwyg.php @@ -295,7 +295,7 @@ class wysiwyg // 'theme_advanced_statusbar_location' => 'bottom', - 'theme_advanced_resizing' => 'false', + 'theme_advanced_resizing' => 'true', 'remove_linebreaks' => 'false', 'extended_valid_elements' => vartrue($config['extended_valid_elements']), // 'pagebreak_separator' => "[newpage]", diff --git a/e107_themes/bootstrap/admin_style.css b/e107_themes/bootstrap/admin_style.css index 549a10b07..498b101fc 100644 --- a/e107_themes/bootstrap/admin_style.css +++ b/e107_themes/bootstrap/admin_style.css @@ -723,10 +723,10 @@ i.searchquery { .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { - background-color: rgb(255, 255, 255); - cursor: text; + background-color: rgb(246, 246, 246); margin-bottom:-1px; - + background-image: -moz-linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%); + border-bottom:1px solid rgb(246, 246, 246); } .tab-pane { }