From 1bc036a12d6877f78f1f5033603d803ac01a13d2 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 31 Aug 2014 00:40:42 +0100 Subject: nasty big monolithic commit of a whole bunch of UI/UX improvements: - add a simple CSS template across the app for navigation & cosmetics - split login into login & register, and totally reskin it - restructure room CSS to play nicely with it - implement basis 1:1 chat from user pages - disable autofocus on iOS to improve UX --- webclient/user/user.html | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) (limited to 'webclient/user/user.html') diff --git a/webclient/user/user.html b/webclient/user/user.html index 4c91c8a48a..3574403c87 100644 --- a/webclient/user/user.html +++ b/webclient/user/user.html @@ -1,31 +1,25 @@
-

[matrix]

-
- + +
+ [matrix] +
+ +

{{ user.displayname || user.id }}

+
-
- - - - - -
-
- -
-
-
-
{{ user.displayname }}
-
{{ user.id }}
-
-
-
+
+ +
+
+
{{ user.id }}
+
+ +
{{ feedback }} -
-- cgit 1.5.1