fixing topic CSS so the h3 styles only apply to the topic title

v1.18.x
Julian Lam 12 years ago
parent 3b1bf67436
commit 167c1fa348

@ -152,36 +152,38 @@
} }
.main-post { .main-post {
h3 { .main-post-buttons {
margin: 0; h3 {
margin: 0;
.topic-title {
width: auto; .topic-title {
overflow: hidden; width: auto;
margin: 0 0 -5px 0; overflow: hidden;
padding: 0 0 5px 0 margin: 0 0 -5px 0;
padding: 0 0 5px 0
}
} }
}
.main-avatar { .main-avatar {
color: white; color: white;
position: relative; position: relative;
float: left; float: left;
margin: 0 10px 0 0; margin: 0 10px 0 0;
padding-bottom: 0px; padding-bottom: 0px;
text-align: center; text-align: center;
width:100px; width:100px;
@media (max-width: 767px) {
display: none;
}
@media (max-width: 767px) { .img-thumbnail {
display: none; padding: 2px;
border-radius: 0;
}
} }
} }
.img-thumbnail {
padding: 2px;
border-radius: 0;
}
.post-content { .post-content {
min-height: 80px; min-height: 80px;
} }

Loading…
Cancel
Save