diff options
author | Minteck <contact@minteck.org> | 2023-02-06 22:53:06 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-02-06 22:53:06 +0100 |
commit | a0b85ee44c07ac7ffd3f69227069e8835f0f2730 (patch) | |
tree | 4edc61c5a642915b55b8f9a12b4213dd5fca4339 /pages/bitset.inc | |
parent | abd342282b48d742cca1740f76d220037fd13800 (diff) | |
download | pluralconnect-a0b85ee44c07ac7ffd3f69227069e8835f0f2730.tar.gz pluralconnect-a0b85ee44c07ac7ffd3f69227069e8835f0f2730.tar.bz2 pluralconnect-a0b85ee44c07ac7ffd3f69227069e8835f0f2730.zip |
Updated 9 files and added assets/uploads/pt-pinkiepie.png (automated)
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> |