diff --git a/static/style.css b/static/style.css index 3acdc99..fab3751 100644 --- a/static/style.css +++ b/static/style.css @@ -111,35 +111,47 @@ table#cv-form-inner { table#cv-result-sources { width: 100%; border-spacing: 0 4px; + table-layout: fixed; } +table#cv-result-sources col:nth-child(1) { width: 80%; } +table#cv-result-sources col:nth-child(2) { width: 10%; } +table#cv-result-sources col:nth-child(3) { width: 10%; } + table#cv-result-sources th { text-align: left; } -table#cv-result-sources th:nth-child(2) { - padding-right: 4px; -} - table#cv-result-sources tr:nth-child(even) { background-color: #E0E0E0; } +table#cv-result-sources td:first-child { + overflow: hidden; + word-break: break-all; +} + table#cv-result-head-table { width: 100%; text-align: center; + table-layout: fixed; } -table#cv-result-head-table td:nth-child(odd) { +table#cv-result-head-table col:nth-child(odd) { width: 42.5%; - font-size: 1.25em; - font-weight: bold; } -table#cv-result-head-table td:nth-child(2) { +table#cv-result-head-table col:nth-child(2) { width: 15%; } +table#cv-result-head-table td:nth-child(odd) { + font-size: 1.25em; + font-weight: bold; + overflow: hidden; + word-break: break-all; +} + table#cv-result-head-table td:nth-child(2) div:nth-child(1) { font-weight: bold; } diff --git a/templates/index.mako b/templates/index.mako index a61e173..a34bd71 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -162,6 +162,11 @@
+ + + + +
${query.page.title | h} @@ -204,6 +209,11 @@
Checked Sources
% if result.sources: + + + + +
URL Confidence