/* Rules for messages pages */
.messages {
- input[type="submit"] {
+ button[type="submit"] {
margin: auto;
+ white-space: nowrap;
}
.inbox-row {
/* Rules for "flash" notice boxes shown at the top of the content area */
.flash {
- padding: $lineheight;
-
&.error {
background-color: #ff7070;
}