style.css: fixes for TML accept terms dialog in registration form
This commit is contained in:
parent
2537e5bda6
commit
9e41b50382
14
style.css
14
style.css
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user