Skip to content

Commit

Permalink
Finished styling comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed Oct 4, 2011
1 parent b4163f6 commit 05fbbf1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
<p class="nocomments"><?php _e( 'Comments are closed.', 'twentyeleven' ); ?></p>
<?php endif; ?>

<?php comment_form(); ?>
<?php comment_form(array(
'title_reply_to' => 'asdfa'
)); ?>

</div>
20 changes: 10 additions & 10 deletions css/comments.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

#social .social-twitter-icon,
#social .social-facebook-icon {
background: url(social.png) 0 -150px no-repeat;
background: url(../../../plugins/social/assets/social.png) 0 -150px no-repeat;
display: block;
padding-left: 21px;
}
Expand All @@ -125,7 +125,7 @@
width: 150px;
}
#social .social-sign-in-links .social-twitter {
background: url('social.png') 0 0 no-repeat;
background: url('../../../plugins/social/assets/social.png') 0 0 no-repeat;
}
#social .social-sign-in-links .social-twitter:hover {
background-position: 0 -22px;
Expand All @@ -134,7 +134,7 @@
background-position: 0 -44px;
}
#social .social-sign-in-links .social-facebook {
background: url('social.png') -150px 0 no-repeat;
background: url('../../../plugins/social/assets/social.png') -150px 0 no-repeat;
}
#social .social-sign-in-links .social-facebook:hover {
background-position: -150px -22px;
Expand Down Expand Up @@ -171,7 +171,7 @@
}

#social .social-heading {
background: url('background-strikethrough.gif') 0 13px repeat-x;
background: url('../../../plugins/social/assets/background-strikethrough.gif') 0 13px repeat-x;
margin-bottom: 10px;
}
#social .social-title {
Expand All @@ -183,7 +183,7 @@
}

#social .social-divider {
background: url('background-strikethrough.gif') center repeat-x;
background: url('../../../plugins/social/assets/background-strikethrough.gif') center repeat-x;
clear: both;
font: italic 13px/1.5 Helvetica, Arial, sans-serif;
margin: 0 7px 10px;
Expand Down Expand Up @@ -221,20 +221,20 @@
#social #reply-title {
background: none;
padding-left: 0;
display: none;
}

#social #reply-title span,
#social .social-nav li a {
float: left;
}
#social .social-nav li a {
background: #fff;
padding: 5px 10px;
border-bottom: 2px solid transparent;
background: transparent;
padding: 5px;
}
#social .social-nav .social-current-tab a,
#social .social-nav a:hover {
border-bottom: 2px solid #ff0000;
background: #f1f1f1;
text-decoration: none;
}

Expand Down Expand Up @@ -291,7 +291,7 @@
}

#social .social-replied {
background: url(sprite-y-24-icons.png) 0 -300px no-repeat;
background: url(../../../plugins/social/assets/sprite-y-24-icons.png) 0 -300px no-repeat;
display: block;
height: 16px;
left: -67px;
Expand Down

0 comments on commit 05fbbf1

Please sign in to comment.