diff options
Diffstat (limited to '')
-rw-r--r-- | src/web/_views/apps/settings/main.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/web/_views/apps/settings/main.php b/src/web/_views/apps/settings/main.php index 02cbf57..2033acc 100644 --- a/src/web/_views/apps/settings/main.php +++ b/src/web/_views/apps/settings/main.php @@ -9,7 +9,7 @@ function __create_form($user, $col) { $ph = ucfirst(lang('ph_' . $col)); $val = $user[$col]; return "<form action=\"\" class=\"row mt settings-form\" onsubmit=\"handleSubmit(event)\"> - <div class=\"rel mb\" style=\"flex: 1\"> + <div class=\"form-input mb\" style=\"flex: 1\"> <input type=\"text\" name=\"{$col}\" @@ -132,7 +132,7 @@ function resetMedia(media_type) { <h2><?=ucfirst(lang('security_title'))?></h2> <strong><?=ucfirst(lang('security_desc'))?></strong> <form action="" class="col mt settings-form" onsubmit="handlePassword(event)"> - <div class="rel mb" style="flex: 1"> + <div class="form-input mb" style="flex: 1"> <input type="password" name="curr_password" @@ -143,7 +143,7 @@ function resetMedia(media_type) { <?=ucwords(lang('ph_current_pass'))?> </label> </div> - <div class="rel mb" style="flex: 1"> + <div class="form-input mb" style="flex: 1"> <input type="password" name="new_password" |