mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Display posts types
This commit is contained in:
@ -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%;
|
||||
}
|
Reference in New Issue
Block a user