Even prettier stuff page

This commit is contained in:
MrFry 2019-10-24 15:34:57 +02:00
parent 31e5d8771b
commit 3c52873422

View file

@ -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>