diff --git a/dashboard/src/app/app.component.css b/dashboard/src/app/app.component.css
index 7bf5317..05e8ef5 100644
--- a/dashboard/src/app/app.component.css
+++ b/dashboard/src/app/app.component.css
@@ -14,11 +14,12 @@ nav a {
padding: 5px 10px;
text-decoration: none;
margin-top: 10px;
+ margin-left: 10px;
display: inline-block;
background-color: #eee;
border-radius: 4px;
}
-
+/*
nav a:visited, a:link {
color: #607D8B;
}
@@ -30,4 +31,15 @@ nav a:hover {
nav a.active {
color: #039be5;
+} */
+
+
+/* FIXME Code Repetition */
+.btn-top {
+ display: inline-block;
+ position: fixed;
+ z-index: 1;
+ -webkit-transition: opacity .3s 0s, visibility 0s 0s;
+ -moz-transition: opacity .3s 0s, visibility 0s 0s;
+ transition: opacity .3s 0s, visibility 0s 0s;
}
diff --git a/dashboard/src/app/app.component.html b/dashboard/src/app/app.component.html
index b686b8f..b5353c5 100644
--- a/dashboard/src/app/app.component.html
+++ b/dashboard/src/app/app.component.html
@@ -1,4 +1,4 @@