Commit c96ca273 authored by Thodoris Nestoridis's avatar Thodoris Nestoridis

some ui fixes

parent 630e6884
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<li class="breadcrumb-item" aria-current="page">Edit Boilerplate</li> <li class="breadcrumb-item" aria-current="page">Edit Boilerplate</li>
</ol> </ol>
</nav> </nav>
<mat-grid-list cols="2">
<div class="first"> <div class="first">
<div *ngIf="currentboilerplate.id" class="edit-form"> <div *ngIf="currentboilerplate.id" class="edit-form">
<form> <form>
...@@ -172,4 +173,5 @@ ...@@ -172,4 +173,5 @@
<mat-spinner style="margin: auto;"></mat-spinner> <mat-spinner style="margin: auto;"></mat-spinner>
</div> </div>
</div> </div>
</mat-grid-list >
\ No newline at end of file
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
.second{ .second{
width: 32%; width: 32%;
position: absolute; position: absolute;
top: 14%; top: 1%;
right: 0px; right: 0px;
height:80%; height:80%;
overflow:auto; overflow:auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment