Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
modal styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeldacap committed Aug 29, 2016
1 parent 41da888 commit 174c57f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>

</div>
<!-- style="position:absolute; left: 0px; top: 0px; width:100%; height:100%;" -->

<modal-dialog id="modal"
*ngIf="hideModalDialog"
[modal]=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ <h3 class="modal-title">{{title}}</h3>
<div class="modal-body">
<ng-content></ng-content>
</div>

</div>
</div>
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import {Component,Input, EventEmitter} from '@angular/core';
import {ButtonBarComponent} from '../button-bar/button-bar.component'
import {DetailsComponent} from '../../../components/details/view/Details.component'
import {Table} from '../../../models/table/Table.model'

@Component({
selector: 'modal-dialog',
templateUrl: './app/oasp/oasp-ui/modal-dialog/modal-dialog.component.html',
styleUrls: ['./app/oasp4js-sample.component.css'],
directives: [ButtonBarComponent, DetailsComponent]
directives: [ButtonBarComponent]
})
export class ModalDialogComponent {

Expand Down
8 changes: 0 additions & 8 deletions oasp4js-sample/src/app/oasp4js-sample.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -7156,14 +7156,6 @@ tr.selected {
height:100%;
}

/*
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
*/

/************** PAGINATION ****************/

.btn-pagination {
Expand Down

0 comments on commit 174c57f

Please sign in to comment.