On gagne quelques pixels sur taille barre fckeditor
This commit is contained in:
parent
911d75fc47
commit
b1b56bf474
@ -1022,7 +1022,7 @@ class pdf_crabe extends ModelePDFFactures
|
|||||||
// Cette fonction est appelée pour coder ou non une chaine en html
|
// Cette fonction est appelée pour coder ou non une chaine en html
|
||||||
// selon qu'on compte l'afficher dans le PDF avec:
|
// selon qu'on compte l'afficher dans le PDF avec:
|
||||||
// writeHTMLCell -> a besoin d'etre encodé en HTML
|
// writeHTMLCell -> a besoin d'etre encodé en HTML
|
||||||
// MutliCell -> ne doit pas etre encodé en HTML
|
// MultiCell -> ne doit pas etre encodé en HTML
|
||||||
function _dol_htmlentities($stringtoencode,$isstringalreadyhtml)
|
function _dol_htmlentities($stringtoencode,$isstringalreadyhtml)
|
||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|||||||
@ -943,7 +943,7 @@ class pdf_propale_azur extends ModelePDFPropales
|
|||||||
// Cette fonction est appelée pour coder ou non une chaine en html
|
// Cette fonction est appelée pour coder ou non une chaine en html
|
||||||
// selon qu'on compte l'afficher dans le PDF avec:
|
// selon qu'on compte l'afficher dans le PDF avec:
|
||||||
// writeHTMLCell -> a besoin d'etre encodé en HTML
|
// writeHTMLCell -> a besoin d'etre encodé en HTML
|
||||||
// MutliCell -> ne doit pas etre encodé en HTML
|
// MultiCell -> ne doit pas etre encodé en HTML
|
||||||
function _dol_htmlentities($stringtoencode,$isstringalreadyhtml)
|
function _dol_htmlentities($stringtoencode,$isstringalreadyhtml)
|
||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|||||||
@ -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; /* IE needs the height to be set, otherwise no break */
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -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
|
||||||
@ -373,7 +370,7 @@ body
|
|||||||
|
|
||||||
.SC_ItemOver
|
.SC_ItemOver
|
||||||
{
|
{
|
||||||
border: #316ac5 1px solid;
|
border: #404040 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SC_Field
|
.SC_Field
|
||||||
|
|||||||
@ -105,7 +105,6 @@ FCKConfig.ToolbarSets["dolibarr_details"] = [
|
|||||||
['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'],
|
['SpecialChar','UniversalKey'],
|
||||||
['FontName','FontSize']
|
['FontName','FontSize']
|
||||||
] ;
|
] ;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user