github.com/zppinho/prow@v0.0.0-20240510014325-1738badeb017/pkg/spyglass/lenses/podinfo/style.css (about) 1 ul.data { 2 list-style: none; 3 padding: 0; 4 margin: 0; 5 line-height: inherit; 6 } 7 8 .data li { 9 margin-left: 20px; 10 text-indent: -20px; 11 word-break: break-word; 12 } 13 14 .literal { 15 font-family: monospace; 16 white-space: normal; 17 } 18 19 .pre { 20 white-space: pre !important; 21 color: #e8e8e8; 22 padding: 20px; 23 } 24 25 .unhide .hidden { 26 visibility: visible; 27 display: block !important; /* MDL helpfully uses !important here */ 28 } 29 30 .unhide .expand-prow { 31 visibility: collapse; 32 display: none; 33 } 34 35 #podinfo.mdl-tabs .mdl-tabs__tab-bar { 36 -webkit-justify-content: flex-start; 37 -ms-flex-pack: start; 38 justify-content: left; 39 border: 0; 40 } 41 42 #podinfo.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active { 43 color: white; 44 } 45 46 .mdl-data-table thead th { 47 color: #e8e8e8; 48 text-align: left; 49 font-size: 14px; 50 } 51 52 code.item { 53 border-width: 1px; 54 border-color: rgba(0,0,0,0.6); 55 display: inline-block; 56 border-style: solid; 57 padding-left: 3px; 58 padding-right: 3px; 59 border-radius: 2px; 60 margin-bottom: 2px; 61 } 62 63 .mdl-data-table__cell--non-numeric { 64 white-space: normal; 65 } 66 67 code { 68 white-space: pre-wrap; 69 }