Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
// Overrides of Bootstrap / Angularjs Bootstrap Modal for image dialogs
.image-lightbox {
.modal-dialog {
padding-left: 0;
padding-right: 0;
}
.modal-content {
border: 0;
border-radius: 0;
box-shadow: none;
padding: 0;
margin: 0;
}
.modal-body {
padding: 0;
}
.modal-footer {
margin-top: 0;
border-top: 2px solid #ccc;
}
.modal-header {
border-bottom: 2px solid #ccc;
}
.close {
width: 8.33%;
display: inline-block;
}
.modal-title {
width: 91.67%;
display: inline-block;
}
}