diff --git a/views/export.php b/views/export.php index be958ee..e23db71 100644 --- a/views/export.php +++ b/views/export.php @@ -6,50 +6,58 @@ <?php echo htmlspecialchars($vehicle['name']); ?> - Maintenance Export + - -
+ +
+
+ + +
+
+ +
-

-

Vehicle Maintenance Export

+

+

Vehicle Maintenance Export

-
-

Vehicle Information

+
+

Vehicle Information

- Name: - + Name: +
- Year: - + Year: +
- Make: - + Make: +
- Model: - + Model: +
- Color: - + Color: +
- License Plate: - + License Plate: +
@@ -57,16 +65,16 @@
-

Maintenance History

+

Maintenance History

-

No maintenance records available.

+

No maintenance records available.

-
+
-

+

$ @@ -74,7 +82,7 @@
-
+
Date:
@@ -94,7 +102,7 @@
-
+
Description:
@@ -105,10 +113,11 @@
-
+

Exported on

Generated by

-
+
+ diff --git a/views/index.php b/views/index.php index ba88186..9e0fde1 100644 --- a/views/index.php +++ b/views/index.php @@ -13,11 +13,7 @@
-
- - - -
+
diff --git a/views/login.php b/views/login.php index 8941c72..3fbec46 100644 --- a/views/login.php +++ b/views/login.php @@ -8,36 +8,45 @@ - -
-

- - -
- -
- - - -
- -
- - -
-
- - -
+ +
+
+ + +
+
+ +
+
+

- - -
+ +
+ +
+ + + +
+ +
+ + +
+
+ + +
+ + +
+
+ diff --git a/views/partials/theme.php b/views/partials/theme.php index 3f91e6b..43ce84e 100644 --- a/views/partials/theme.php +++ b/views/partials/theme.php @@ -106,19 +106,6 @@ if ($themeSection === 'head'): color: var(--theme-text-muted); } - #themeToggle { - position: fixed; - top: calc(1rem + env(safe-area-inset-top)); - right: 1rem; - z-index: 50; - } - - @media (max-width: 640px) { - #themeToggle { - top: calc(4.75rem + env(safe-area-inset-top)); - } - } - #themeToggle:focus-visible { outline: 3px solid #2563eb; outline-offset: 2px; @@ -129,24 +116,6 @@ endif; if ($themeSection === 'body'): ?> - - - -