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-wrap: break-word;
word-break: break-all; word-break: break-all;
table-layout: fixed; table-layout: fixed;
padding: 0 12 padding: 0 12;
vertical-align: middle;
} }
textarea { textarea {
@ -44,7 +45,6 @@
border: none !important; border: none !important;
} }
tr { tr {
line-height: 34px;
width:32%; width:32%;
} }
.butt { .butt {
@ -80,6 +80,7 @@
onmouseleave='mouseLeave(this, <%= i %>)' onmouseleave='mouseLeave(this, <%= i %>)'
> >
<table class="subtable"> <table class="subtable">
<tr height="62">
<td style='width:30%;'> <td style='width:30%;'>
<%=folders[i].name %> <%=folders[i].name %>
</td> </td>
@ -89,6 +90,7 @@
<td style='width:10%;'> <td style='width:10%;'>
<%=folders[i].size %> MB <%=folders[i].size %> MB
</td> </td>
</tr>
</table> </table>
</button> </button>
</td> </td>