pearson registration - fixed layout issue with submission errors

This commit is contained in:
Brian Talbot
2013-01-08 11:48:07 -05:00
parent bbe0120d5c
commit 329982a665

View File

@@ -635,6 +635,7 @@ $red: rgb(178, 6, 16);
padding: ($baseline/2) $baseline;
font-size: 13px;
font-weight: bold;
letter-spacing: 0;
&:hover {
text-decoration: none;
@@ -652,6 +653,9 @@ $red: rgb(178, 6, 16);
// submission error
&.submission-error {
@include box-sizing(border-box);
float: left;
width: flex-grid(8,8);
border: 1px solid tint($red,85%);
background: tint($red,95%);
font-size: 14px;