mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Better responsive
This commit is contained in:
parent
7c892802eb
commit
3059bfdd60
|
|
@ -51,7 +51,7 @@ $modules = array(
|
|||
'NOTE_PUBLIC' => 'FCKeditorForNotePublic',
|
||||
'NOTE_PRIVATE' => 'FCKeditorForNotePrivate',
|
||||
'SOCIETE' => 'FCKeditorForCompany',
|
||||
'PRODUCTDESC' => 'FCKeditorForProduct',
|
||||
//'PRODUCTDESC' => 'FCKeditorForProduct',
|
||||
'DETAILS' => 'FCKeditorForProductDetails',
|
||||
'USERSIGN' => 'FCKeditorForUserSignature',
|
||||
'MAILING' => 'FCKeditorForMailing',
|
||||
|
|
|
|||
|
|
@ -5618,7 +5618,9 @@ a.cke_dialog_ui_button
|
|||
.cke_dialog_ui_hbox_first {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
.cke_combo_text {
|
||||
width: 40px !important;
|
||||
}
|
||||
/*
|
||||
.cke_editable
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5461,6 +5461,9 @@ a.cke_dialog_ui_button
|
|||
{
|
||||
vertical-align: bottom !important;
|
||||
}
|
||||
.cke_combo_text {
|
||||
width: 40px !important;
|
||||
}
|
||||
/*
|
||||
.cke_editable
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user