Browse Source

Modal height angepasst

master
Edwina Barbalan 5 years ago
parent
commit
1523cc93c2
2 changed files with 9 additions and 2 deletions
  1. 4
    1
      public/style/style.css
  2. 5
    1
      public/style/style.less

+ 4
- 1
public/style/style.css View File

float: right; float: right;
font-size: 30px; font-size: 30px;
} }
.modal-dialog {
height: 90%;
}
.modal-content { .modal-content {
height: 650px;
height: 100%;
} }
.om-tab { .om-tab {
font-size: 16px; font-size: 16px;

+ 5
- 1
public/style/style.less View File

} }


// Modal // Modal
.modal-dialog {
height: 90%;
}

.modal-content { .modal-content {
height: 650px;
height: 100%;
} }


//.modal-header { //.modal-header {

Loading…
Cancel
Save