From 13605eb3159a5565af9120466cf84abe7661768f Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Thu, 18 Oct 2018 22:40:35 +0200 Subject: [PATCH] fix for editor and height 100% --- .htaccess | 2 +- bl-kernel/admin/themes/booty/css/bludit.css | 1 + bl-kernel/admin/themes/booty/index.php | 2 +- bl-kernel/admin/views/new-content.php | 2 +- bl-plugins/tinymce/css/bludit.css | 43 ++-------- bl-plugins/tinymce/css/tinymce.css | 37 ++++++++ bl-plugins/tinymce/plugin.php | 93 ++++++++++----------- 7 files changed, 96 insertions(+), 84 deletions(-) create mode 100644 bl-plugins/tinymce/css/tinymce.css diff --git a/.htaccess b/.htaccess index 3ef5e449..2d233b97 100644 --- a/.htaccess +++ b/.htaccess @@ -6,7 +6,7 @@ AddDefaultCharset UTF-8 RewriteEngine on # Base directory -# RewriteBase / +RewriteBase / # Deny direct access to the next directories RewriteRule ^bl-content/(databases|workspaces|pages|tmp)/.*$ - [R=404,L] diff --git a/bl-kernel/admin/themes/booty/css/bludit.css b/bl-kernel/admin/themes/booty/css/bludit.css index 09853c0f..ef4446b4 100644 --- a/bl-kernel/admin/themes/booty/css/bludit.css +++ b/bl-kernel/admin/themes/booty/css/bludit.css @@ -254,4 +254,5 @@ td.child { padding: 10px 5% !important; font-size: 16px; line-height: 1.5em; + border: 1px solid #ccc; } diff --git a/bl-kernel/admin/themes/booty/index.php b/bl-kernel/admin/themes/booty/index.php index f47e5e45..18da30e4 100644 --- a/bl-kernel/admin/themes/booty/index.php +++ b/bl-kernel/admin/themes/booty/index.php @@ -67,7 +67,7 @@ -
+
-
+