Fix round background for radio buttons
This commit is contained in:
@@ -129,6 +129,7 @@ form.form input[type=radio]+label img {
|
|||||||
width: 21px;
|
width: 21px;
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
|
border-radius: 100px;
|
||||||
}
|
}
|
||||||
#specific_form .threecb.check:after {
|
#specific_form .threecb.check:after {
|
||||||
content: "\f058"; /* check */
|
content: "\f058"; /* check */
|
||||||
@@ -163,6 +164,7 @@ form.form input[type=radio]+label img {
|
|||||||
|
|
||||||
#permalink_container {
|
#permalink_container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin: 2px 0;
|
||||||
}
|
}
|
||||||
#permalink {
|
#permalink {
|
||||||
width: calc(100% - 194px);
|
width: calc(100% - 194px);
|
||||||
|
|||||||
Reference in New Issue
Block a user