Skip to content

Commit

Permalink
MINOR Fixed collapsed cms menu and preview by setting correct panel w…
Browse files Browse the repository at this point in the history
…idth (broken by 6b88006)
  • Loading branch information
chillu committed Oct 30, 2011
1 parent ade1481 commit f815425
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
12 changes: 10 additions & 2 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions admin/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -708,26 +708,28 @@ form.member-profile-form {
color: $color-text-dark;
font-size: 16px;
}

&.toggle-expand {
width: 40px; // will set the collapsed width
}
}
}

.toggle-expand {
width: 40px; // will set the collapsed width
}

&.collapsed {

.cms-panel-content {
display: none;
}

/*
.cms-panel-header {
@include rotate(-90deg);
position: relative;
top: $grid-vertical * 10;
border: none;
padding: 0;
}
*/
}

.child-flyout-indicator {
Expand Down

0 comments on commit f815425

Please sign in to comment.