Skip to content

Commit

Permalink
Fix added post links
Browse files Browse the repository at this point in the history
  • Loading branch information
jcutler committed Feb 28, 2012
1 parent 124ae95 commit f77b032
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/dashboardTweaks/postLinks.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ margin:0 !important;
border-bottom:none !important;
}

#posts .post.short_new_post {
height:auto !important;
padding:0 !important;
}

#posts .post.new_post .short_post_labels {
margin:0 1%;
}
Expand All @@ -46,6 +51,7 @@ opacity:1;
display:inline-block;
min-width:80%;
float:none;
padding:2px 6px;
}

#posts .post.new_post .short_post_labels a:hover {
Expand Down

0 comments on commit f77b032

Please sign in to comment.