MINOR Layout manager tweaks

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92699 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-21 03:14:43 +00:00
parent 5e4fa55472
commit d478f175b7
2 changed files with 2 additions and 0 deletions

View File

@ -273,6 +273,7 @@ body.stillLoading select {
text-align: center; text-align: center;
font-size: 10px; font-size: 10px;
color: #fff; color: #fff;
padding: 5px 6px 0 3px;
} }
.ss-cms-bottom-bar #logInStatus { .ss-cms-bottom-bar #logInStatus {

View File

@ -99,6 +99,7 @@ var ss_MainLayout;
// multiple panels which are triggered through tinymce buttons, // multiple panels which are triggered through tinymce buttons,
// so a user shouldn't be able to toggle this panel manually // so a user shouldn't be able to toggle this panel manually
initHidden: true, initHidden: true,
spacing_closed: 0,
fxName: "none", fxName: "none",
size: 250 size: 250
}, },