mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-18 07:31:32 +02:00
Merge branch '3.2.x' into 3.3.x
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="responsive-skip-empty file-list" id="file-list">
|
<tbody class="responsive-skip-empty file-list" id="file-list">
|
||||||
<tr class="attach-row" id="attach-row-tpl">
|
<tr class="attach-row attach-row-tpl" id="attach-row-tpl">
|
||||||
<td class="attach-name">
|
<td class="attach-name">
|
||||||
<span class="file-name ellipsis-text"></span>
|
<span class="file-name ellipsis-text"></span>
|
||||||
<span class="attach-controls">
|
<span class="attach-controls">
|
||||||
|
@@ -3,6 +3,10 @@
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.attach-row-tpl {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.file-list td {
|
.file-list td {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user