caddy/caddyhttp/browse
Sebastian Pipping bb5b01c911 browse: Improve table layout in Firefox (fixes #2179) (#2221)
Current Caddy code used a combination of CSS styles that
some mainstream browsers (e.g. Firefox) do not support well:
"td:first-child { width: 100%; }" together with
"td:last-child { padding-right: 5%; }".

The old approach was three columns with:
- "Name": 100% width, 5% padding left
- "Size": minimal width
- "Modified": minimal width, 5% padding right

Now the new approach is five columns with:
- <Dummy>: 5% width
- "Name": 80% width
- "Size": minimal width
- "Modified": minimal width
- <Dummy>: 5% width
2018-07-19 11:03:44 -06:00
..
testdata browse: sort listing by dir first (#1527) 2017-03-24 22:54:16 -06:00
browse_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
browse.go Implement per-site index (#1906) 2017-10-29 21:13:10 +00:00
setup_test.go Apply Apache license to all .go source files (closes #1865) 2017-09-22 23:56:58 -06:00
setup.go browse: Improve table layout in Firefox (fixes #2179) (#2221) 2018-07-19 11:03:44 -06:00