portico: Align ToS checkbox with full name input box.

Fixes #9328.
Makes the width on checkbox input-group same as full name input box
width and centers it horizontally.
This commit is contained in:
Shubham Padia
2018-05-21 15:37:29 +05:30
committed by Tim Abbott
parent c81b276c1c
commit 30815b402c

View File

@@ -222,7 +222,8 @@ html {
}
.register-account .terms-of-service .input-group {
margin: 0px 30px 10px 32px;
width: 330px;
margin-bottom: 0 auto 10px;
}
.register-account .terms-of-service .text-error {