Minor tweaks

- Legacy-Id: 18863
This commit is contained in:
Robert Sparks 2021-02-24 18:26:45 +00:00
parent fc6579c712
commit 2421e41f3f
3 changed files with 3 additions and 3 deletions

View file

@ -890,7 +890,7 @@ def build_file_urls(doc):
def build_doc_supermeta_block(doc):
items = []
items.append(f'<a href="{ settings.IDTRACKER_BASE_URL }" title="Document search and retrieval page">[Search]</a>')
items.append(f'[<a href="{ settings.IDTRACKER_BASE_URL }" title="Document search and retrieval page">Search</a>]')
file_urls, found_types = build_file_urls(doc)
file_urls = [('txt',url) if label=='plain text' else (label,url) for label,url in file_urls]

View file

@ -27,7 +27,7 @@
.colorbar {
height: 6px;
position: absolute;
width: 100%;
width: 80ex;
margin-left:-0.5em;
margin-bottom:0;
}

View file

@ -69,7 +69,7 @@
margin-left: -0.5em;
background-color: #f8f8f8;
border: 1px solid #e0e0e0;
width: 100%;
width: 98.5ex;
padding-top: 0;
}