diff options
Diffstat (limited to 'html/repo_query.html')
-rw-r--r-- | html/repo_query.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/html/repo_query.html b/html/repo_query.html index 73b0f00..b9c9269 100644 --- a/html/repo_query.html +++ b/html/repo_query.html @@ -38,14 +38,16 @@ #LOADCSS html/reset.css #LOADCSS html/base.css -#LOADCSS html/grid.css <style> .repo_query_top_text { text-align: center; - margin: 0.4em; + padding: 0.4em; + text-overflow: ellipsis; + overflow: hidden; } .repo_queried_url { text-decoration: underline; + white-space: nowrap; } .repo_query_repo_li { @@ -77,10 +79,12 @@ flex: 1 1 auto; min-width: 0; } + .repo_query_entry_info > * { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + padding-bottom: 0.1em; } .repo_query_entry button { white-space: nowrap; @@ -97,12 +101,11 @@ } </style> <template> - <div id="repo_query" data-template="main_div" - class="grid_1 repo_query_main_div"> + <div id="repo_query" data-template="main_div" class="repo_query_main_div"> <div data-template="repos_list_container"> <div class="repo_query_top_text"> - Browsing custom resources for - <span data-template="url_span" class="repo_queried_url"></span>. + Browsing custom resources for: + <span data-template="url_span" class="repo_queried_url"></span> </div> <ul data-template="repos_list"></ul> <div class="repo_query_bottom_buttons"> |