WI editor styles adjustment

This commit is contained in:
SillyLossy
2023-03-11 16:13:29 +02:00
parent 2b51a3348c
commit 625f4fe8b4
2 changed files with 5 additions and 11 deletions

View File

@ -4971,14 +4971,12 @@
<textarea class="text_pole" name="content" rows="4" placeholder=""></textarea>
</div>
<div class="world_entry_form_control world_entry_form_horizontal">
<label class="checkbox" for="constant">
<label class="checkbox">
<input type="checkbox" name="constant" />
<span class="checkbox_fancy"></span>
<h4>Constant</h4>
</label>
<label class="checkbox" for="selective">
<label class="checkbox">
<input type="checkbox" name="selective" />
<span class="checkbox_fancy"></span>
<h4>Selective</h4>
</label>
<div class="world_entry_form_control world_entry_form_radios">

View File

@ -1313,7 +1313,6 @@ width: 103px;
}
.world_entry_form_control input[type=button] {
opacity: 0.7;
cursor: pointer;
}
@ -1324,18 +1323,15 @@ width: 103px;
.world_entry_form_control .checkbox {
align-items: center;
display: flex;
flex-direction: row;
column-gap: 10px;
}
.world_entry_form_control .checkbox h4 {
margin-left: 0.5rem;
margin-top: 0;
margin: 0;
display: inline-block;
}
.world_entry_form_control .checkbox:not(:first-child) {
margin-left: 2rem;
}
.world_entry_form_radios {
margin-left: 1rem;
}