MINOR Ensuring .cms-panel-padded overrides .cms .ui-tabs

This commit is contained in:
Ingo Schommer 2012-03-07 16:20:46 +01:00
parent bb8bda862e
commit c820692e9e
2 changed files with 8 additions and 6 deletions

View File

@ -434,7 +434,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 { display: block !important; left: 41px; margin-top: -40px; position: fixed; width: 191px; }
.cms-panel .collapsed-flyout li a span { display: block !important; } .cms-panel .collapsed-flyout li a span { display: block !important; }
.cms-panel-padded { width: 176px; padding: 16px 16px; overflow-x: hidden; overflow-y: auto; } .cms .cms-panel-padded { width: 176px; padding: 16px 16px; overflow-x: hidden; overflow-y: auto; }
/** ------------------------------------------------------------------ /** ------------------------------------------------------------------
* Dialog * Dialog

View File

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