fixed content under sidebar issue (hopefully)

This commit is contained in:
Tobias Gabelunke 2020-07-02 19:18:00 +02:00
parent 2c31338e2b
commit 49ca3904f5
7 changed files with 276 additions and 249 deletions

View File

@ -3,6 +3,8 @@
position: relative;
float: left;
margin-top: 10px;
bottom: 0;
opacity: 95%;
}
.nav a {

View File

@ -1,3 +1,11 @@
th.sortable:hover {
text-decoration: underline;
}
.content {
position: relative;
float: left;
margin-top: 10px;
margin-left: 20px;
width: 80%;
}

View File

@ -1,5 +1,5 @@
<div class="container-fluid">
<div class="content">
<h3>
Sprints
</h3>
@ -63,4 +63,4 @@
</table>
</div>
</div>

View File

@ -1,3 +1,11 @@
th.sortable:hover {
text-decoration: underline;
}
.content {
position: relative;
float: left;
margin-top: 10px;
margin-left: 20px;
width: 80%;
}

View File

@ -1,5 +1,5 @@
<div class="container-fluid">
<div class="content">
<h3>
<a *ngIf="filterUserstoryId" [routerLink]="['/userstories', {id: filterUserstoryId}]">
Userstory #{{filterUserstoryId}}
@ -123,4 +123,4 @@
</table>
</div>
</div>

View File

@ -1,3 +1,11 @@
th.sortable:hover {
text-decoration: underline;
}
.content {
position: relative;
float: left;
margin-top: 10px;
margin-left: 20px;
width: 80%;
}

View File

@ -1,5 +1,5 @@
<div class="container-fluid">
<div class="content">
<h3>Userstories</h3>
<button class="btn btn-secondary" (click)="openUserstoryForm()">Neue Userstory</button>
@ -104,3 +104,4 @@
</table>
</div>
</div>