mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Merge pull request #12 from Salamandar/patch-1
Better alignment of labels in the app level view.
This commit is contained in:
commit
32564b071d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ th.ci-app-test-title > div > span
|
||||||
border:none;
|
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 { 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 { 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); }
|
td.ci-app-test-result > div.success { background-color: rgb(46,204,83); }
|
||||||
|
|
Loading…
Reference in a new issue