fix alarm rca view
Change-Id: If2152bd721e81cd5fdfa25af1b94e820f56c9f84 story: 2005502 task: 30604 Depends-On: I4044338f7c62016c1fc10756fbf8ffc8485c34b1
This commit is contained in:
parent
5dce07ad12
commit
80bf67779b
@ -1,9 +1,14 @@
|
||||
|
||||
|
||||
|
||||
/* ------ GLOBAL ------ */
|
||||
|
||||
|
||||
.app-modal-window .modal-dialog{
|
||||
height: fit-content;
|
||||
width: 50%;
|
||||
margin-top: 10%;
|
||||
}
|
||||
.app-modal-window .modal-content{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.vitrage-alarms {
|
||||
table {
|
||||
|
@ -1,6 +1,5 @@
|
||||
.rca-container {
|
||||
height: 100%;
|
||||
height: 650px;
|
||||
background: #ffffff;
|
||||
opacity: 0.8;
|
||||
margin-bottom: 10%;
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,3 @@
|
||||
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
top: 20%;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user