Skip to content

Commit

Permalink
Updated the css to work with the comments extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Dec 4, 2009
1 parent e539bb1 commit 4265526
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions public/stylesheets/ghostsandspirits.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ body {

.comment {
padding: 4px;
margin: 4px;
margin: 4px 4px 4px 40px;
}

.comment_comment p {
Expand All @@ -123,12 +123,13 @@ body {
}

.comment .comment_created_at {
font-size: 70%;
font-size: 80%;
}

#comment_form {
.comments form {
border: 1px solid #3C1E04;
padding: 0px 16px 16px 16px;
padding: 0px 16px 16px 16px;
margin-top: 16px;
}

.comment_form_field_and_label {
Expand Down Expand Up @@ -179,15 +180,29 @@ input.button_hov {
color: #B82922 ;
}

#comment_form div {
.comments form div {
margin: 20px 10px;
}

.comments form .textfield {
width: 250px;
}

.comments form h3 {
margin: 20px 10px;
}

#comment_errors {
background-color:#FFDDD1;
border:2px solid #B73204;
color:#571802;
padding: 0px 40px;
padding: 15px;
font-weight: bold;
}

.comment_error {
color:#B82922;
margin-top:0px;
}

div#errorExplanation h2,
Expand Down

0 comments on commit 4265526

Please sign in to comment.