Mobile: on a post, put username, name, and title on their own lines beside the author avatar
This commit is contained in:
parent
a3c148407c
commit
04e94bec5f
|
@ -481,24 +481,6 @@ background-color: scale-color($danger, $lightness: 75%);
|
||||||
margin: -4px 0 0 -4px;
|
margin: -4px 0 0 -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.username.new-user a {
|
|
||||||
color: scale-color($primary, $lightness: 70%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.topic-meta-data {
|
|
||||||
white-space: nowrap;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.user-title {
|
|
||||||
color: #aaa;
|
|
||||||
padding-top: 2px;
|
|
||||||
padding-left: 8px;
|
|
||||||
overflow: hidden;
|
|
||||||
margin-right: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.btn-text {display: none;}
|
span.btn-text {display: none;}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
@ -559,14 +541,34 @@ span.highlighted {
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-meta-data {
|
.topic-meta-data {
|
||||||
float: left;
|
white-space: nowrap;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.names {margin: 5px 0 0 65px; float: left;}
|
.names {
|
||||||
.post-info {float: right; font-size: 12px; margin: 4px 10px 0 0;
|
margin: 5px 0 0 65px;
|
||||||
.edits {margin-right: 5px;}
|
line-height: 17px;
|
||||||
}
|
span {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.post-info {
|
||||||
|
float: right;
|
||||||
|
font-size: 12px;
|
||||||
|
margin: 4px 10px 0 0;
|
||||||
|
.edits { margin-right: 5px; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.username.new-user a {
|
||||||
|
color: scale-color($primary, $lightness: 70%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-title {
|
||||||
|
color: #aaa;
|
||||||
|
padding-top: 2px;
|
||||||
|
overflow: hidden;
|
||||||
|
margin-right: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.read-state {
|
.read-state {
|
||||||
|
|
Loading…
Reference in New Issue