Skip to content

Commit

Permalink
Fix hidden label for Wysiwyg Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheraud committed Jun 9, 2017
1 parent 62c955a commit 2ad1c88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion media/cck/css/cck.admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion media/cck/css/cck.search.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down
2 changes: 1 addition & 1 deletion media/cck/css/cck.site.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2ad1c88

Please sign in to comment.