From 15e02b8f5255a3b2e966faa18224ab0f942720e7 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 15 Jun 2018 18:14:44 +0530 Subject: [PATCH] Resize all main content - Needed as the submenu on the left is gone. There is too much space available for the main content. Signed-off-by: Manish Tripathy Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- plinth/templates/base.html | 2 +- plinth/templates/cards.html | 4 ++-- plinth/templates/index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 8450f2d0a..568e7b53b 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -212,7 +212,7 @@
{% block content_row %} -
+
{% block subsubmenu %} {% if subsubmenu %} {% show_subsubmenu subsubmenu %} diff --git a/plinth/templates/cards.html b/plinth/templates/cards.html index 6d7fb2c12..bb6f1d6ea 100644 --- a/plinth/templates/cards.html +++ b/plinth/templates/cards.html @@ -24,13 +24,13 @@ {% block container %}
-
+
{% include 'messages.html' %}
-
+
diff --git a/plinth/templates/index.html b/plinth/templates/index.html index dcca2482c..1189cb5f5 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -33,7 +33,7 @@
-
+
{% include 'messages.html' %}