From c2049e991bfa987bf3970ccdf18539668e8c0b89 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 15 Mar 2016 13:37:07 +0000 Subject: [PATCH] padding for radio buttons on login pages --- .../vector/css/matrix-react-sdk/structures/login/Login.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 6173568552..7136bfe8e7 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 @@ -77,7 +77,8 @@ limitations under the License. opacity: 0.8; } -.mx_Login_checkbox { +.mx_Login_checkbox, +.mx_Login_radio { margin-right: 10px; }