From be1e9f6b2cb8c77872865481b0b637eb1b61554e Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Tue, 18 Nov 2014 12:19:07 +0100 Subject: [PATCH 1/3] Tiny CSS fix for media db overlay. --- templates/2k11/admin/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 2e02246f..1fa1b261 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -931,7 +931,7 @@ input[type=checkbox], } #media_filter_path .form_select { - margin: 0 0 0 2em; + margin: 0 0 0 .125em; } #serendipity_category .inputs .form_radio, From a24940a0955e9d73a12f79f55e7ff4d6f8c24818 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 18 Nov 2014 12:27:14 +0100 Subject: [PATCH 2/3] pointer to document this --- docs/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/NEWS b/docs/NEWS index 3e626ca1..4a351fed 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,6 +3,10 @@ Version 2.0-beta4/5/6 / RC? () ------------------------------------------------------------------------ + * New personal preference to choose CKEditor toolbar presets. + Presets can be overwritte through a + templates/xxx/admin/ckeditor_custom_config.js if needed. + * Proof of concept templates "default-php" and "default-xml" have been moved to Siber...Spartacus. They would need adapting to Serendipity 2.0 (simple methods like getConfigDir() et al), From ec09fa26078684f76a3c136e3af59a0e8ed799a4 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 18 Nov 2014 12:27:49 +0100 Subject: [PATCH 3/3] document --- docs/NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NEWS b/docs/NEWS index 4a351fed..56b6a78d 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -6,6 +6,7 @@ Version 2.0-beta4/5/6 / RC? () * New personal preference to choose CKEditor toolbar presets. Presets can be overwritte through a templates/xxx/admin/ckeditor_custom_config.js if needed. + See htmlarea/ckeditor_s9y_config.js for details. * Proof of concept templates "default-php" and "default-xml" have been moved to Siber...Spartacus. They would need adapting to