1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

Merge pull request #3871 from mabashian/3865-add-buttons

Revert 6282b5bacb
This commit is contained in:
Ryan Petrello 2019-10-21 12:08:52 -04:00 committed by GitHub
commit f02357ca16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -372,7 +372,9 @@ table, tbody {
.List-noItems {
margin-top: 52px;
display: inline-block;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 200px;
border-radius: 5px;
@ -381,7 +383,7 @@ table, tbody {
color: @list-no-items-txt;
text-transform: uppercase;
text-align: center;
padding: 80px 10px;
padding: 10px;
}
.modal-body > .List-noItems {