Skip to content

Commit

Permalink
! error box in login form was a mess
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuds committed Jul 29, 2022
1 parent 6576fcb commit 8cf2604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/default/css/index.css
Expand Up @@ -5313,7 +5313,7 @@ a.help .icon {
vertical-align: top;
}

.login p {
.login p:not(.errorbox) {
text-align: center;
}

Expand Down Expand Up @@ -5369,7 +5369,7 @@ a.help .icon {
border-radius: 7px;
}

.well p, .roundframe p {
.well p:not(.errorbox), .roundframe p {
padding: 6px;
}

Expand Down

0 comments on commit 8cf2604

Please sign in to comment.