forked from ZwiiCMS-Team/ZwiiCMS
Merge branch 'master' into gallery_stock_v2
This commit is contained in:
commit
6c4433b6a1
10
CHANGES.md
10
CHANGES.md
@ -3,8 +3,14 @@
|
||||
## version 9.3.00
|
||||
- Modification :
|
||||
- Tri des galeries module version 2.0
|
||||
- Correction :
|
||||
- Couleur du texte des boutons gris.
|
||||
- Corrections :
|
||||
- Pages d'administration, thème spécifique
|
||||
- Thème inactif lorsque la réécriture est activée.
|
||||
- Couleur du texte des boutons gris.
|
||||
- TinyMCE :
|
||||
- La taille de la police et la couleur sont celles définies dans le thème du site.
|
||||
- Zone d'édition, padding de 5 px à gauche et à droite.
|
||||
- Barre, sélecteur de page : couleur et taille fixe de la police.
|
||||
|
||||
## version 9.2.26
|
||||
- Corrections :
|
||||
|
@ -2691,6 +2691,7 @@ class layout extends common {
|
||||
*/
|
||||
public function showStyle() {
|
||||
if($this->core->output['style']) {
|
||||
echo '<base href="' . helper::baseUrl(true) .'">';
|
||||
echo '<style type="text/css">' . helper::minifyCss($this->core->output['style']) . '</style>';
|
||||
}
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ input[type=text],
|
||||
input[type=password],
|
||||
.inputFile,
|
||||
select,
|
||||
textarea,
|
||||
textarea:not(.editorWysiwyg),
|
||||
.inputFile,
|
||||
span .zwiico-help,
|
||||
.button.buttonGrey {
|
||||
|
@ -363,6 +363,8 @@ td > .col12 {
|
||||
#bar select {
|
||||
width: 250px;
|
||||
border: 0;
|
||||
color: #111112;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
@ -371,7 +373,7 @@ td > .col12 {
|
||||
}
|
||||
#bar #barRight {
|
||||
float: right;
|
||||
font-size: .8em;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -386,7 +388,7 @@ td > .col12 {
|
||||
}
|
||||
#bar #barSelectPage {
|
||||
width: 50% ;
|
||||
font-size: 0.6em;
|
||||
font-size: 0.6em;
|
||||
}
|
||||
#bar #barLeft {
|
||||
font-size: 1.6em;
|
||||
|
6
core/vendor/tinymce/content.css
vendored
6
core/vendor/tinymce/content.css
vendored
@ -4,7 +4,7 @@
|
||||
|
||||
/* Fix les problèmes de couleurs et de taille de police */
|
||||
.editorWysiwyg {
|
||||
font-size: 14px !important;
|
||||
/*font-size: 14px !important;*/
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
@ -85,3 +85,7 @@
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
}
|
||||
.mce-content-body {
|
||||
padding-left: 5px !important;
|
||||
padding-right: 5px !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user