From 622a4b0e4cb77246a2f8ed9058f9fa3bcfed2b1a Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 6 Mar 2016 13:46:27 -0500 Subject: [PATCH] improve cosmetics of login prompts slightly --- .../vector/css/matrix-react-sdk/structures/login/Login.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css b/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css index 5ee580046f..6173568552 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css @@ -96,6 +96,7 @@ limitations under the License. .mx_Login_links { display: block; text-align: center; + margin-top: 15px; width: 100%; font-size: 13px; opacity: 0.8; @@ -105,6 +106,12 @@ limitations under the License. color: #4a4a4a; } +.mx_Login_prompt { + padding-top: 15px; + padding-bottom: 15px; + font-size: 13px; +} + .mx_Login_forgot { font-size: 13px; opacity: 0.8;