align post text and username
This commit is contained in:
parent
abf00ad597
commit
0ca9a3c06d
@ -551,6 +551,7 @@ aside {
|
||||
|
||||
.postbody {
|
||||
margin: 15px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
@ -356,7 +356,7 @@ if ((!isset($thread[0]['id']) && !empty($thread)) || !is_array($thread)) {
|
||||
else {
|
||||
if ($logedin){
|
||||
$post['template'] = themes("get","templates/post.txt");
|
||||
} else {
|
||||
x } else {
|
||||
$post['template'] = themes("get","templates/post_logout.txt");
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class='post' id=':id:' pid=':pid:' mode="post">
|
||||
<div id='a:id:' class='ancestors'>:ancestors:</div>
|
||||
<div class='postHeader'>
|
||||
<div style='width:80%; margin:5px; margin-left:10px; display:block; float:left; line-height:30px;'>
|
||||
<div style='width:80%; margin:5px; margin-left:1em; display:block; float:left; line-height:30px;'>
|
||||
<img src=':avatar:' width=25 class='mobile' style='border-radius:10px; display:inline-block;'>
|
||||
<div style='max-width:50%; display:inline-block;' class='user' id=':uid:' title=':acct:'>
|
||||
<div style='white-space: nowrap; overflow: hidden; text-overflow: ellipsis;'>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class='post' id=':id:' pid=':pid:' mode="post">
|
||||
<div id='a:id:' class='ancestors'>:ancestors:</div>
|
||||
<div class='postHeader'>
|
||||
<div style='width:80%; margin:5px; margin-left:10px; display:block; float:left; line-height:30px;'>
|
||||
<div style='width:80%; margin:5px; margin-left:1em; display:block; float:left; line-height:30px;'>
|
||||
<img src=':avatar:' width=25 class='mobile' style='border-radius:10px; display:inline-block;'>
|
||||
<div style='max-width:50%; display:inline-block;' class='user' id=':uid:'>
|
||||
<div style='white-space: nowrap; overflow: hidden; text-overflow: ellipsis;'>
|
||||
|
Loading…
Reference in New Issue
Block a user