mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Even prettier stuff page
This commit is contained in:
parent
31e5d8771b
commit
3c52873422
1 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,8 @@
|
|||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
table-layout: fixed;
|
||||
padding: 0 12
|
||||
padding: 0 12;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
@ -44,7 +45,6 @@
|
|||
border: none !important;
|
||||
}
|
||||
tr {
|
||||
line-height: 34px;
|
||||
width:32%;
|
||||
}
|
||||
.butt {
|
||||
|
@ -80,6 +80,7 @@
|
|||
onmouseleave='mouseLeave(this, <%= i %>)'
|
||||
>
|
||||
<table class="subtable">
|
||||
<tr height="62">
|
||||
<td style='width:30%;'>
|
||||
<%=folders[i].name %>
|
||||
</td>
|
||||
|
@ -89,6 +90,7 @@
|
|||
<td style='width:10%;'>
|
||||
<%=folders[i].size %> MB
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</button>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue