mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
BUGFIX: Fixed layout of cms rhs area buttons
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@73594 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
46a5b5e50e
commit
8666fa9491
@ -175,7 +175,7 @@ window.onresize = function(init) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(typeof fitToParent == 'function') {
|
if(typeof fitToParent == 'function') {
|
||||||
fitToParent('Form_EditForm', -20);
|
fitToParent('Form_EditForm', 4);
|
||||||
if($('Form_EditorToolbarImageForm') && $('Form_EditorToolbarImageForm').style.display == "block") {
|
if($('Form_EditorToolbarImageForm') && $('Form_EditorToolbarImageForm').style.display == "block") {
|
||||||
fitToParent('Form_EditorToolbarImageForm', 5);
|
fitToParent('Form_EditorToolbarImageForm', 5);
|
||||||
fitToParent($('Form_EditorToolbarImageForm').getElementsByTagName('fieldset')[0]);
|
fitToParent($('Form_EditorToolbarImageForm').getElementsByTagName('fieldset')[0]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user