hystrixThreadPool.css 2.34 KB
Newer Older
Dave Syer committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
.dependencyThreadPools .spacer {
	width: 100%;
	margin: 0 auto;
	padding-top:4px;
	clear:both;
}


.dependencyThreadPools .last {
	margin-right: 0px;
}

.dependencyThreadPools span.loading {
	display: block;
	padding-top: 6%;
	padding-bottom: 6%;
	color: gray;
	text-align: center;
}

.dependencyThreadPools span.loading.failed {
	color: red;
}


.dependencyThreadPools div.monitor {
	float: left;
	margin-right:5px; /* these are tweaked to look good on desktop and iPad portrait, and fit things densely */
	margin-top:5px;
}

.dependencyThreadPools div.monitor p.name {
	font-weight:bold;
	font-size: 10pt;
	text-align: right;	
	padding-bottom: 5px;
}

.dependencyThreadPools div.monitor_data {
	margin: 0 auto;	
}

.dependencyThreadPools span.smaller {
	font-size: 8pt;
	color: grey;	
}


.dependencyThreadPools div.tableRow {
	width:100%;
	white-space: nowrap;
	font-size: 8pt;	
	margin: 0 auto;
	clear:both;
}

.dependencyThreadPools div.tableRow .cell {
	float:left;
}

.dependencyThreadPools div.tableRow .header {
	text-align:right;
	padding-right:5px;
}

.dependencyThreadPools div.tableRow .header.left {
	width:85px;
}

.dependencyThreadPools div.tableRow .header.right {
	width:75px;
}

.dependencyThreadPools div.tableRow .data {
	font-weight: bold;
	text-align:right;
}

.dependencyThreadPools div.tableRow .data.left {
	width:30px;
}

.dependencyThreadPools div.tableRow .data.right {
	width:45px;
}

.dependencyThreadPools div.monitor {
	width: 245px; /* we want a fixed width instead of percentage as I want the boxes to be a set size and then fill in as many as can fit in each row ... this allows 3 columns on an iPad */
	height: 110px;
}





/* override the HREF when we have specified it as a tooltip to not act like a link */
.dependencyThreadPools div.monitor_data a.tooltip {
	text-decoration: none;
	cursor: default;	
}

.dependencyThreadPools div.monitor_data a.rate {
	font-weight:bold;
	color: black;	
	font-size: 11pt;
}

.dependencyThreadPools div.rate {
	padding-top: 1px;
	clear:both;
	text-align:right;
}

.dependencyThreadPools span.rate_value {
	font-weight:bold;	
}







.dependencyThreadPools div.monitor div.chart {
}

.dependencyThreadPools div.monitor div.chart svg {
}

.dependencyThreadPools div.monitor div.chart svg text {
	fill: white;
}

.dependencyThreadPools #hidden {
    width:1px;
    height:1px;
    background: lightgrey;
    display: none;
}