mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
"new post" layout fix
This commit is contained in:
parent
4507c8cb33
commit
fce8eff351
2 changed files with 15 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
|||
<div class="content_divider">
|
||||
<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 class="content_subtitle">
|
||||
|
|
|
@ -222,6 +222,14 @@ a {
|
|||
background-color: #fbfbfb;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.lowercase {
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
.album {
|
||||
margin: 8px;
|
||||
padding: 8px;
|
||||
|
@ -413,7 +421,7 @@ input[type=checkbox]:checked {
|
|||
background-repeat: no-repeat;
|
||||
background-color: #e6e6e6;
|
||||
border-top: #8B8B8B solid 1px;
|
||||
padding: 3px 24px;
|
||||
padding: 3px 8px 3px 24px;
|
||||
font-weight: bold;
|
||||
color: #626262;
|
||||
font-size: 11px;
|
||||
|
@ -426,7 +434,7 @@ input[type=checkbox]:checked {
|
|||
background-repeat: no-repeat;
|
||||
background-color: #eee;
|
||||
border-top: solid 1px #ccc;
|
||||
padding: 3px 24px;
|
||||
padding: 3px 8px 3px 24px;
|
||||
font-weight: bold;
|
||||
color: #888;
|
||||
font-size: 11px;
|
||||
|
|
Loading…
Reference in a new issue