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; position: relative;
float: left; float: left;
margin-top: 10px; margin-top: 10px;
bottom: 0;
opacity: 95%;
} }
.nav a { .nav a {

View File

@ -1,3 +1,11 @@
th.sortable:hover { th.sortable:hover {
text-decoration: underline; 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="container-fluid">
<div class="content">
<h3> <h3>
Sprints Sprints
</h3> </h3>
@ -63,4 +63,4 @@
</table> </table>
</div> </div>
</div>

View File

@ -1,3 +1,11 @@
th.sortable:hover { th.sortable:hover {
text-decoration: underline; 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="container-fluid">
<div class="content">
<h3> <h3>
<a *ngIf="filterUserstoryId" [routerLink]="['/userstories', {id: filterUserstoryId}]"> <a *ngIf="filterUserstoryId" [routerLink]="['/userstories', {id: filterUserstoryId}]">
Userstory #{{filterUserstoryId}} Userstory #{{filterUserstoryId}}
@ -122,5 +122,5 @@
</tbody> </tbody>
</table> </table>
</div>
</div> </div>

View File

@ -1,3 +1,11 @@
th.sortable:hover { th.sortable:hover {
text-decoration: underline; 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="container-fluid">
<div class="content">
<h3>Userstories</h3> <h3>Userstories</h3>
<button class="btn btn-secondary" (click)="openUserstoryForm()">Neue Userstory</button> <button class="btn btn-secondary" (click)="openUserstoryForm()">Neue Userstory</button>
@ -103,4 +103,5 @@
</tbody> </tbody>
</table> </table>
</div>
</div> </div>