From 0aec086ebbdf333cf7f5bc47838d80d1118c7c49 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 15 Sep 2015 17:05:49 +0100 Subject: [PATCH] actually link to blog etc from the login page --- skins/base/css/templates/Login.css | 22 ++++++++++++++++++---- skins/base/views/templates/Login.js | 7 +++++++ 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/skins/base/css/templates/Login.css b/skins/base/css/templates/Login.css index 7362ac507f..93cb7433a4 100644 --- a/skins/base/css/templates/Login.css +++ b/skins/base/css/templates/Login.css @@ -75,6 +75,22 @@ limitations under the License. opacity: 0.8; } +.mx_Login_create:link { + color: #4a4a4a; +} + +.mx_Login_links { + display: block; + text-align: center; + width: 100%; + font-size: 14px; + opacity: 0.8; +} + +.mx_Login_links a:link { + color: #4a4a4a; +} + .mx_Login_loader { position: absolute; left: 50%; @@ -85,12 +101,10 @@ limitations under the License. color: #ff2020; font-weight: bold; text-align: center; +/* height: 24px; +*/ margin-top: 12px; margin-bottom: 12px; } -.mx_Login_create:link { - color: #4a4a4a; -} - diff --git a/skins/base/views/templates/Login.js b/skins/base/views/templates/Login.js index 57b5fbcd6d..4e13aabae8 100644 --- a/skins/base/views/templates/Login.js +++ b/skins/base/views/templates/Login.js @@ -165,6 +165,13 @@ module.exports = React.createClass({ {this.state.errorText} Create a new account +
+
+ blog  ·   + twitter  ·   + github  ·   + powered by Matrix +
); },