MINOR Removed unrelated styles from .cms-panel-padded class (which should just do what it says)

This commit is contained in:
Ingo Schommer 2012-03-09 22:26:00 +01:00
parent 67a032ce17
commit bf6317d534
2 changed files with 1 additions and 4 deletions

View File

@ -432,7 +432,7 @@ form.member-profile-form .ui-corner-all, form.member-profile-form .ui-corner-top
.cms-panel .collapsed-flyout { display: block !important; left: 41px; margin-top: -40px; position: fixed; width: 191px; }
.cms-panel .collapsed-flyout li a span { display: block !important; }
.cms .cms-panel-padded { width: 176px; padding: 16px 16px; overflow-x: hidden; overflow-y: auto; }
.cms .cms-panel-padded { padding: 16px 16px; }
/** ------------------------------------------------------------------
* Dialog

View File

@ -1060,10 +1060,7 @@ form.member-profile-form {
.cms {
.cms-panel-padded {
width: ($grid-x * 22);
padding: $grid-y*2 $grid-x*2;
overflow-x: hidden;
overflow-y: auto;
}
}