From 2ad1c8866abe2c99cbc7f90c1935c12503df5320 Mon Sep 17 00:00:00 2001 From: Sebastien Heraud Date: Fri, 9 Jun 2017 13:08:41 +0200 Subject: [PATCH] Fix hidden label for Wysiwyg Editor --- media/cck/css/cck.admin.css | 2 +- media/cck/css/cck.search.css | 2 +- media/cck/css/cck.site.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media/cck/css/cck.admin.css b/media/cck/css/cck.admin.css index 02c7fe983..9e5aef6bb 100644 --- a/media/cck/css/cck.admin.css +++ b/media/cck/css/cck.admin.css @@ -63,7 +63,7 @@ div.cck_forms.cck_admin div.cck_form.cck_form_radio label{clear:none;display:tab div.cck_forms.cck_admin div.cck_form.cck_form_radio fieldset.radios.btn-group label{line-height:120%;padding-right:14px;} /*ADMIN GENERIQUE WYSIWYG*/ -div.cck_forms.cck_admin div.cck_form.cck_form_wysiwyg_editor{border:none;margin:0;padding: 0 0 10px 0; background:none; width:100%;} +div.cck_forms.cck_admin div.cck_form.cck_form_wysiwyg_editor{border:none;margin:0;padding: 0 0 10px 0; background:none; width:100%; float:left;} div.cck_forms.cck_admin div.cck_form.cck_form_wysiwyg_editor.cck_form_wysiwyg_editor_box{width:auto;} div.cck_forms.cck_admin div.cck_form.cck_form_field_x a:link.wysiwyg_editor_box, div.cck_forms.cck_admin div.cck_form.cck_form_field_x a:visited.wysiwyg_editor_box, diff --git a/media/cck/css/cck.search.css b/media/cck/css/cck.search.css index 4e7ba6002..beea5f136 100644 --- a/media/cck/css/cck.search.css +++ b/media/cck/css/cck.search.css @@ -110,7 +110,7 @@ div.cck_forms.cck_search div.cck_form.cck_form_radio input{float:left;margin: 5p div.cck_forms.cck_search div.cck_form.cck_form_radio label{clear:none;display:table;float:left;line-height:190%;margin:0;padding-right:20px;} /*SITE GENERIQUE WYSIWYG*/ -div.cck_forms.cck_search div.cck_form.cck_form_wysiwyg_editor{border:none;margin:0;text-align:center;padding: 0 0 10px 0; background:none; width:100%;} +div.cck_forms.cck_search div.cck_form.cck_form_wysiwyg_editor{border:none;margin:0;text-align:center;padding: 0 0 10px 0; background:none; width:100%; float:left;} div.cck_forms.cck_search div.cck_form.cck_form_wysiwyg_editor div.cck_wysiwyg_editor_box{ background: #EEEEEE;border: 1px solid #CCCCCC;border-radius: 3px 3px 3px 3px;line-height: 25px;width: 100px;} div.cck_forms.cck_search div.cck_form.cck_form_wysiwyg_editor a:link.wysiwyg_editor_box, div.cck_forms.cck_search div.cck_form.cck_form_wysiwyg_editor a:visited.wysiwyg_editor_box{text-decoration:none; color:#146295; display:block;} diff --git a/media/cck/css/cck.site.css b/media/cck/css/cck.site.css index 153dc878e..2c7e327d7 100644 --- a/media/cck/css/cck.site.css +++ b/media/cck/css/cck.site.css @@ -107,7 +107,7 @@ div.cck_forms.cck_site div.cck_form.cck_form_radio label{clear:none;display:tabl div.cck_forms.cck_site div.cck_form.cck_form_textarea textarea{height:auto;} /*SITE GENERIQUE WYSIWYG*/ -div.cck_forms.cck_site div.cck_form.cck_form_wysiwyg_editor{border:none;margin:0;padding: 0 0 10px 0; background:none; width:100%;} +div.cck_forms.cck_site div.cck_form.cck_form_wysiwyg_editor{border:none;margin:0;padding: 0 0 10px 0; background:none; width:100%; float:left;} div.cck_forms.cck_site div.cck_form.cck_form_wysiwyg_editor.cck_form_wysiwyg_editor_box{width:auto;} div.cck_forms.cck_site div.cck_form.cck_form_field_x a:link.wysiwyg_editor_box, div.cck_forms.cck_site div.cck_form.cck_form_field_x a:visited.wysiwyg_editor_box,