forked from ZwiiCMS-Team/ZwiiCMS
[9.0.11] margin in footer
This commit is contained in:
parent
a168400fce
commit
4ef61cfbc1
@ -473,7 +473,7 @@ body > footer {
|
|||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/*padding: 10px 20px; deleted 9.0.08 */
|
padding: 1px 20px;
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,11 +78,11 @@ class theme extends common {
|
|||||||
'bold' => 'Gras'
|
'bold' => 'Gras'
|
||||||
];
|
];
|
||||||
public static $footerHeights = [
|
public static $footerHeights = [
|
||||||
'5px' => 'Très petite (5 pixels)',
|
'-5px' => 'Réduite',
|
||||||
'10px' => 'Petite (10 pixels)',
|
'0px' => 'Très petite',
|
||||||
'20px' => 'Moyenne (20 pixels)',
|
'5px' => 'Petite',
|
||||||
'35px' => 'Grande (35 pixels)',
|
'10px' => 'Grande',
|
||||||
'40px' => 'Très grande (40 pixels)'
|
'15px' => 'Très grande'
|
||||||
];
|
];
|
||||||
public static $footerPositions = [
|
public static $footerPositions = [
|
||||||
'hide' => 'Cachée',
|
'hide' => 'Cachée',
|
||||||
@ -105,11 +105,11 @@ class theme extends common {
|
|||||||
'2.4vmax' => 'Très grande (240%)'
|
'2.4vmax' => 'Très grande (240%)'
|
||||||
];
|
];
|
||||||
public static $headerHeights = [
|
public static $headerHeights = [
|
||||||
'100px' => 'Très petite (100 pixels)',
|
'100px' => 'Très petite',
|
||||||
'150px' => 'Petite (150 pixels)',
|
'150px' => 'Petite',
|
||||||
'200px' => 'Moyenne (200 pixels)',
|
'200px' => 'Moyenne',
|
||||||
'300px' => 'Grande (300 pixels)',
|
'300px' => 'Grande',
|
||||||
'400px' => 'Très grande (400 pixels)'
|
'400px' => 'Très grande'
|
||||||
];
|
];
|
||||||
public static $headerPositions = [
|
public static $headerPositions = [
|
||||||
'body' => 'Au dessus du site',
|
'body' => 'Au dessus du site',
|
||||||
@ -136,11 +136,11 @@ class theme extends common {
|
|||||||
'1.3em' => 'Très grande (130%)'
|
'1.3em' => 'Très grande (130%)'
|
||||||
];
|
];
|
||||||
public static $menuHeights = [
|
public static $menuHeights = [
|
||||||
'5px 10px' => 'Très petite (5 pixels)',
|
'5px 10px' => 'Très petite',
|
||||||
'10px' => 'Petite (10 pixels)',
|
'10px' => 'Petite',
|
||||||
'15px 10px' => 'Moyenne (15 pixels)',
|
'15px 10px' => 'Moyenne',
|
||||||
'20px 15px' => 'Grande (20 pixels)',
|
'20px 15px' => 'Grande',
|
||||||
'25px 15px' => 'Très grande (25 pixels)'
|
'25px 15px' => 'Très grande'
|
||||||
];
|
];
|
||||||
public static $menuPositionsSite = [
|
public static $menuPositionsSite = [
|
||||||
'top' => 'En-dehors du site',
|
'top' => 'En-dehors du site',
|
||||||
|
Loading…
Reference in New Issue
Block a user