padding for radio buttons on login pages

pull/1165/head
Matthew Hodgson 2016-03-15 13:37:07 +00:00
parent cfc4b89225
commit c2049e991b
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ limitations under the License.
opacity: 0.8;
}
.mx_Login_checkbox {
.mx_Login_checkbox,
.mx_Login_radio {
margin-right: 10px;
}