diff options
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-04-17 11:32:22 +0300 |
---|---|---|
committer | Einav Keidar <einavw@amdocs.com> | 2018-04-17 09:07:36 +0000 |
commit | 04783c44c22de7ef4abe183c5f19b4136305e5f8 (patch) | |
tree | c952ad9e4b39b3ed55348bbe80574c8ddd102130 /openecomp-ui/resources/scss | |
parent | 60969e02c6c8a78d8ffe9e597727c552c8be4e64 (diff) |
sdc-ui buttons fix
Issue-ID: SDC-1237
Change-Id: I4912c7f9e81849ff68a4a5d432bf844f97cf031e
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/resources/scss')
-rw-r--r-- | openecomp-ui/resources/scss/components/_validationForm.scss | 1 | ||||
-rw-r--r-- | openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/openecomp-ui/resources/scss/components/_validationForm.scss b/openecomp-ui/resources/scss/components/_validationForm.scss index e1adb5650f..52408f5952 100644 --- a/openecomp-ui/resources/scss/components/_validationForm.scss +++ b/openecomp-ui/resources/scss/components/_validationForm.scss @@ -95,6 +95,7 @@ form { text-align: right; button:first-child { margin-right: 15px; + min-width: 120px; } .svg-icon { height: 14px; diff --git a/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss b/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss index ad98ec0595..81a109c97f 100644 --- a/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss +++ b/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss @@ -40,9 +40,7 @@ } .proceed-to-validation-btn { - width: 191px; margin-right: 30px; - height: 36px; } .go-to-overview-btn { width: 191px; |