Navigation Menu

Skip to content

Commit

Permalink
Soften up our red colors and add support for form non field errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Fagan committed Jun 23, 2011
1 parent f40ad77 commit 4763a99
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions css/base.css
Expand Up @@ -81,7 +81,7 @@ nav li a {
}

nav li a:hover {
color: #b90000;
color: #ff5b5b;
}

#cover {
Expand All @@ -105,7 +105,7 @@ nav li a:hover {
}

#cover p a {
color: #990000;
color: #ff5b5b;
text-decoration: underline;
}

Expand Down Expand Up @@ -140,7 +140,7 @@ input[type="text"], textarea {
}

input[type="text"].error, textarea.error {
background-color: #b90000;
background-color: #ff5b5b;
color: #fff;
}

Expand Down Expand Up @@ -169,6 +169,16 @@ input[type="submit"], input[type="text"], textarea {
font-size: 16px;
}

ul.errorlist li {
font-size: 24px;
margin-bottom: 20px;
position: relative;
left: 170px;
font-weight: bold;
border-bottom: 4px solid #ff5b5b;
float: left;
}

footer {
border-top: 1px;
margin-top: -101px;
Expand Down

0 comments on commit 4763a99

Please sign in to comment.