Better responsive

This commit is contained in:
Laurent Destailleur 2022-10-25 16:33:25 +02:00
parent 7c892802eb
commit 3059bfdd60
3 changed files with 7 additions and 2 deletions

View File

@ -51,7 +51,7 @@ $modules = array(
'NOTE_PUBLIC' => 'FCKeditorForNotePublic', 'NOTE_PUBLIC' => 'FCKeditorForNotePublic',
'NOTE_PRIVATE' => 'FCKeditorForNotePrivate', 'NOTE_PRIVATE' => 'FCKeditorForNotePrivate',
'SOCIETE' => 'FCKeditorForCompany', 'SOCIETE' => 'FCKeditorForCompany',
'PRODUCTDESC' => 'FCKeditorForProduct', //'PRODUCTDESC' => 'FCKeditorForProduct',
'DETAILS' => 'FCKeditorForProductDetails', 'DETAILS' => 'FCKeditorForProductDetails',
'USERSIGN' => 'FCKeditorForUserSignature', 'USERSIGN' => 'FCKeditorForUserSignature',
'MAILING' => 'FCKeditorForMailing', 'MAILING' => 'FCKeditorForMailing',

View File

@ -5618,7 +5618,9 @@ a.cke_dialog_ui_button
.cke_dialog_ui_hbox_first { .cke_dialog_ui_hbox_first {
vertical-align: middle !important; vertical-align: middle !important;
} }
.cke_combo_text {
width: 40px !important;
}
/* /*
.cke_editable .cke_editable
{ {

View File

@ -5461,6 +5461,9 @@ a.cke_dialog_ui_button
{ {
vertical-align: bottom !important; vertical-align: bottom !important;
} }
.cke_combo_text {
width: 40px !important;
}
/* /*
.cke_editable .cke_editable
{ {