1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00

Merge pull request #3574 from AlexSCorey/265-JTLaunchResponsivness

Wraps launch template buttons

Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
             https://github.com/AlexSCorey
This commit is contained in:
softwarefactory-project-zuul[bot] 2019-04-03 15:41:43 +00:00 committed by GitHub
commit 15b80cdb1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
.Prompt .modal-dialog {
width: 700px;
max-width: calc(100vw - 10px);
width: 700px
}
.Prompt-step {
margin-top: 20px;
@ -7,6 +8,7 @@
.Prompt-footer {
display: flex;
flex: 0 0 auto;
flex-wrap: wrap;
margin-top: 15px;
justify-content: flex-end;
align-items: flex-end;
@ -20,6 +22,7 @@
height: 30px;
padding-left:15px;
padding-right: 15px;
margin: 10px 0;
min-width: 85px;
margin-left: 20px;
}
@ -41,6 +44,7 @@
border: 1px solid @btn-bord;
padding-left:15px;
padding-right: 15px;
margin: 10px 0;
height: 30px;
min-width: 85px;
}