Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Add padding to settings panel #377

Merged
merged 1 commit into from Apr 27, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions admin/css/screen.css

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

4 changes: 4 additions & 0 deletions admin/scss/_style.scss
Expand Up @@ -1011,6 +1011,10 @@ form.member-profile-form {
@include box-shadow(3px 0 4px rgba(0,0,0,0.15));
@include border-radius(0);
}

form.cms-content {
padding:$grid-y $grid-x*2 $grid-y*2 $grid-x*2;
}

.cms-content-fields {
// always show a y scroll bar as popups like TreeDropdowns
Expand Down