Skip to content

Commit

Permalink
Merge pull request #311 from ciar4n/alerts-center
Browse files Browse the repository at this point in the history
Center alerts on edit pages
  • Loading branch information
C-Lodder authored Jan 21, 2017
2 parents 8003a49 + b6336b9 commit 8c7b09a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions administrator/templates/atum/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -8821,6 +8821,9 @@ small, .small {
.closed + .notify-alerts.fullWidth {
left: 70px; }

.wrapper0 .notify-alerts {
margin-left: 0; }

.form-control {
max-width: 240px;
background-color: #fcfcfc; }
Expand Down
2 changes: 1 addition & 1 deletion administrator/templates/atum/css/template.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion administrator/templates/atum/css/template.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions administrator/templates/atum/scss/blocks/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@
left: 70px;
}
}
.wrapper0 {
.notify-alerts {
margin-left: 0;
}
}

0 comments on commit 8c7b09a

Please sign in to comment.