forked from GithubBackups/tinyib
Tweak styling of rules and post messages
This commit is contained in:
parent
58d378fe46
commit
b8d86e8612
@ -42,8 +42,15 @@ form {
|
|||||||
padding: 1em 0.5em 1em 0.5em;
|
padding: 1em 0.5em 1em 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply blockquote, blockquote :last-child {
|
.message {
|
||||||
margin-bottom: 0em;
|
margin-top: 1em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
margin-left: 25px;
|
||||||
|
margin-right: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.reply .message {
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reflink a {
|
.reflink a {
|
||||||
@ -87,9 +94,13 @@ form {
|
|||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rules {
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.rules ul {
|
.rules ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-left: 0;
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.floatpost {
|
.floatpost {
|
||||||
|
@ -98,9 +98,9 @@ EOF;
|
|||||||
$post['message'] .= '<br><span class="omittedposts">Post truncated. Click Reply to view.</span><br>';
|
$post['message'] .= '<br><span class="omittedposts">Post truncated. Click Reply to view.</span><br>';
|
||||||
}
|
}
|
||||||
$return .= <<<EOF
|
$return .= <<<EOF
|
||||||
<blockquote>
|
<div class="message">
|
||||||
${post["message"]}
|
${post["message"]}
|
||||||
</blockquote>
|
</div>
|
||||||
EOF;
|
EOF;
|
||||||
|
|
||||||
if ($post['parent'] == TINYIB_NEWTHREAD) {
|
if ($post['parent'] == TINYIB_NEWTHREAD) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user