Fix css
This commit is contained in:
parent
fe395d4b6d
commit
afa763c99f
2 changed files with 4 additions and 2 deletions
|
@ -83,6 +83,7 @@
|
|||
background-color: #888;
|
||||
margin-bottom: 10px;
|
||||
position: relative;
|
||||
padding-left: 10px;
|
||||
}
|
||||
* #stress-trauma {
|
||||
border-top: 3px solid black;
|
||||
|
@ -195,7 +196,7 @@
|
|||
/* Hide the browser's default checkbox */
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
right: 10px;
|
||||
}
|
||||
* #abilities #character-experience label {
|
||||
height: 30px;
|
||||
|
|
|
@ -242,9 +242,10 @@
|
|||
<div class="flex-vertical grow-two">
|
||||
<div id="abilities" class="flex-vertical">
|
||||
<div class="label-stripe">
|
||||
<p>Abilities</p>
|
||||
<p><label for="character-experience-0">Abilities</label></p>
|
||||
<div id="character-experience">
|
||||
{{#multiboxes data.experience}}
|
||||
<input type="radio" id="character-experience-0" name="data.experience" value="0" dtype="Radio">
|
||||
<input type="radio" id="character-experience-1" name="data.experience" value="1" dtype="Radio">
|
||||
<label for="character-experience-1"></label>
|
||||
<input type="radio" id="character-experience-2" name="data.experience" value="2" dtype="Radio">
|
||||
|
|
Reference in a new issue