mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'nickvergessen/ticket/10408' into develop-olympus
* nickvergessen/ticket/10408: [ticket/10408] Layout of topics/attachments list is broken in UCP and MCP
This commit is contained in:
commit
3a92623dfa
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
<ul class="topiclist">
|
<ul class="topiclist">
|
||||||
<li class="header">
|
<li class="header">
|
||||||
<dl>
|
<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="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="time"><span><a href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></span></dd>
|
||||||
<dd class="mark">{L_MARK}</dd>
|
<dd class="mark">{L_MARK}</dd>
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<!-- BEGIN attachrow -->
|
<!-- BEGIN attachrow -->
|
||||||
<li class="row<!-- IF attachrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
|
<li class="row<!-- IF attachrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
|
||||||
<dl>
|
<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>
|
<!-- 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="extra">{attachrow.DOWNLOAD_COUNT}</dd>
|
||||||
<dd class="time"><span>{attachrow.POST_TIME}</span></dd>
|
<dd class="time"><span>{attachrow.POST_TIME}</span></dd>
|
||||||
|
|
|
@ -184,7 +184,7 @@ dd.extra {
|
||||||
|
|
||||||
dd.mark {
|
dd.mark {
|
||||||
float: right !important;
|
float: right !important;
|
||||||
width: 9%;
|
width: 90px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 200%;
|
line-height: 200%;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue