mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 16:41:29 -03:30
Merge pull request #4852 from chrismeyersfsu/fix-3967
center the red and green balls
This commit is contained in:
commit
e3dad92a05
@ -14,13 +14,15 @@
|
||||
|
||||
.SmartStatus--success{
|
||||
color: @default-succ;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.SmartStatus--failed{
|
||||
color: @default-err;
|
||||
margin-top: 20px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user