diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-12-20 11:23:32 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-12-20 11:23:32 -0500 |
| commit | edb6022ebef9dcc07e74c3697229cab8d49c4c84 (patch) | |
| tree | 02378933fad7247928a95de05664cce47db14037 /src/web/_views/apps/settings/main.php | |
| parent | rework styles with scss (diff) | |
| download | xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.gz xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.bz2 xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.zip | |
finish scss conversion
Diffstat (limited to 'src/web/_views/apps/settings/main.php')
| -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" |