Display posts types

This commit is contained in:
Pierre
2018-01-05 09:11:41 +01:00
parent 135dcd031b
commit dd26f5f1c1
2 changed files with 57 additions and 13 deletions

View File

@ -14,7 +14,19 @@
margin-bottom: 10px;
}
.post-form .post-types .radio {
display: inline-block;
padding-right: 20px;
.post-form .post-types {
text-align: center;
}
.post-form .post-types label {
margin: 5px;
}
.post-form .post-form-choice input {
display: none;
}
.post-form-choice input:checked ~ span {
color: #72afd2;
font-size: 110%;
}