Skip to content

Commit

Permalink
568 - jQuery Notice boxes not aligned - Preventing access to settings
Browse files Browse the repository at this point in the history
- Change alignment back to left, so that divs can be exposed and closed by the user
- see issue silverstripe#568 silverstripe#568
  • Loading branch information
Simon Gow committed Jul 22, 2018
1 parent 730fc42 commit defc198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/src/styles/legacy/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ html, body {
border: 0;
border-left: 3px solid;
color: #666;
left: 300px;
left: 0;
background: #fff;

&.success,
Expand Down

0 comments on commit defc198

Please sign in to comment.