cleanup, classes lifted to bootstrap 5

This commit is contained in:
Tealk
2021-03-18 23:20:41 +01:00
parent 12531401a5
commit 82c9ecbaad
11 changed files with 136 additions and 114 deletions
+1 -1
View File
@@ -43,5 +43,5 @@ Template::render_header(_("New user"), true); ?>
</select>
</div>
</div>
<button type="submit" class="btn btn-primary pull-right"><?php echo _("Submit"); ?></button>
<button type="submit" class="btn btn-primary float-end"><?php echo _("Submit"); ?></button>
</form>