From 49ca3904f5eff36d4de092272a8f7319ea6d7992 Mon Sep 17 00:00:00 2001 From: Tobias Gabelunke Date: Thu, 2 Jul 2020 19:18:00 +0200 Subject: [PATCH] fixed content under sidebar issue (hopefully) --- src/app/app.component.css | 2 + .../sprint-table/sprint-table.component.css | 10 +- .../sprint-table/sprint-table.component.html | 82 +++---- src/app/task-table/task-table.component.css | 8 + src/app/task-table/task-table.component.html | 226 +++++++++--------- .../userstory-table.component.css | 8 + .../userstory-table.component.html | 189 +++++++-------- 7 files changed, 276 insertions(+), 249 deletions(-) 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 @@
- +

- - Userstory #{{filterUserstoryId}} - > - - Tasks + + Userstory #{{filterUserstoryId}} + > + + Tasks

- Alle Tasks anzeigen + Alle Tasks anzeigen
- - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + +
- ID - - - - - - - Titel - - - - - - - Userstory - - - - - - - Status - - - - - - -
- Priorität: -
- {{filterPriority || "All"}} -
- - -
-
- - - - - -
-
- Assigned To - - - - - - - Category - - - - - -
+ ID + + + + + + + Titel + + + + + + + Userstory + + + + + + + Status + + + + + + +
+ Priorität: +
+ {{filterPriority || "All"}} +
+ + +
+
+ + + + + +
+
+ Assigned To + + + + + + + Category + + + + + +
{{task.id}}{{task.title}} - - US #{{task.userstoryid}} - - - - {{getStatusTitleById(task.statusid)}} - - {{task.priority}} - - {{getUserNameById(task.assignedtoid)}} - - - - {{getCategoryTitleById(task.categoryid)}} - - - - -
{{task.id}}{{task.title}} + + US #{{task.userstoryid}} + + + + {{getStatusTitleById(task.statusid)}} + + {{task.priority}} + + {{getUserNameById(task.assignedtoid)}} + + + + {{getCategoryTitleById(task.categoryid)}} + + + + +
+
- 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

+ - + -
- - - - - - - - + + + + + + + - - - - + + + + - - - - - - - - - - - + + + + + + + + + + + -
- ID - - - - - - - Titel - - - - - - - Tasks - - - - - - - Status - - - - - - -
-
- Priorität: -
- {{filterPriority || "All"}} -
+
+ ID + + + + + + + Titel + + + + + + + Tasks + + + + + + + Status + + + + + + +
+
+ Priorität: +
+ {{filterPriority || "All"}} +
+
+ + + + + +
- - - - +
+ Category + + + + - - - - Category - - - - - -
{{userstory.id}}{{userstory.title}} - - {{getNumberOfTasks(userstory)}} Tasks - - - - {{getStatusTitleById(userstory.statusid)}} - - {{userstory.priority}} - - {{getCategoryTitleById(userstory.categoryid)}} - - - - -
{{userstory.id}}{{userstory.title}} + + {{getNumberOfTasks(userstory)}} Tasks + + + + {{getStatusTitleById(userstory.statusid)}} + + {{userstory.priority}} + + {{getCategoryTitleById(userstory.categoryid)}} + + + + +
+ +