mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
[ticket/10408] Layout of topics/attachments list is broken in UCP and MCP
PHPBB3-10408
This commit is contained in:
parent
86f8851c40
commit
88aacd0f2c
@ -20,7 +20,7 @@
|
||||
<ul class="topiclist">
|
||||
<li class="header">
|
||||
<dl>
|
||||
<dt style="width: 40%"><a href="{U_SORT_FILENAME}">{L_FILENAME}</a></dt>
|
||||
<dt><a href="{U_SORT_FILENAME}">{L_FILENAME}</a></dt>
|
||||
<dd class="extra"><a href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></dd>
|
||||
<dd class="time"><span><a href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></span></dd>
|
||||
<dd class="mark">{L_MARK}</dd>
|
||||
@ -32,7 +32,7 @@
|
||||
<!-- BEGIN attachrow -->
|
||||
<li class="row<!-- IF attachrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
|
||||
<dl>
|
||||
<dt style="width: 40%"><a href="{attachrow.U_VIEW_ATTACHMENT}" class="topictitle">{attachrow.FILENAME}</a> ({attachrow.SIZE})<br />
|
||||
<dt><a href="{attachrow.U_VIEW_ATTACHMENT}" class="topictitle">{attachrow.FILENAME}</a> ({attachrow.SIZE})<br />
|
||||
<!-- IF attachrow.S_IN_MESSAGE -->{L_PM}: <!-- ELSE -->{L_TOPIC}: <!-- ENDIF --><a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></dt>
|
||||
<dd class="extra">{attachrow.DOWNLOAD_COUNT}</dd>
|
||||
<dd class="time"><span>{attachrow.POST_TIME}</span></dd>
|
||||
|
@ -184,7 +184,7 @@ dd.extra {
|
||||
|
||||
dd.mark {
|
||||
float: right !important;
|
||||
width: 9%;
|
||||
width: 90px;
|
||||
text-align: center;
|
||||
line-height: 200%;
|
||||
font-size: 1.2em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user