mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
d1c70f7c66
2 changed files with 5 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<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">
|
||||
<span class="file-name ellipsis-text"></span>
|
||||
<span class="attach-controls">
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.attach-row-tpl {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.file-list td {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue