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
+
');
-?>
\ 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;