X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateInputParams.scss;h=ba966607951494616797d67632d9ad8f92d23400;hp=3494316e393e57a53e51cc0c81e489b6e3c35e13;hb=d0c810e852f84807c7588f424648bca6059edc5c;hpb=f22401cd2aeae1b9695c872ab49f340cabe105a8;ds=sidebyside diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.scss b/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.scss index 3494316e3..ba9666079 100644 --- a/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.scss +++ b/skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.scss @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -133,6 +133,18 @@ -ms-flex: 0 1; flex: 0 1; } + .inputControls-sshkeys { + margin-bottom:1rem; + padding-top:0; + -ms-flex-align: end; + align-items: flex-end; + > label { + width:auto; + &:nth-child(2) { + margin-bottom: 1.25rem; + } + } + } } button { /*remove button*/ @@ -181,6 +193,16 @@ display:-ms-flexbox; display:flex; } + &-addUser { + margin-top:1rem; + .addInput { + margin-left:0; + font-size:1rem; + >span { + color: #5b5b5b; + } + } + } } .addInput, .removeInput { display:-ms-flexbox;