diff options
author | Marvin Borner | 2019-04-15 23:39:07 +0200 |
---|---|---|
committer | Marvin Borner | 2019-04-15 23:39:07 +0200 |
commit | af4344a11b75d6db2b4bc566fdc6cef2fd0e26e5 (patch) | |
tree | f9f6a5d41dcc8ddae9d6776bfbcbad8303355eb5 /src/main/resources/views/files.rocker.html | |
parent | ce627b7b74b2a7b5ac53322df5945e00a8462b24 (diff) |
Fixed percental width of columns
Diffstat (limited to 'src/main/resources/views/files.rocker.html')
-rw-r--r-- | src/main/resources/views/files.rocker.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/views/files.rocker.html b/src/main/resources/views/files.rocker.html index bb01259..fdea65f 100644 --- a/src/main/resources/views/files.rocker.html +++ b/src/main/resources/views/files.rocker.html @@ -15,6 +15,13 @@ <div class="drop" id="drop"> <h2>/@path</h2> <table id="table"> + <colgroup> + <col/> + <col/> + <col/> + <col/> + </colgroup> + <thead> <tr> <th data-asc="true">Name</th> |