Minor css fix

This commit is contained in:
Frédéric Guillot 2014-11-08 16:59:52 -05:00
parent 7ae86d2d41
commit 3b2db03597

View File

@ -240,6 +240,7 @@ textarea.form-error {
background-color: #fcf8e3; background-color: #fcf8e3;
border: 1px solid #fbeed5; border: 1px solid #fbeed5;
border-radius: 4px; border-radius: 4px;
overflow: auto;
} }
.alert-success { .alert-success {