summaryrefslogtreecommitdiff
path: root/src/web/_views/apps
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/_views/apps')
-rw-r--r--src/web/_views/apps/auth/login.php12
-rw-r--r--src/web/_views/apps/home/main.php2
-rw-r--r--src/web/_views/apps/profile/main.php2
-rw-r--r--src/web/_views/apps/settings/main.php6
4 files changed, 11 insertions, 11 deletions
diff --git a/src/web/_views/apps/auth/login.php b/src/web/_views/apps/auth/login.php
index 1741ac5..ac4cd02 100644
--- a/src/web/_views/apps/auth/login.php
+++ b/src/web/_views/apps/auth/login.php
@@ -7,7 +7,7 @@
</div>
<div class="form card col">
<form id="action-login" class="col" action="">
- <div class="rel mb">
+ <div class="form-input mb">
<input
type="text"
name="username"
@@ -19,7 +19,7 @@
<?=ucfirst(lang('ph_username'))?>
</label>
</div>
- <div class="rel mb">
+ <div class="form-input mb">
<input
type="password"
name="password"
@@ -31,18 +31,18 @@
</label>
</div>
<?=ilang('action_login',
- class: 'btn btn-submit grow',
+ class: 'btn btn-primary btn-alt grow',
button: TRUE,
attrs: array('type' => 'submit')
)?>
- <?=ilang('action_forgot_passwd',
+ <?/*=ilang('action_forgot_passwd',
class: 'btn btn-blend btn-primary grow mt'
- )?>
+ )*/?>
</form>
<hr>
<?=ilang('action_create_account',
id: 'action-register',
- class: 'btn btn-success grow',
+ class: 'btn btn-success btn-alt grow',
button: TRUE,
attrs: array('type' => 'submit')
)?>
diff --git a/src/web/_views/apps/home/main.php b/src/web/_views/apps/home/main.php
index 05697b9..864034a 100644
--- a/src/web/_views/apps/home/main.php
+++ b/src/web/_views/apps/home/main.php
@@ -1,6 +1,6 @@
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
<?php /* vi: syntax=php */ ?>
-<main id="main" class="container">
+<main id="main">
<?php if ($self): ?>
<div id="new-post" class="card">
<div class="row grow">
diff --git a/src/web/_views/apps/profile/main.php b/src/web/_views/apps/profile/main.php
index e3ed26c..b2ad496 100644
--- a/src/web/_views/apps/profile/main.php
+++ b/src/web/_views/apps/profile/main.php
@@ -153,7 +153,7 @@
</div>
</div>
</div>
- <div id="tab-container" class="container">
+ <div id="tab-container" class="mt">
<div id="tab-posts" class="tab">
<?php
$_GET['user_id'] = $user['id'];
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"