From 9bc30ef6ba4d0baa422b7aacf8247afda4ad72ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Fri, 27 Jul 2018 12:23:39 +0200 Subject: Adjust main layout to changes in server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Main layout elements (navigation, content and sidebar) are no longer children of the "#app" element in the standard layout in the server, so those changes are reflected in Talk too. Note, however, that the "#app" element is still kept as an, in practice, invisible element, as it is used as a holder for some values (like the token or the signaling settings) used in scripts. Besides that, although the layout of the server is mainly mimicked in Talk, there are also some differences needed for its specific UI. Signed-off-by: Daniel Calviño Sánchez --- templates/index.php | 78 +++++++++++++++++++++++++++-------------------------- 1 file changed, 40 insertions(+), 38 deletions(-) (limited to 'templates') diff --git a/templates/index.php b/templates/index.php index 1b0880cb9..d56c20ff2 100644 --- a/templates/index.php +++ b/templates/index.php @@ -46,53 +46,55 @@ script( -
-
- -
-
    -
-
+ + +
+
+ +
+
    +
+
-
+
-
+
-
-
-
+
-- cgit v1.2.3