ENHANCEMENT:SSF-53 - styled the label for the parent group input field on the users groups page.

This commit is contained in:
jbridson 2012-03-08 12:46:13 +13:00
parent c3a2938a6d
commit c5a42797de
2 changed files with 5 additions and 0 deletions

View File

@ -399,6 +399,7 @@ form.member-profile-form .ui-corner-all, form.member-profile-form .ui-corner-top
.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 .cms-content-fields { /* always show a y scroll bar as popups like TreeDropdowns can trigger longer pages and the extra scroll bar doesn't fire our sizing bar */ overflow-y: auto; overflow-x: auto; background: none; width: 100%; }
.cms .cms-content-fields .aligned_right_label { margin-left: 184px; padding: 8px 0; }
/** -------------------------------------------- "Settings" Form -------------------------------------------- */
#CanViewType .optionset li, #CanEditType .optionset li, #CanCreateTopLevelType .optionset li { float: none; width: auto; }

View File

@ -903,6 +903,10 @@ form.member-profile-form {
overflow-x: auto;
background: none;
width:100%;
.aligned_right_label {
margin-left:$grid-x*23;
padding:$grid-x 0;
}
}
}