Skip to content
Snippets Groups Projects
Commit 21958634 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #161754 fix cke_editor carousel placeholder in Chromium baser browser

parent 5d6a157b
Branches
Tags
1 merge request!4564hotline #161754 fix cke_editor carousel placeholder in Chromium baser browser
Pipeline #18817 passed with stage
in 25 minutes and 23 seconds
- correctif #161754 : Administration : correction de l'affichage du placeholder de diaporama d'articles dans l'édition d'un article dans les navigateurs basés sur Chromium.
\ No newline at end of file
......@@ -1748,3 +1748,11 @@ table#logs img {
#journal_details pre.code-added {
color: #859900;
}
img.cke_slideShow {
background-position: center;
background-repeat: no-repeat;
width: 100px;
height: 100px;
margin: 5px;
}
......@@ -1199,3 +1199,11 @@ table#album_item th, table#album_usage_report th {
margin: 20px auto;
display: block;
}
img.cke_slideShow {
background-position: center;
background-repeat: no-repeat;
width: 100px;
height: 100px;
margin: 5px;
}
......@@ -1103,3 +1103,11 @@ body *:not(img) {
height: 100%;
z-index: -1;
}
img.cke_slideShow {
background-position: center;
background-repeat: no-repeat;
width: 100px;
height: 100px;
margin: 5px;
}
......@@ -916,3 +916,11 @@ body .warning {
overflow: auto;
max-height: 300px;
}
img.cke_slideShow {
background-position: center;
background-repeat: no-repeat;
width: 100px;
height: 100px;
margin: 5px;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment