blob: 76521f9b2031c45d52bb7f1725afc0d763439b10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
.manage-widget-parameters-title{
color: #067ab4;
font-family: "Omnes-ECOMP-W02", Arial;;
font-size: 24px;
margin-left: 30px;
width: 1170px;
margin-top: 20px;
margin-bottom: 10px;
}
.manage-widget-parameters-table{
margin: 30px;
}
.manage-widget-parameters-table-details{
height: 300px;
background-color: #ffffff;
}
.manage-widget-parameters-header{
margin-top: 20px;
margin-bottom: 20px;
height:20px;
}
.ngdialog-content{
width: 40%;
}
|