Skip to content

Commit

Permalink
Merge branch '4.0-dev' into 4.0_module-xtd_js
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Jan 13, 2020
2 parents a202ae3 + 5609d00 commit 2435beb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions administrator/templates/system/css/error.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

.outline {
margin: 0 auto;
margin: 0 auto;
width: 550px;
border: 1px solid #cccccc;
background: #ffffff;
Expand Down Expand Up @@ -40,9 +40,7 @@ h1 {
}

td {
padding: 3px;
padding-left: 5px;
padding-right: 5px;
padding: 3px 5px;
border: solid 1px #bbbbbb;
font-size: 10px;
}
Expand Down
1 change: 1 addition & 0 deletions plugins/editors/tinymce/tinymce.php
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ public function onDisplay(
'image_title' => true,
'height' => $html_height,
'width' => $html_width,
'elementpath' => (bool) $levelParams->get('element_path', true),
'resize' => $resizing,
'templates' => $templates,
'image_advtab' => (bool) $levelParams->get('image_advtab', false),
Expand Down

0 comments on commit 2435beb

Please sign in to comment.