summaryrefslogtreecommitdiffstats
path: root/app/view
diff options
context:
space:
mode:
Diffstat (limited to 'app/view')
-rw-r--r--app/view/dbconfig.php4
-rw-r--r--app/view/stdpage.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/view/dbconfig.php b/app/view/dbconfig.php
index 006c28e..3c371e8 100644
--- a/app/view/dbconfig.php
+++ b/app/view/dbconfig.php
@@ -23,10 +23,6 @@ require_once "view/formctrl.php";
<html lang="en">
<head>
<?=stdpage\head( "Database Configuration" )?>
-
- <style type="text/css">
- body { padding-top: 50px; }
- </style>
</head>
<body>
diff --git a/app/view/stdpage.php b/app/view/stdpage.php
index 9f5b4e2..0af782a 100644
--- a/app/view/stdpage.php
+++ b/app/view/stdpage.php
@@ -65,6 +65,10 @@ require_once "class/globals.php";
<link rel="stylesheet" type="text/css" href="<?=ar()?>/static/css/bootstrap.min.css" />
+ <style type="text/css">
+ body { padding-top: 70px; }
+ </style>
+
<?php } ?>
<?php function top() : void { ?>