mobile: reduce vertical space between posts, prevent titles from wrapping

This commit is contained in:
Kris Aubuchon 2013-09-17 23:32:11 -04:00
parent 21b018192f
commit 9808ae2970
2 changed files with 15 additions and 6 deletions

View file

@ -2,7 +2,7 @@
.topic-post {
border-top: 1px solid #ddd;
padding: 10px 0 10px 0;
padding: 6px 0 3px 0;
&:first-of-type {
border-top: none;
}
@ -270,7 +270,7 @@ a.star {
}
.title {
font-size: 14px; line-height: 8px;
font-size: 14px; line-height: 8px;
}
}
@ -419,10 +419,17 @@ iframe {
margin: -4px 0 0 -4px;
background-color: lighten(yellow, 35%);}
.topic-meta-data {
white-space: nowrap;
float: left;
}
.user-title {
margin-left: 8px;
display: inline-block;
color: #aaa;
padding-top: 2px;
padding-left: 8px;
overflow: hidden;
margin-right: 50px;
}
span.btn-text {display: none;}

View file

@ -2,7 +2,9 @@
.topic-meta-data {
width: 100%;
h3 a {margin-left: 10px;}
a {float: left;}
a {float: left;
}
}
@ -10,7 +12,7 @@
.topic-meta-data-inside {
float: right;
margin-top: -28px;
margin-top: -38px;
margin-right: 5px;
}