fckeditor prend moins de place dans ce theme
This commit is contained in:
parent
4c86eba60b
commit
0941ad4468
@ -52,7 +52,6 @@ body
|
|||||||
|
|
||||||
.TB_ToolbarSet
|
.TB_ToolbarSet
|
||||||
{
|
{
|
||||||
padding: 1px;
|
|
||||||
border-top: #efefde 1px outset;
|
border-top: #efefde 1px outset;
|
||||||
border-bottom: #efefde 1px outset;
|
border-bottom: #efefde 1px outset;
|
||||||
}
|
}
|
||||||
@ -71,7 +70,7 @@ body
|
|||||||
.TB_Separator
|
.TB_Separator
|
||||||
{
|
{
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 21px;
|
height: 18px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
background-color: #C6C3BD;
|
background-color: #C6C3BD;
|
||||||
}
|
}
|
||||||
@ -83,7 +82,7 @@ body
|
|||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
width: 3px;
|
width: 3px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
height: 27px;
|
height: 20px;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -123,7 +122,7 @@ body
|
|||||||
|
|
||||||
.TB_Break
|
.TB_Break
|
||||||
{
|
{
|
||||||
height: 27px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -184,9 +183,7 @@ body
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
margin: 3px;
|
margin: 2px;
|
||||||
margin-top: 4px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -197,7 +194,7 @@ body
|
|||||||
.TB_Button_Off_Over TABLE .TB_Button_Image,
|
.TB_Button_Off_Over TABLE .TB_Button_Image,
|
||||||
.TB_Button_Disabled TABLE .TB_Button_Image
|
.TB_Button_Disabled TABLE .TB_Button_Image
|
||||||
{
|
{
|
||||||
margin-top: 3px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TB_Button_Image img
|
.TB_Button_Image img
|
||||||
|
|||||||
@ -77,36 +77,35 @@ FCKConfig.FloatingPanelsZIndex = 10000 ;
|
|||||||
FCKConfig.ToolbarLocation = 'In' ;
|
FCKConfig.ToolbarLocation = 'In' ;
|
||||||
|
|
||||||
FCKConfig.ToolbarSets["dolibarr_mailings"] = [
|
FCKConfig.ToolbarSets["dolibarr_mailings"] = [
|
||||||
['FitWindow','Source','DocProps'],
|
['FitWindow','Source'],
|
||||||
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'],
|
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'],
|
||||||
['Undo','Redo','-','Find','Replace','-','SelectAll'],
|
['Undo','Redo','-','Find','Replace','-','SelectAll'],
|
||||||
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
|
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
|
||||||
['OrderedList','UnorderedList','-','Outdent','Indent',],
|
['OrderedList','UnorderedList','-','Outdent','Indent'],
|
||||||
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
||||||
['Link','Unlink','Anchor','Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'],
|
['Link','Unlink','Anchor','Image','Table','Rule','Smiley','SpecialChar','UniversalKey'],
|
||||||
['FontName','FontSize']
|
['FontName','FontSize']
|
||||||
] ;
|
] ;
|
||||||
|
|
||||||
FCKConfig.ToolbarSets["dolibarr_notes"] = [
|
FCKConfig.ToolbarSets["dolibarr_notes"] = [
|
||||||
['FitWindow','Source','DocProps'],
|
['FitWindow','Source'],
|
||||||
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'],
|
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'],
|
||||||
['Undo','Redo','-','Find','Replace','-','SelectAll'],
|
['Undo','Redo','-','Find','Replace','-','SelectAll'],
|
||||||
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
|
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
|
||||||
['OrderedList','UnorderedList','-','Outdent','Indent',],
|
['OrderedList','UnorderedList','-','Outdent','Indent'],
|
||||||
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
||||||
['Link','Unlink','Anchor','Image','Flash','Table','Rule','Smiley','SpecialChar','UniversalKey'],
|
['Link','Unlink','Anchor','Image','Table','Rule','SpecialChar','UniversalKey'],
|
||||||
['FontName','FontSize']
|
['FontName','FontSize']
|
||||||
] ;
|
] ;
|
||||||
|
|
||||||
FCKConfig.ToolbarSets["dolibarr_details"] = [
|
FCKConfig.ToolbarSets["dolibarr_details"] = [
|
||||||
['FitWindow','Source','DocProps'],
|
['FitWindow','Source'],
|
||||||
['Cut','Copy','Paste','PasteText','PasteWord','-','SpellCheck','-','Preview','Print'],
|
['Cut','Copy','Paste','-','Preview'],
|
||||||
['Undo','Redo','-','Find','Replace','-','SelectAll'],
|
['Undo','Redo'],
|
||||||
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
|
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','TextColor','BGColor','-','RemoveFormat'],
|
||||||
['OrderedList','UnorderedList','-','Outdent','Indent',],
|
['OrderedList','UnorderedList','-','Outdent','Indent'],
|
||||||
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
|
||||||
['Link','Unlink','Anchor'],
|
['SpecialChar','UniversalKey'],
|
||||||
['Smiley','SpecialChar','UniversalKey'],
|
|
||||||
['FontName','FontSize']
|
['FontName','FontSize']
|
||||||
] ;
|
] ;
|
||||||
|
|
||||||
@ -165,8 +164,8 @@ FCKConfig.FlashDlgHideAdvanced = false ;
|
|||||||
// inline when creating the editor instance. In that cases you must set the
|
// inline when creating the editor instance. In that cases you must set the
|
||||||
// values of LinkBrowserURL, ImageBrowserURL and so on.
|
// values of LinkBrowserURL, ImageBrowserURL and so on.
|
||||||
// Custom implementations should just ignore it.
|
// Custom implementations should just ignore it.
|
||||||
var _FileBrowserLanguage = 'asp' ; // asp | aspx | cfm | lasso | perl | php | py
|
var _FileBrowserLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py
|
||||||
var _QuickUploadLanguage = 'asp' ; // asp | aspx | cfm | lasso | php
|
var _QuickUploadLanguage = 'php' ; // asp | aspx | cfm | lasso | php
|
||||||
|
|
||||||
// Don't care about the following line. It just calculates the correct connector
|
// Don't care about the following line. It just calculates the correct connector
|
||||||
// extension to use for the default File Browser (Perl uses "cgi").
|
// extension to use for the default File Browser (Perl uses "cgi").
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue
Block a user