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