style.css: fixes for TML accept terms dialog in registration form

This commit is contained in:
Silvan Calarco 2015-10-23 23:35:39 +02:00
parent 2537e5bda6
commit 9e41b50382

View File

@ -221,3 +221,17 @@ a.mytoplink:active {
background-color: #F5F5F5 !important; 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;
}