Better responsive
This commit is contained in:
parent
7c892802eb
commit
3059bfdd60
@ -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',
|
||||||
|
|||||||
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user