From 2a8afd49fb62982736a9faee498c469e5e8e9e8a Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 15 Mar 2016 18:09:54 +0000 Subject: [PATCH] mx_Login_fieldLabel CSS --- .../css/matrix-react-sdk/structures/login/Login.css | 8 ++++++++ 1 file changed, 8 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 7136bfe8e..f5328af64 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 @@ -60,6 +60,14 @@ limitations under the License. margin-bottom: 14px; } +.mx_Login_fieldLabel { + margin-top: -10px; + margin-left: 8px; + margin-bottom: 14px; + font-size: 13px; + opacity: 0.8; +} + .mx_Login_submit { margin-top: 35px; margin-bottom: 24px;