|
|
@@ -138,22 +138,40 @@ class CloudConnectionsView extends Component {
|
|
|
let title = "Edit Connection"
|
|
|
|
|
|
let modalStyle = {
|
|
|
+ overlay : {
|
|
|
+ position: "fixed",
|
|
|
+ top: 0,
|
|
|
+ left: 0,
|
|
|
+ right: 0,
|
|
|
+ bottom: 0,
|
|
|
+ backgroundColor:"rgba(164, 170, 181, 0.69)"
|
|
|
+ },
|
|
|
content: {
|
|
|
padding: "0px",
|
|
|
+ border: "none",
|
|
|
borderRadius: "4px",
|
|
|
bottom: "auto",
|
|
|
width: "576px",
|
|
|
height: "auto",
|
|
|
left: "50%",
|
|
|
- top: "70px",
|
|
|
+ top: "120px",
|
|
|
marginLeft: "-288px"
|
|
|
}
|
|
|
}
|
|
|
|
|
|
let validationModalStyle = {
|
|
|
+ overlay : {
|
|
|
+ position: "fixed",
|
|
|
+ top: 0,
|
|
|
+ left: 0,
|
|
|
+ right: 0,
|
|
|
+ bottom: 0,
|
|
|
+ backgroundColor:"rgba(164, 170, 181, 0.69)"
|
|
|
+ },
|
|
|
content: {
|
|
|
padding: "0px",
|
|
|
borderRadius: "4px",
|
|
|
+ border: "none",
|
|
|
bottom: "auto",
|
|
|
width: "370px",
|
|
|
height: "250px",
|