| minimal ui tweaks - linuxgaming - Linux gaming aggregate tool, built to test ou… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit ff1c31ea5d72207ad5ef0fc21efe3ece78cf68b4 | |
| parent ababfab5ba8fc801a7c5f4a41241f5b5ed089912 | |
| Author: Jay Scott <[email protected]> | |
| Date: Fri, 20 Jul 2018 11:50:13 +0100 | |
| minimal ui tweaks | |
| Diffstat: | |
| M linuxgaming/templates/base.html | 4 ++-- | |
| M linuxgaming/templates/macros/items… | 2 +- | |
| M linuxgaming/templates/pages/home.h… | 1 + | |
| 3 files changed, 4 insertions(+), 3 deletions(-) | |
| --- | |
| diff --git a/linuxgaming/templates/base.html b/linuxgaming/templates/base.html | |
| @@ -18,7 +18,7 @@ | |
| <div class="ui container centered"> | |
| <div class="ui borderless small icon menu"> | |
| - <a class="item" href="/"> | |
| + <a class="item" href="/" data-content="Linux Gaming Aggregate Home"> | |
| <img alt="Site Logo" src="{{ url_for('static', filename='images/logo… | |
| </a> | |
| <div class="item"> | |
| @@ -52,7 +52,7 @@ | |
| <i class="database black large icon"></i> | |
| </a> | |
| <a class="item" href="https://gitlab.com/jayscott/linuxgaming" | |
| - data-content="Source code"> | |
| + data-content="Source code" target="_blank"> | |
| <i class="gitlab orange large icon"></i> | |
| </a> | |
| </div> | |
| diff --git a/linuxgaming/templates/macros/items.html b/linuxgaming/templates/ma… | |
| @@ -1,5 +1,5 @@ | |
| {% macro show_item(entries) %} | |
| -<table class="ui striped very compact small olive table"> | |
| +<table class="ui selectable very compact small olive table"> | |
| <thead> | |
| <tr> | |
| <th>Type</th> | |
| diff --git a/linuxgaming/templates/pages/home.html b/linuxgaming/templates/page… | |
| @@ -22,6 +22,7 @@ | |
| Last 48 hours | |
| </div> | |
| +<div class="ui hidden divider"></div> | |
| {{ show_item(entries) }} | |
| {% endblock %} |