From 9e41b50382d2fa621e867d2ce3ce9619f7c3ab7c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 23 Oct 2015 23:35:39 +0200 Subject: [PATCH] style.css: fixes for TML accept terms dialog in registration form --- style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/style.css b/style.css index cc85166..b9be397 100644 --- a/style.css +++ b/style.css @@ -221,3 +221,17 @@ a.mytoplink:active { background-color: #F5F5F5 !important; } } + +/* TML registration terms fixes */ +div.mfp-bg { + opacity:0.4 !important; +} +div#ag-terms { + background-color:#ffffff !important; + width:70%; + margin-left:auto; + margin-right:auto; + padding:15px; + margin-top:10px; + margin-bottom:10px; +}