"new post" layout fix

This commit is contained in:
veselcraft 2020-12-26 03:14:43 -05:00
parent 4507c8cb33
commit fce8eff351
2 changed files with 15 additions and 3 deletions

View file

@ -1,6 +1,10 @@
<div class="content_divider"> <div class="content_divider">
<div class="content_title_expanded" onclick="hidePanel(this);"> <div class="content_title_expanded" onclick="hidePanel(this);">
{_"wall"} <nobold>{tr("wall", $count)}</nobold> {_"wall"}
<nobold>
{tr("wall", $count)}
<a href="/wall{$owner}" class="float-right lowercase">{_all_title}</a>
</nobold>
</div> </div>
<div> <div>
<div class="content_subtitle"> <div class="content_subtitle">

View file

@ -222,6 +222,14 @@ a {
background-color: #fbfbfb; background-color: #fbfbfb;
} }
.float-right {
float: right;
}
.lowercase {
text-transform: lowercase;
}
.album { .album {
margin: 8px; margin: 8px;
padding: 8px; padding: 8px;
@ -413,7 +421,7 @@ input[type=checkbox]:checked {
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: #e6e6e6; background-color: #e6e6e6;
border-top: #8B8B8B solid 1px; border-top: #8B8B8B solid 1px;
padding: 3px 24px; padding: 3px 8px 3px 24px;
font-weight: bold; font-weight: bold;
color: #626262; color: #626262;
font-size: 11px; font-size: 11px;
@ -426,7 +434,7 @@ input[type=checkbox]:checked {
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: #eee; background-color: #eee;
border-top: solid 1px #ccc; border-top: solid 1px #ccc;
padding: 3px 24px; padding: 3px 8px 3px 24px;
font-weight: bold; font-weight: bold;
color: #888; color: #888;
font-size: 11px; font-size: 11px;