Skip to content

Commit

Permalink
BUGFIX: #6853 Necessary styles required to complement work on same-in…
Browse files Browse the repository at this point in the history
…dexed commit in cms project
  • Loading branch information
Russell Michell committed Mar 9, 2012
1 parent e4a6dd5 commit 5b4f83a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions admin/css/screen.css

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

6 changes: 6 additions & 0 deletions admin/scss/_forms.scss
Expand Up @@ -220,6 +220,12 @@ form.small .field, .field.small {
width: 50%; width: 50%;
max-width: ($grid-x * 12); max-width: ($grid-x * 12);
} }

/* Hides borders in settings/access. Activated from JS */
&.remove-splitter {
border-bottom: none;
box-shadow: none;
}
} }


/** ---------------------------------------------------- /** ----------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions admin/scss/_style.scss
Expand Up @@ -921,6 +921,7 @@ form.member-profile-form {
// All options on their own line // All options on their own line
float: none; float: none;
width: auto; width: auto;
white-space: nowrap;
} }
} }
#ViewerGroups, #EditorGroups, #CreateTopLevelGroups { #ViewerGroups, #EditorGroups, #CreateTopLevelGroups {
Expand Down

0 comments on commit 5b4f83a

Please sign in to comment.