diff --git a/src/app/app.component.css b/src/app/app.component.css
index 54addcd..6812812 100644
--- a/src/app/app.component.css
+++ b/src/app/app.component.css
@@ -3,6 +3,8 @@
position: relative;
float: left;
margin-top: 10px;
+ bottom: 0;
+ opacity: 95%;
}
.nav a {
diff --git a/src/app/sprint-table/sprint-table.component.css b/src/app/sprint-table/sprint-table.component.css
index 70c4c49..7303d6b 100644
--- a/src/app/sprint-table/sprint-table.component.css
+++ b/src/app/sprint-table/sprint-table.component.css
@@ -1,3 +1,11 @@
th.sortable:hover {
text-decoration: underline;
-}
\ No newline at end of file
+}
+
+.content {
+ position: relative;
+ float: left;
+ margin-top: 10px;
+ margin-left: 20px;
+ width: 80%;
+}
diff --git a/src/app/sprint-table/sprint-table.component.html b/src/app/sprint-table/sprint-table.component.html
index 894bcb9..04c3d79 100644
--- a/src/app/sprint-table/sprint-table.component.html
+++ b/src/app/sprint-table/sprint-table.component.html
@@ -1,36 +1,36 @@
-
+
Sprints
-
+
-
-
- ID
-
-
-
-
-
- |
-
- Titel
-
-
-
-
-
- |
-
+ |
+
+ ID
+
+
+
+
+
+ |
+
+ Titel
+
+
+
+
+
+ |
+
Start
-
+
|
End
@@ -38,29 +38,29 @@
-
+
|
- |
-
+ |
+
-
+
-
- {{sprint.id}} |
- {{sprint.title}} |
- {{sprint.startDate | date:'dd.MM.yyyy'}} |
- {{sprint.endDate | date:'dd.MM.yyyy'}} |
-
-
-
- |
-
+
+ {{sprint.id}} |
+ {{sprint.title}} |
+ {{sprint.startDate | date:'dd.MM.yyyy'}} |
+ {{sprint.endDate | date:'dd.MM.yyyy'}} |
+
+
+
+ |
+
-
+
-
\ No newline at end of file
+
diff --git a/src/app/task-table/task-table.component.css b/src/app/task-table/task-table.component.css
index 70f7a6e..9b76eba 100644
--- a/src/app/task-table/task-table.component.css
+++ b/src/app/task-table/task-table.component.css
@@ -1,3 +1,11 @@
th.sortable:hover {
text-decoration: underline;
}
+
+.content {
+ position: relative;
+ float: left;
+ margin-top: 10px;
+ margin-left: 20px;
+ width: 80%;
+}
diff --git a/src/app/task-table/task-table.component.html b/src/app/task-table/task-table.component.html
index 1a8b2f2..e3760f6 100644
--- a/src/app/task-table/task-table.component.html
+++ b/src/app/task-table/task-table.component.html
@@ -1,126 +1,126 @@
-
diff --git a/src/app/userstory-table/userstory-table.component.css b/src/app/userstory-table/userstory-table.component.css
index 70f7a6e..9b76eba 100644
--- a/src/app/userstory-table/userstory-table.component.css
+++ b/src/app/userstory-table/userstory-table.component.css
@@ -1,3 +1,11 @@
th.sortable:hover {
text-decoration: underline;
}
+
+.content {
+ position: relative;
+ float: left;
+ margin-top: 10px;
+ margin-left: 20px;
+ width: 80%;
+}
diff --git a/src/app/userstory-table/userstory-table.component.html b/src/app/userstory-table/userstory-table.component.html
index 90e0ce0..a6d772d 100644
--- a/src/app/userstory-table/userstory-table.component.html
+++ b/src/app/userstory-table/userstory-table.component.html
@@ -1,106 +1,107 @@
+
+
Userstories
-
Userstories
+
-
+
+