From a17652035aa192260db7d681fcfa9885d76198f3 Mon Sep 17 00:00:00 2001 From: Chester Bak Date: Mon, 22 Jul 2024 15:43:47 +0700 Subject: [PATCH] added menu in header --- web/header.php | 16 ++++++++++------ web/page.css | 12 ++++++++++++ 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/web/header.php b/web/header.php index 2f4616b..83c36ad 100644 --- a/web/header.php +++ b/web/header.php @@ -1,12 +1,11 @@ - +?> + Stream Upload @@ -22,8 +21,13 @@ function filename(){ name.style.fontWeight = "normal"; } -

User: '.$user.'

Dashboard

+
+

User: 

+
-
'); -?> \ No newline at end of file + +
\ No newline at end of file diff --git a/web/page.css b/web/page.css index e0aec56..d3b3e24 100755 --- a/web/page.css +++ b/web/page.css @@ -16,6 +16,18 @@ p.user { margin:0; padding:.9em; } +.menu { + padding:.9em; + width: 100%; + box-sizing: border-box; +} +.menu-item { + font-weight: bold; + text-decoration: none; + color: #000; + padding-left: 10px; + padding-right: 10px; +} #logoff { margin:0; background-color:darkorange;