Merge pull request #377 from adrexia/sapphire

---

Added padding back into the settings panel.
This commit is contained in:
Ingo Schommer 2012-04-27 09:42:10 +02:00
commit e7a4eec0da
2 changed files with 5 additions and 0 deletions

View File

@ -439,6 +439,7 @@ form.member-profile-form .ui-tabs-nav .ui-corner-all, form.member-profile-form .
form.member-profile-form .ui-tabs-nav .ui-corner-all, form.member-profile-form .ui-tabs-nav .ui-corner-top, form.member-profile-form .ui-tabs-nav .ui-corner-left, form.member-profile-form .ui-tabs-nav .ui-corner-tl { border-radius: 0; }
.cms .cms-content { border-right: 1px solid rgba(201, 205, 206, 0.8); -moz-box-shadow: 3px 0 4px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 3px 0 4px rgba(0, 0, 0, 0.15); -o-box-shadow: 3px 0 4px rgba(0, 0, 0, 0.15); box-shadow: 3px 0 4px rgba(0, 0, 0, 0.15); -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; -khtml-border-radius: 0; border-radius: 0; }
.cms form.cms-content { padding: 8px 16px 16px 16px; }
.cms .cms-content-fields { overflow-y: auto; overflow-x: auto; background: none; width: 100%; }
.cms .cms-content-fields #Root_Main .confirmedpassword { border-bottom: none; box-shadow: none; }
.cms .cms-content-fields #Root_Main .customFormat { max-width: 80px; }

View File

@ -1014,6 +1014,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