diff options
Diffstat (limited to 'pages/bitset.inc')
-rw-r--r-- | pages/bitset.inc | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/pages/bitset.inc b/pages/bitset.inc index b16a23e..bd8412b 100644 --- a/pages/bitset.inc +++ b/pages/bitset.inc @@ -322,7 +322,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc'; <option value="3">Can eat everything</option> </select> </td> - </tr><tr> + </tr><tr style="display:none;"> <td style="padding-right: 10px; text-align: right;"> <b>Little/younger: </b> </td> @@ -395,51 +395,51 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc'; </table> <p> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-5" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-5" onchange="updateFromSelection();"> Protector </label><br> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-20" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-20" onchange="updateFromSelection();"> Leader </label><br> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-6" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-6" onchange="updateFromSelection();"> Fictive </label><br> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-26" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-26" onchange="updateFromSelection();"> Enable sexual features (for ponies below 16) </label><br> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-18" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-18" onchange="updateFromSelection();"> Preemptive sexual consent </label><br> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-9" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-9" onchange="updateFromSelection();"> Robot </label><br> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-10" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-10" onchange="updateFromSelection();"> Plush </label><br> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-22" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-22" onchange="updateFromSelection();"> Polyamorous (romantic) </label><br> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-23" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-23" onchange="updateFromSelection();"> Polyamorous (sexual) </label><br> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-16" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-16" onchange="updateFromSelection();"> Non verbal in real life </label><br> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-17" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-17" onchange="updateFromSelection();"> Fronts less frequently </label><br> <label style="margin-bottom:5px;"> - <input type="checkbox" id="value-21" onchange="updateFromSelection();"> + <input class="form-check-input" type="checkbox" id="value-21" onchange="updateFromSelection();"> Persecutor </label><br> </p> |