fixing private message users, post title alignment

This commit is contained in:
Kris Aubuchon 2013-10-29 20:47:37 -04:00
parent 3043efcb0a
commit 60d9b4d808
1 changed files with 6 additions and 4 deletions

View File

@ -324,7 +324,7 @@ a.star {
.participants { .participants {
.user:not(:first-of-type) {margin-top: 10px;} .user {float: left; margin: 7px 20px 7px 0;}
} }
@ -423,11 +423,12 @@ span.post-count {
} }
#topic-title { #topic-title {
z-index: 1000; z-index: 1000;
padding: 14px 0 8px 0; padding: 14px 0 8px 0;
h1 { line-height: 1em;} h1 { line-height: 1em; overflow: hidden; }
.topic-statuses {margin-top: -2px; .icon-pushpin {margin-top: -1px;}} .topic-statuses {margin-top: -2px; .icon-pushpin {margin-top: -1px;}}
.star {font-size: 20px; margin-top: 4px;} .star {font-size: 20px; margin-top: 5px;}
.chzn-container {vertical-align: middle;} .chzn-container {vertical-align: middle;}
} }
@ -468,9 +469,10 @@ iframe {
.extra-info { .extra-info {
h1 { h1 {
margin: 5px 0 0 25px; margin: 5px 0 0 0;
font-size: 2em; font-size: 2em;
line-height: 1em; line-height: 1em;
overflow: hidden;
} }
a.star { a.star {