github.com/jenkins-x/test-infra@v0.0.7/testgrid/extension/testgrid_alerter/css/testgrid_alerter.css (about) 1 .small-popup { 2 min-width: 500px; 3 } 4 5 .right-button { 6 float:right; 7 } 8 9 10 .bar { 11 overflow: auto; 12 padding: 5px; 13 width: 100%; 14 } 15 16 body { 17 margin: 10px; 18 } 19 20 .dashboard-div { 21 border: 2px solid black; 22 padding-left: 5px; 23 } 24 25 .tab-ul { 26 padding: 0 5px 5px 20px; 27 } 28 29 .test-li { 30 margin: 0 0 5px 0; 31 } 32 33 .dashboard { 34 font-weight: bold; 35 } 36 37 .failing { 38 color: red; 39 } 40 41 .stale { 42 color: orange; 43 } 44 45 .collapsed { 46 display: none; 47 } 48 49 .line { 50 display: inline-block; 51 }