Merge pull request #12 from Salamandar/patch-1

Better alignment of labels in the app level view.
This commit is contained in:
Alexandre Aubin 2021-12-14 17:46:03 +01:00 committed by GitHub
commit 32564b071d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ th.ci-app-test-title > div > span
border:none;
}
td.ci-app-level { width: 54px; }
td.ci-app-level { width: 35px; }
td.ci-app-test-result { text-align:center; padding: 14px 8px 8px 8px; }
td.ci-app-test-result > div { position:relative; background-color: #bdc3c7; border-radius:5px; width: 18px; height: 18px;}
td.ci-app-test-result > div.success { background-color: rgb(46,204,83); }