diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cad4f719..b3e0592d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file. - config: Handle clearing of domain name. - letsencrypt: When no domains are configured, show better message, and hide diagnostics button. +- frontpage: Fix shortcut spacing issue. ### Changed - repro: Use firewalld provided SIP services. @@ -25,6 +26,8 @@ All notable changes to this project will be documented in this file. - frontpage: Don't show apps requiring login, unless logged in. - ttrss: Show status block. - frontpage: Make app icons larger. +- frontpage: Center shortcut text under icons. +- frontpage: Move info to bottom and center. ## [0.11.0] - 2016-09-21 ### Added diff --git a/plinth/templates/base.html b/plinth/templates/base.html index b71811b70..7ae071e33 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -160,7 +160,7 @@
{% block content_row %} -
+
{% block submenu %} {% if submenu %} +
{% block subsubmenu %} @@ -187,21 +187,21 @@ {# main content goes here #} {% endblock %}
+
- {% block icons %} - {# icons go here #} - {% endblock %} -
-
- {% endblock %} - -
- {% block center-header %} - {# this center-header should contain help texts but no menus#} + {% block icons %} + {# icons go here #} {% endblock %} -
+
+ {% endblock %} +
+
+ {% block center-info %} + {# this center-info should contain help texts but no menus #} + {% endblock %} +

diff --git a/plinth/templates/index.html b/plinth/templates/index.html index ed9ba691d..f39e724bd 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -38,10 +38,10 @@ {% endif %}
-
- {{ shortcut.label }} -
+ style="font-size: 300%"> +
+ {{ shortcut.label }} + @@ -77,9 +77,10 @@
{% if user.is_authenticated and configure_url %} - - {% trans "Configure »" %} + {% trans "Configure »" %} {% endif %} @@ -88,7 +89,7 @@ {% endblock %} -{% block center-header %} +{% block center-info %}

{% blocktrans trimmed %}