Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:railsrumble/giant-robots
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Pytel committed Oct 19, 2008
2 parents 5e9a7c9 + ae4d96b commit 2ac52a5
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions public/stylesheets/main.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ h1 {
padding-top: 14px; padding-top: 14px;
padding-left: 30px; padding-left: 30px;
width: 93px; width: 93px;
height: 6px; height: 10px;
padding-bottom: 12px; padding-bottom: 12px;
background: #57999d 0 0; background: #57999d 0 0;
margin: 0; margin: 0;
Expand Down Expand Up @@ -1003,8 +1003,24 @@ body.error .copy p {
line-height: 1.5; line-height: 1.5;
position: fixed; position: fixed;
top: 0; top: 0;
width: 100%;
left: 0; left: 0;
width: 100%;
}

.fieldWithErrors input#username_user_location {
border-bottom: 4px solid #ff595c;
}

.fieldWithErrors input#user_email {
border-bottom: 4px solid #ff595c;
}

.fieldWithErrors input#user_password {
border-bottom: 4px solid #ff595c;
}

.fieldWithErrors input#user_password_confirmation {
border-bottom: 4px solid #ff595c;
} }


.fieldWithErrors input#purchase_quantity { .fieldWithErrors input#purchase_quantity {
Expand Down

0 comments on commit 2ac52a5

Please sign in to comment.