diff --git a/static/style.css b/static/style.css index 0357041..97854ac 100644 --- a/static/style.css +++ b/static/style.css @@ -76,6 +76,8 @@ body { margin: 0; font-family: sans-serif } .search-result-url { clear:left; } .search-result-url a { color: #5a5; font-size: 8pt; float: left; margin-right: 1em;} .search-result-links { color: #aaf; font-size: 8pt; float: left; margin-right: 1em; visibility: hidden } +.search-result-links a { padding-right: 0.5em; } +.search-result-links a:hover { text-decoration: underline } .search-result:hover > .search-result-links { visibility: visible } .search-result-date { color: #777; font-size: 8pt; float: right; margin-bottom: 7px; } .search-result-size { color: #777; font-size: 8pt; float: right; display: none; } @@ -114,7 +116,7 @@ tr { vertical-align: top } #settings-box { padding: 1em; position: absolute; - top: 10%; + top: 5%; left: 30%; right: 30%; background: #eee; diff --git a/views/result.tpl b/views/result.tpl index f7c65f2..000d831 100644 --- a/views/result.tpl +++ b/views/result.tpl @@ -7,7 +7,15 @@ %url = url.replace(dr, prefix) %end