Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(764)

Side by Side Diff: runtime/bin/vmservice/observatory/deployed/web/index.html

Issue 429293002: Add request tracing to Observatory: (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><html><head> 1 <!DOCTYPE html><html><head>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>Dart VM Observatory</title> 3 <title>Dart VM Observatory</title>
4 4
5 5
6 6
7 7
8 8
9 9
10 10
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 } 163 }
164 164
165 /* alignment in cross axis */ 165 /* alignment in cross axis */
166 166
167 html /deep/ [layout][start] { 167 html /deep/ [layout][start] {
168 -ms-flex-align: start; 168 -ms-flex-align: start;
169 -webkit-align-items: flex-start; 169 -webkit-align-items: flex-start;
170 align-items: flex-start; 170 align-items: flex-start;
171 } 171 }
172 172
173 html /deep/ [layout][center] { 173 html /deep/ [layout][center], html /deep/ [layout][center-center] {
174 -ms-flex-align: center; 174 -ms-flex-align: center;
175 -webkit-align-items: center; 175 -webkit-align-items: center;
176 align-items: center; 176 align-items: center;
177 } 177 }
178 178
179 html /deep/ [layout][end] { 179 html /deep/ [layout][end] {
180 -ms-flex-align: end; 180 -ms-flex-align: end;
181 -webkit-align-items: flex-end; 181 -webkit-align-items: flex-end;
182 align-items: flex-end; 182 align-items: flex-end;
183 } 183 }
184 184
185 /* alignment in main axis */ 185 /* alignment in main axis */
186 186
187 html /deep/ [layout][start-justified] { 187 html /deep/ [layout][start-justified] {
188 -ms-flex-pack: start; 188 -ms-flex-pack: start;
189 -webkit-justify-content: flex-start; 189 -webkit-justify-content: flex-start;
190 justify-content: flex-start; 190 justify-content: flex-start;
191 } 191 }
192 192
193 html /deep/ [layout][center-justified] { 193 html /deep/ [layout][center-justified], html /deep/ [layout][center-center] {
194 -ms-flex-pack: center; 194 -ms-flex-pack: center;
195 -webkit-justify-content: center; 195 -webkit-justify-content: center;
196 justify-content: center; 196 justify-content: center;
197 } 197 }
198 198
199 html /deep/ [layout][end-justified] { 199 html /deep/ [layout][end-justified] {
200 -ms-flex-pack: end; 200 -ms-flex-pack: end;
201 -webkit-justify-content: flex-end; 201 -webkit-justify-content: flex-end;
202 justify-content: flex-end; 202 justify-content: flex-end;
203 } 203 }
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 display: table-row; 330 display: table-row;
331 } 331 }
332 332
333 .memberName, .memberValue { 333 .memberName, .memberValue {
334 display: table-cell; 334 display: table-cell;
335 vertical-align: top; 335 vertical-align: top;
336 padding: 3px 0 3px 1em; 336 padding: 3px 0 3px 1em;
337 font: 400 14px 'Montserrat', sans-serif; 337 font: 400 14px 'Montserrat', sans-serif;
338 } 338 }
339 339
340 .memberSmall {
341 display: table-cell;
342 vertical-align: top;
343 padding: 3px 0 3px 1em;
344 font: 400 12px 'Montserrat', sans-serif;
345 }
346
340 .monospace { 347 .monospace {
341 font-family: consolas, courier, monospace; 348 font-family: consolas, courier, monospace;
342 font-size: 1em; 349 font-size: 1em;
343 line-height: 1.2em; 350 line-height: 1.2em;
344 white-space: nowrap; 351 white-space: nowrap;
345 } 352 }
346 353
347 a { 354 a {
348 color: #0489c3; 355 color: #0489c3;
349 text-decoration: none; 356 text-decoration: none;
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 display: table-row; 689 display: table-row;
683 } 690 }
684 691
685 .memberName, .memberValue { 692 .memberName, .memberValue {
686 display: table-cell; 693 display: table-cell;
687 vertical-align: top; 694 vertical-align: top;
688 padding: 3px 0 3px 1em; 695 padding: 3px 0 3px 1em;
689 font: 400 14px 'Montserrat', sans-serif; 696 font: 400 14px 'Montserrat', sans-serif;
690 } 697 }
691 698
699 .memberSmall {
700 display: table-cell;
701 vertical-align: top;
702 padding: 3px 0 3px 1em;
703 font: 400 12px 'Montserrat', sans-serif;
704 }
705
692 .monospace { 706 .monospace {
693 font-family: consolas, courier, monospace; 707 font-family: consolas, courier, monospace;
694 font-size: 1em; 708 font-size: 1em;
695 line-height: 1.2em; 709 line-height: 1.2em;
696 white-space: nowrap; 710 white-space: nowrap;
697 } 711 }
698 712
699 a { 713 a {
700 color: #0489c3; 714 color: #0489c3;
701 text-decoration: none; 715 text-decoration: none;
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 display: table-row; 1068 display: table-row;
1055 } 1069 }
1056 1070
1057 .memberName, .memberValue { 1071 .memberName, .memberValue {
1058 display: table-cell; 1072 display: table-cell;
1059 vertical-align: top; 1073 vertical-align: top;
1060 padding: 3px 0 3px 1em; 1074 padding: 3px 0 3px 1em;
1061 font: 400 14px 'Montserrat', sans-serif; 1075 font: 400 14px 'Montserrat', sans-serif;
1062 } 1076 }
1063 1077
1078 .memberSmall {
1079 display: table-cell;
1080 vertical-align: top;
1081 padding: 3px 0 3px 1em;
1082 font: 400 12px 'Montserrat', sans-serif;
1083 }
1084
1064 .monospace { 1085 .monospace {
1065 font-family: consolas, courier, monospace; 1086 font-family: consolas, courier, monospace;
1066 font-size: 1em; 1087 font-size: 1em;
1067 line-height: 1.2em; 1088 line-height: 1.2em;
1068 white-space: nowrap; 1089 white-space: nowrap;
1069 } 1090 }
1070 1091
1071 a { 1092 a {
1072 color: #0489c3; 1093 color: #0489c3;
1073 text-decoration: none; 1094 text-decoration: none;
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 display: table-row; 1658 display: table-row;
1638 } 1659 }
1639 1660
1640 .memberName, .memberValue { 1661 .memberName, .memberValue {
1641 display: table-cell; 1662 display: table-cell;
1642 vertical-align: top; 1663 vertical-align: top;
1643 padding: 3px 0 3px 1em; 1664 padding: 3px 0 3px 1em;
1644 font: 400 14px 'Montserrat', sans-serif; 1665 font: 400 14px 'Montserrat', sans-serif;
1645 } 1666 }
1646 1667
1668 .memberSmall {
1669 display: table-cell;
1670 vertical-align: top;
1671 padding: 3px 0 3px 1em;
1672 font: 400 12px 'Montserrat', sans-serif;
1673 }
1674
1647 .monospace { 1675 .monospace {
1648 font-family: consolas, courier, monospace; 1676 font-family: consolas, courier, monospace;
1649 font-size: 1em; 1677 font-size: 1em;
1650 line-height: 1.2em; 1678 line-height: 1.2em;
1651 white-space: nowrap; 1679 white-space: nowrap;
1652 } 1680 }
1653 1681
1654 a { 1682 a {
1655 color: #0489c3; 1683 color: #0489c3;
1656 text-decoration: none; 1684 text-decoration: none;
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1914 display: table-row; 1942 display: table-row;
1915 } 1943 }
1916 1944
1917 .memberName, .memberValue { 1945 .memberName, .memberValue {
1918 display: table-cell; 1946 display: table-cell;
1919 vertical-align: top; 1947 vertical-align: top;
1920 padding: 3px 0 3px 1em; 1948 padding: 3px 0 3px 1em;
1921 font: 400 14px 'Montserrat', sans-serif; 1949 font: 400 14px 'Montserrat', sans-serif;
1922 } 1950 }
1923 1951
1952 .memberSmall {
1953 display: table-cell;
1954 vertical-align: top;
1955 padding: 3px 0 3px 1em;
1956 font: 400 12px 'Montserrat', sans-serif;
1957 }
1958
1924 .monospace { 1959 .monospace {
1925 font-family: consolas, courier, monospace; 1960 font-family: consolas, courier, monospace;
1926 font-size: 1em; 1961 font-size: 1em;
1927 line-height: 1.2em; 1962 line-height: 1.2em;
1928 white-space: nowrap; 1963 white-space: nowrap;
1929 } 1964 }
1930 1965
1931 a { 1966 a {
1932 color: #0489c3; 1967 color: #0489c3;
1933 text-decoration: none; 1968 text-decoration: none;
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2172 display: table-row; 2207 display: table-row;
2173 } 2208 }
2174 2209
2175 .memberName, .memberValue { 2210 .memberName, .memberValue {
2176 display: table-cell; 2211 display: table-cell;
2177 vertical-align: top; 2212 vertical-align: top;
2178 padding: 3px 0 3px 1em; 2213 padding: 3px 0 3px 1em;
2179 font: 400 14px 'Montserrat', sans-serif; 2214 font: 400 14px 'Montserrat', sans-serif;
2180 } 2215 }
2181 2216
2217 .memberSmall {
2218 display: table-cell;
2219 vertical-align: top;
2220 padding: 3px 0 3px 1em;
2221 font: 400 12px 'Montserrat', sans-serif;
2222 }
2223
2182 .monospace { 2224 .monospace {
2183 font-family: consolas, courier, monospace; 2225 font-family: consolas, courier, monospace;
2184 font-size: 1em; 2226 font-size: 1em;
2185 line-height: 1.2em; 2227 line-height: 1.2em;
2186 white-space: nowrap; 2228 white-space: nowrap;
2187 } 2229 }
2188 2230
2189 a { 2231 a {
2190 color: #0489c3; 2232 color: #0489c3;
2191 text-decoration: none; 2233 text-decoration: none;
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
2663 display: table-row; 2705 display: table-row;
2664 } 2706 }
2665 2707
2666 .memberName, .memberValue { 2708 .memberName, .memberValue {
2667 display: table-cell; 2709 display: table-cell;
2668 vertical-align: top; 2710 vertical-align: top;
2669 padding: 3px 0 3px 1em; 2711 padding: 3px 0 3px 1em;
2670 font: 400 14px 'Montserrat', sans-serif; 2712 font: 400 14px 'Montserrat', sans-serif;
2671 } 2713 }
2672 2714
2715 .memberSmall {
2716 display: table-cell;
2717 vertical-align: top;
2718 padding: 3px 0 3px 1em;
2719 font: 400 12px 'Montserrat', sans-serif;
2720 }
2721
2673 .monospace { 2722 .monospace {
2674 font-family: consolas, courier, monospace; 2723 font-family: consolas, courier, monospace;
2675 font-size: 1em; 2724 font-size: 1em;
2676 line-height: 1.2em; 2725 line-height: 1.2em;
2677 white-space: nowrap; 2726 white-space: nowrap;
2678 } 2727 }
2679 2728
2680 a { 2729 a {
2681 color: #0489c3; 2730 color: #0489c3;
2682 text-decoration: none; 2731 text-decoration: none;
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
2933 display: table-row; 2982 display: table-row;
2934 } 2983 }
2935 2984
2936 .memberName, .memberValue { 2985 .memberName, .memberValue {
2937 display: table-cell; 2986 display: table-cell;
2938 vertical-align: top; 2987 vertical-align: top;
2939 padding: 3px 0 3px 1em; 2988 padding: 3px 0 3px 1em;
2940 font: 400 14px 'Montserrat', sans-serif; 2989 font: 400 14px 'Montserrat', sans-serif;
2941 } 2990 }
2942 2991
2992 .memberSmall {
2993 display: table-cell;
2994 vertical-align: top;
2995 padding: 3px 0 3px 1em;
2996 font: 400 12px 'Montserrat', sans-serif;
2997 }
2998
2943 .monospace { 2999 .monospace {
2944 font-family: consolas, courier, monospace; 3000 font-family: consolas, courier, monospace;
2945 font-size: 1em; 3001 font-size: 1em;
2946 line-height: 1.2em; 3002 line-height: 1.2em;
2947 white-space: nowrap; 3003 white-space: nowrap;
2948 } 3004 }
2949 3005
2950 a { 3006 a {
2951 color: #0489c3; 3007 color: #0489c3;
2952 text-decoration: none; 3008 text-decoration: none;
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
3195 display: table-row; 3251 display: table-row;
3196 } 3252 }
3197 3253
3198 .memberName, .memberValue { 3254 .memberName, .memberValue {
3199 display: table-cell; 3255 display: table-cell;
3200 vertical-align: top; 3256 vertical-align: top;
3201 padding: 3px 0 3px 1em; 3257 padding: 3px 0 3px 1em;
3202 font: 400 14px 'Montserrat', sans-serif; 3258 font: 400 14px 'Montserrat', sans-serif;
3203 } 3259 }
3204 3260
3261 .memberSmall {
3262 display: table-cell;
3263 vertical-align: top;
3264 padding: 3px 0 3px 1em;
3265 font: 400 12px 'Montserrat', sans-serif;
3266 }
3267
3205 .monospace { 3268 .monospace {
3206 font-family: consolas, courier, monospace; 3269 font-family: consolas, courier, monospace;
3207 font-size: 1em; 3270 font-size: 1em;
3208 line-height: 1.2em; 3271 line-height: 1.2em;
3209 white-space: nowrap; 3272 white-space: nowrap;
3210 } 3273 }
3211 3274
3212 a { 3275 a {
3213 color: #0489c3; 3276 color: #0489c3;
3214 text-decoration: none; 3277 text-decoration: none;
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
3610 display: table-row; 3673 display: table-row;
3611 } 3674 }
3612 3675
3613 .memberName, .memberValue { 3676 .memberName, .memberValue {
3614 display: table-cell; 3677 display: table-cell;
3615 vertical-align: top; 3678 vertical-align: top;
3616 padding: 3px 0 3px 1em; 3679 padding: 3px 0 3px 1em;
3617 font: 400 14px 'Montserrat', sans-serif; 3680 font: 400 14px 'Montserrat', sans-serif;
3618 } 3681 }
3619 3682
3683 .memberSmall {
3684 display: table-cell;
3685 vertical-align: top;
3686 padding: 3px 0 3px 1em;
3687 font: 400 12px 'Montserrat', sans-serif;
3688 }
3689
3620 .monospace { 3690 .monospace {
3621 font-family: consolas, courier, monospace; 3691 font-family: consolas, courier, monospace;
3622 font-size: 1em; 3692 font-size: 1em;
3623 line-height: 1.2em; 3693 line-height: 1.2em;
3624 white-space: nowrap; 3694 white-space: nowrap;
3625 } 3695 }
3626 3696
3627 a { 3697 a {
3628 color: #0489c3; 3698 color: #0489c3;
3629 text-decoration: none; 3699 text-decoration: none;
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
3865 display: table-row; 3935 display: table-row;
3866 } 3936 }
3867 3937
3868 .memberName, .memberValue { 3938 .memberName, .memberValue {
3869 display: table-cell; 3939 display: table-cell;
3870 vertical-align: top; 3940 vertical-align: top;
3871 padding: 3px 0 3px 1em; 3941 padding: 3px 0 3px 1em;
3872 font: 400 14px 'Montserrat', sans-serif; 3942 font: 400 14px 'Montserrat', sans-serif;
3873 } 3943 }
3874 3944
3945 .memberSmall {
3946 display: table-cell;
3947 vertical-align: top;
3948 padding: 3px 0 3px 1em;
3949 font: 400 12px 'Montserrat', sans-serif;
3950 }
3951
3875 .monospace { 3952 .monospace {
3876 font-family: consolas, courier, monospace; 3953 font-family: consolas, courier, monospace;
3877 font-size: 1em; 3954 font-size: 1em;
3878 line-height: 1.2em; 3955 line-height: 1.2em;
3879 white-space: nowrap; 3956 white-space: nowrap;
3880 } 3957 }
3881 3958
3882 a { 3959 a {
3883 color: #0489c3; 3960 color: #0489c3;
3884 text-decoration: none; 3961 text-decoration: none;
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
4297 display: table-row; 4374 display: table-row;
4298 } 4375 }
4299 4376
4300 .memberName, .memberValue { 4377 .memberName, .memberValue {
4301 display: table-cell; 4378 display: table-cell;
4302 vertical-align: top; 4379 vertical-align: top;
4303 padding: 3px 0 3px 1em; 4380 padding: 3px 0 3px 1em;
4304 font: 400 14px 'Montserrat', sans-serif; 4381 font: 400 14px 'Montserrat', sans-serif;
4305 } 4382 }
4306 4383
4384 .memberSmall {
4385 display: table-cell;
4386 vertical-align: top;
4387 padding: 3px 0 3px 1em;
4388 font: 400 12px 'Montserrat', sans-serif;
4389 }
4390
4307 .monospace { 4391 .monospace {
4308 font-family: consolas, courier, monospace; 4392 font-family: consolas, courier, monospace;
4309 font-size: 1em; 4393 font-size: 1em;
4310 line-height: 1.2em; 4394 line-height: 1.2em;
4311 white-space: nowrap; 4395 white-space: nowrap;
4312 } 4396 }
4313 4397
4314 a { 4398 a {
4315 color: #0489c3; 4399 color: #0489c3;
4316 text-decoration: none; 4400 text-decoration: none;
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
4568 display: table-row; 4652 display: table-row;
4569 } 4653 }
4570 4654
4571 .memberName, .memberValue { 4655 .memberName, .memberValue {
4572 display: table-cell; 4656 display: table-cell;
4573 vertical-align: top; 4657 vertical-align: top;
4574 padding: 3px 0 3px 1em; 4658 padding: 3px 0 3px 1em;
4575 font: 400 14px 'Montserrat', sans-serif; 4659 font: 400 14px 'Montserrat', sans-serif;
4576 } 4660 }
4577 4661
4662 .memberSmall {
4663 display: table-cell;
4664 vertical-align: top;
4665 padding: 3px 0 3px 1em;
4666 font: 400 12px 'Montserrat', sans-serif;
4667 }
4668
4578 .monospace { 4669 .monospace {
4579 font-family: consolas, courier, monospace; 4670 font-family: consolas, courier, monospace;
4580 font-size: 1em; 4671 font-size: 1em;
4581 line-height: 1.2em; 4672 line-height: 1.2em;
4582 white-space: nowrap; 4673 white-space: nowrap;
4583 } 4674 }
4584 4675
4585 a { 4676 a {
4586 color: #0489c3; 4677 color: #0489c3;
4587 text-decoration: none; 4678 text-decoration: none;
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
4982 display: table-row; 5073 display: table-row;
4983 } 5074 }
4984 5075
4985 .memberName, .memberValue { 5076 .memberName, .memberValue {
4986 display: table-cell; 5077 display: table-cell;
4987 vertical-align: top; 5078 vertical-align: top;
4988 padding: 3px 0 3px 1em; 5079 padding: 3px 0 3px 1em;
4989 font: 400 14px 'Montserrat', sans-serif; 5080 font: 400 14px 'Montserrat', sans-serif;
4990 } 5081 }
4991 5082
5083 .memberSmall {
5084 display: table-cell;
5085 vertical-align: top;
5086 padding: 3px 0 3px 1em;
5087 font: 400 12px 'Montserrat', sans-serif;
5088 }
5089
4992 .monospace { 5090 .monospace {
4993 font-family: consolas, courier, monospace; 5091 font-family: consolas, courier, monospace;
4994 font-size: 1em; 5092 font-size: 1em;
4995 line-height: 1.2em; 5093 line-height: 1.2em;
4996 white-space: nowrap; 5094 white-space: nowrap;
4997 } 5095 }
4998 5096
4999 a { 5097 a {
5000 color: #0489c3; 5098 color: #0489c3;
5001 text-decoration: none; 5099 text-decoration: none;
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
5253 display: table-row; 5351 display: table-row;
5254 } 5352 }
5255 5353
5256 .memberName, .memberValue { 5354 .memberName, .memberValue {
5257 display: table-cell; 5355 display: table-cell;
5258 vertical-align: top; 5356 vertical-align: top;
5259 padding: 3px 0 3px 1em; 5357 padding: 3px 0 3px 1em;
5260 font: 400 14px 'Montserrat', sans-serif; 5358 font: 400 14px 'Montserrat', sans-serif;
5261 } 5359 }
5262 5360
5361 .memberSmall {
5362 display: table-cell;
5363 vertical-align: top;
5364 padding: 3px 0 3px 1em;
5365 font: 400 12px 'Montserrat', sans-serif;
5366 }
5367
5263 .monospace { 5368 .monospace {
5264 font-family: consolas, courier, monospace; 5369 font-family: consolas, courier, monospace;
5265 font-size: 1em; 5370 font-size: 1em;
5266 line-height: 1.2em; 5371 line-height: 1.2em;
5267 white-space: nowrap; 5372 white-space: nowrap;
5268 } 5373 }
5269 5374
5270 a { 5375 a {
5271 color: #0489c3; 5376 color: #0489c3;
5272 text-decoration: none; 5377 text-decoration: none;
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
5598 display: table-row; 5703 display: table-row;
5599 } 5704 }
5600 5705
5601 .memberName, .memberValue { 5706 .memberName, .memberValue {
5602 display: table-cell; 5707 display: table-cell;
5603 vertical-align: top; 5708 vertical-align: top;
5604 padding: 3px 0 3px 1em; 5709 padding: 3px 0 3px 1em;
5605 font: 400 14px 'Montserrat', sans-serif; 5710 font: 400 14px 'Montserrat', sans-serif;
5606 } 5711 }
5607 5712
5713 .memberSmall {
5714 display: table-cell;
5715 vertical-align: top;
5716 padding: 3px 0 3px 1em;
5717 font: 400 12px 'Montserrat', sans-serif;
5718 }
5719
5608 .monospace { 5720 .monospace {
5609 font-family: consolas, courier, monospace; 5721 font-family: consolas, courier, monospace;
5610 font-size: 1em; 5722 font-size: 1em;
5611 line-height: 1.2em; 5723 line-height: 1.2em;
5612 white-space: nowrap; 5724 white-space: nowrap;
5613 } 5725 }
5614 5726
5615 a { 5727 a {
5616 color: #0489c3; 5728 color: #0489c3;
5617 text-decoration: none; 5729 text-decoration: none;
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
5878 display: table-row; 5990 display: table-row;
5879 } 5991 }
5880 5992
5881 .memberName, .memberValue { 5993 .memberName, .memberValue {
5882 display: table-cell; 5994 display: table-cell;
5883 vertical-align: top; 5995 vertical-align: top;
5884 padding: 3px 0 3px 1em; 5996 padding: 3px 0 3px 1em;
5885 font: 400 14px 'Montserrat', sans-serif; 5997 font: 400 14px 'Montserrat', sans-serif;
5886 } 5998 }
5887 5999
6000 .memberSmall {
6001 display: table-cell;
6002 vertical-align: top;
6003 padding: 3px 0 3px 1em;
6004 font: 400 12px 'Montserrat', sans-serif;
6005 }
6006
5888 .monospace { 6007 .monospace {
5889 font-family: consolas, courier, monospace; 6008 font-family: consolas, courier, monospace;
5890 font-size: 1em; 6009 font-size: 1em;
5891 line-height: 1.2em; 6010 line-height: 1.2em;
5892 white-space: nowrap; 6011 white-space: nowrap;
5893 } 6012 }
5894 6013
5895 a { 6014 a {
5896 color: #0489c3; 6015 color: #0489c3;
5897 text-decoration: none; 6016 text-decoration: none;
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
6162 display: table-row; 6281 display: table-row;
6163 } 6282 }
6164 6283
6165 .memberName, .memberValue { 6284 .memberName, .memberValue {
6166 display: table-cell; 6285 display: table-cell;
6167 vertical-align: top; 6286 vertical-align: top;
6168 padding: 3px 0 3px 1em; 6287 padding: 3px 0 3px 1em;
6169 font: 400 14px 'Montserrat', sans-serif; 6288 font: 400 14px 'Montserrat', sans-serif;
6170 } 6289 }
6171 6290
6291 .memberSmall {
6292 display: table-cell;
6293 vertical-align: top;
6294 padding: 3px 0 3px 1em;
6295 font: 400 12px 'Montserrat', sans-serif;
6296 }
6297
6172 .monospace { 6298 .monospace {
6173 font-family: consolas, courier, monospace; 6299 font-family: consolas, courier, monospace;
6174 font-size: 1em; 6300 font-size: 1em;
6175 line-height: 1.2em; 6301 line-height: 1.2em;
6176 white-space: nowrap; 6302 white-space: nowrap;
6177 } 6303 }
6178 6304
6179 a { 6305 a {
6180 color: #0489c3; 6306 color: #0489c3;
6181 text-decoration: none; 6307 text-decoration: none;
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
6432 display: table-row; 6558 display: table-row;
6433 } 6559 }
6434 6560
6435 .memberName, .memberValue { 6561 .memberName, .memberValue {
6436 display: table-cell; 6562 display: table-cell;
6437 vertical-align: top; 6563 vertical-align: top;
6438 padding: 3px 0 3px 1em; 6564 padding: 3px 0 3px 1em;
6439 font: 400 14px 'Montserrat', sans-serif; 6565 font: 400 14px 'Montserrat', sans-serif;
6440 } 6566 }
6441 6567
6568 .memberSmall {
6569 display: table-cell;
6570 vertical-align: top;
6571 padding: 3px 0 3px 1em;
6572 font: 400 12px 'Montserrat', sans-serif;
6573 }
6574
6442 .monospace { 6575 .monospace {
6443 font-family: consolas, courier, monospace; 6576 font-family: consolas, courier, monospace;
6444 font-size: 1em; 6577 font-size: 1em;
6445 line-height: 1.2em; 6578 line-height: 1.2em;
6446 white-space: nowrap; 6579 white-space: nowrap;
6447 } 6580 }
6448 6581
6449 a { 6582 a {
6450 color: #0489c3; 6583 color: #0489c3;
6451 text-decoration: none; 6584 text-decoration: none;
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
6795 display: table-row; 6928 display: table-row;
6796 } 6929 }
6797 6930
6798 .memberName, .memberValue { 6931 .memberName, .memberValue {
6799 display: table-cell; 6932 display: table-cell;
6800 vertical-align: top; 6933 vertical-align: top;
6801 padding: 3px 0 3px 1em; 6934 padding: 3px 0 3px 1em;
6802 font: 400 14px 'Montserrat', sans-serif; 6935 font: 400 14px 'Montserrat', sans-serif;
6803 } 6936 }
6804 6937
6938 .memberSmall {
6939 display: table-cell;
6940 vertical-align: top;
6941 padding: 3px 0 3px 1em;
6942 font: 400 12px 'Montserrat', sans-serif;
6943 }
6944
6805 .monospace { 6945 .monospace {
6806 font-family: consolas, courier, monospace; 6946 font-family: consolas, courier, monospace;
6807 font-size: 1em; 6947 font-size: 1em;
6808 line-height: 1.2em; 6948 line-height: 1.2em;
6809 white-space: nowrap; 6949 white-space: nowrap;
6810 } 6950 }
6811 6951
6812 a { 6952 a {
6813 color: #0489c3; 6953 color: #0489c3;
6814 text-decoration: none; 6954 text-decoration: none;
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
7082 display: table-row; 7222 display: table-row;
7083 } 7223 }
7084 7224
7085 .memberName, .memberValue { 7225 .memberName, .memberValue {
7086 display: table-cell; 7226 display: table-cell;
7087 vertical-align: top; 7227 vertical-align: top;
7088 padding: 3px 0 3px 1em; 7228 padding: 3px 0 3px 1em;
7089 font: 400 14px 'Montserrat', sans-serif; 7229 font: 400 14px 'Montserrat', sans-serif;
7090 } 7230 }
7091 7231
7232 .memberSmall {
7233 display: table-cell;
7234 vertical-align: top;
7235 padding: 3px 0 3px 1em;
7236 font: 400 12px 'Montserrat', sans-serif;
7237 }
7238
7092 .monospace { 7239 .monospace {
7093 font-family: consolas, courier, monospace; 7240 font-family: consolas, courier, monospace;
7094 font-size: 1em; 7241 font-size: 1em;
7095 line-height: 1.2em; 7242 line-height: 1.2em;
7096 white-space: nowrap; 7243 white-space: nowrap;
7097 } 7244 }
7098 7245
7099 a { 7246 a {
7100 color: #0489c3; 7247 color: #0489c3;
7101 text-decoration: none; 7248 text-decoration: none;
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
7388 display: table-row; 7535 display: table-row;
7389 } 7536 }
7390 7537
7391 .memberName, .memberValue { 7538 .memberName, .memberValue {
7392 display: table-cell; 7539 display: table-cell;
7393 vertical-align: top; 7540 vertical-align: top;
7394 padding: 3px 0 3px 1em; 7541 padding: 3px 0 3px 1em;
7395 font: 400 14px 'Montserrat', sans-serif; 7542 font: 400 14px 'Montserrat', sans-serif;
7396 } 7543 }
7397 7544
7545 .memberSmall {
7546 display: table-cell;
7547 vertical-align: top;
7548 padding: 3px 0 3px 1em;
7549 font: 400 12px 'Montserrat', sans-serif;
7550 }
7551
7398 .monospace { 7552 .monospace {
7399 font-family: consolas, courier, monospace; 7553 font-family: consolas, courier, monospace;
7400 font-size: 1em; 7554 font-size: 1em;
7401 line-height: 1.2em; 7555 line-height: 1.2em;
7402 white-space: nowrap; 7556 white-space: nowrap;
7403 } 7557 }
7404 7558
7405 a { 7559 a {
7406 color: #0489c3; 7560 color: #0489c3;
7407 text-decoration: none; 7561 text-decoration: none;
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
7656 display: table-row; 7810 display: table-row;
7657 } 7811 }
7658 7812
7659 .memberName, .memberValue { 7813 .memberName, .memberValue {
7660 display: table-cell; 7814 display: table-cell;
7661 vertical-align: top; 7815 vertical-align: top;
7662 padding: 3px 0 3px 1em; 7816 padding: 3px 0 3px 1em;
7663 font: 400 14px 'Montserrat', sans-serif; 7817 font: 400 14px 'Montserrat', sans-serif;
7664 } 7818 }
7665 7819
7820 .memberSmall {
7821 display: table-cell;
7822 vertical-align: top;
7823 padding: 3px 0 3px 1em;
7824 font: 400 12px 'Montserrat', sans-serif;
7825 }
7826
7666 .monospace { 7827 .monospace {
7667 font-family: consolas, courier, monospace; 7828 font-family: consolas, courier, monospace;
7668 font-size: 1em; 7829 font-size: 1em;
7669 line-height: 1.2em; 7830 line-height: 1.2em;
7670 white-space: nowrap; 7831 white-space: nowrap;
7671 } 7832 }
7672 7833
7673 a { 7834 a {
7674 color: #0489c3; 7835 color: #0489c3;
7675 text-decoration: none; 7836 text-decoration: none;
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
7930 display: table-row; 8091 display: table-row;
7931 } 8092 }
7932 8093
7933 .memberName, .memberValue { 8094 .memberName, .memberValue {
7934 display: table-cell; 8095 display: table-cell;
7935 vertical-align: top; 8096 vertical-align: top;
7936 padding: 3px 0 3px 1em; 8097 padding: 3px 0 3px 1em;
7937 font: 400 14px 'Montserrat', sans-serif; 8098 font: 400 14px 'Montserrat', sans-serif;
7938 } 8099 }
7939 8100
8101 .memberSmall {
8102 display: table-cell;
8103 vertical-align: top;
8104 padding: 3px 0 3px 1em;
8105 font: 400 12px 'Montserrat', sans-serif;
8106 }
8107
7940 .monospace { 8108 .monospace {
7941 font-family: consolas, courier, monospace; 8109 font-family: consolas, courier, monospace;
7942 font-size: 1em; 8110 font-size: 1em;
7943 line-height: 1.2em; 8111 line-height: 1.2em;
7944 white-space: nowrap; 8112 white-space: nowrap;
7945 } 8113 }
7946 8114
7947 a { 8115 a {
7948 color: #0489c3; 8116 color: #0489c3;
7949 text-decoration: none; 8117 text-decoration: none;
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
8184 display: table-row; 8352 display: table-row;
8185 } 8353 }
8186 8354
8187 .memberName, .memberValue { 8355 .memberName, .memberValue {
8188 display: table-cell; 8356 display: table-cell;
8189 vertical-align: top; 8357 vertical-align: top;
8190 padding: 3px 0 3px 1em; 8358 padding: 3px 0 3px 1em;
8191 font: 400 14px 'Montserrat', sans-serif; 8359 font: 400 14px 'Montserrat', sans-serif;
8192 } 8360 }
8193 8361
8362 .memberSmall {
8363 display: table-cell;
8364 vertical-align: top;
8365 padding: 3px 0 3px 1em;
8366 font: 400 12px 'Montserrat', sans-serif;
8367 }
8368
8194 .monospace { 8369 .monospace {
8195 font-family: consolas, courier, monospace; 8370 font-family: consolas, courier, monospace;
8196 font-size: 1em; 8371 font-size: 1em;
8197 line-height: 1.2em; 8372 line-height: 1.2em;
8198 white-space: nowrap; 8373 white-space: nowrap;
8199 } 8374 }
8200 8375
8201 a { 8376 a {
8202 color: #0489c3; 8377 color: #0489c3;
8203 text-decoration: none; 8378 text-decoration: none;
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
8485 display: table-row; 8660 display: table-row;
8486 } 8661 }
8487 8662
8488 .memberName, .memberValue { 8663 .memberName, .memberValue {
8489 display: table-cell; 8664 display: table-cell;
8490 vertical-align: top; 8665 vertical-align: top;
8491 padding: 3px 0 3px 1em; 8666 padding: 3px 0 3px 1em;
8492 font: 400 14px 'Montserrat', sans-serif; 8667 font: 400 14px 'Montserrat', sans-serif;
8493 } 8668 }
8494 8669
8670 .memberSmall {
8671 display: table-cell;
8672 vertical-align: top;
8673 padding: 3px 0 3px 1em;
8674 font: 400 12px 'Montserrat', sans-serif;
8675 }
8676
8495 .monospace { 8677 .monospace {
8496 font-family: consolas, courier, monospace; 8678 font-family: consolas, courier, monospace;
8497 font-size: 1em; 8679 font-size: 1em;
8498 line-height: 1.2em; 8680 line-height: 1.2em;
8499 white-space: nowrap; 8681 white-space: nowrap;
8500 } 8682 }
8501 8683
8502 a { 8684 a {
8503 color: #0489c3; 8685 color: #0489c3;
8504 text-decoration: none; 8686 text-decoration: none;
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
8739 display: table-row; 8921 display: table-row;
8740 } 8922 }
8741 8923
8742 .memberName, .memberValue { 8924 .memberName, .memberValue {
8743 display: table-cell; 8925 display: table-cell;
8744 vertical-align: top; 8926 vertical-align: top;
8745 padding: 3px 0 3px 1em; 8927 padding: 3px 0 3px 1em;
8746 font: 400 14px 'Montserrat', sans-serif; 8928 font: 400 14px 'Montserrat', sans-serif;
8747 } 8929 }
8748 8930
8931 .memberSmall {
8932 display: table-cell;
8933 vertical-align: top;
8934 padding: 3px 0 3px 1em;
8935 font: 400 12px 'Montserrat', sans-serif;
8936 }
8937
8749 .monospace { 8938 .monospace {
8750 font-family: consolas, courier, monospace; 8939 font-family: consolas, courier, monospace;
8751 font-size: 1em; 8940 font-size: 1em;
8752 line-height: 1.2em; 8941 line-height: 1.2em;
8753 white-space: nowrap; 8942 white-space: nowrap;
8754 } 8943 }
8755 8944
8756 a { 8945 a {
8757 color: #0489c3; 8946 color: #0489c3;
8758 text-decoration: none; 8947 text-decoration: none;
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
9020 display: table-row; 9209 display: table-row;
9021 } 9210 }
9022 9211
9023 .memberName, .memberValue { 9212 .memberName, .memberValue {
9024 display: table-cell; 9213 display: table-cell;
9025 vertical-align: top; 9214 vertical-align: top;
9026 padding: 3px 0 3px 1em; 9215 padding: 3px 0 3px 1em;
9027 font: 400 14px 'Montserrat', sans-serif; 9216 font: 400 14px 'Montserrat', sans-serif;
9028 } 9217 }
9029 9218
9219 .memberSmall {
9220 display: table-cell;
9221 vertical-align: top;
9222 padding: 3px 0 3px 1em;
9223 font: 400 12px 'Montserrat', sans-serif;
9224 }
9225
9030 .monospace { 9226 .monospace {
9031 font-family: consolas, courier, monospace; 9227 font-family: consolas, courier, monospace;
9032 font-size: 1em; 9228 font-size: 1em;
9033 line-height: 1.2em; 9229 line-height: 1.2em;
9034 white-space: nowrap; 9230 white-space: nowrap;
9035 } 9231 }
9036 9232
9037 a { 9233 a {
9038 color: #0489c3; 9234 color: #0489c3;
9039 text-decoration: none; 9235 text-decoration: none;
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
9274 display: table-row; 9470 display: table-row;
9275 } 9471 }
9276 9472
9277 .memberName, .memberValue { 9473 .memberName, .memberValue {
9278 display: table-cell; 9474 display: table-cell;
9279 vertical-align: top; 9475 vertical-align: top;
9280 padding: 3px 0 3px 1em; 9476 padding: 3px 0 3px 1em;
9281 font: 400 14px 'Montserrat', sans-serif; 9477 font: 400 14px 'Montserrat', sans-serif;
9282 } 9478 }
9283 9479
9480 .memberSmall {
9481 display: table-cell;
9482 vertical-align: top;
9483 padding: 3px 0 3px 1em;
9484 font: 400 12px 'Montserrat', sans-serif;
9485 }
9486
9284 .monospace { 9487 .monospace {
9285 font-family: consolas, courier, monospace; 9488 font-family: consolas, courier, monospace;
9286 font-size: 1em; 9489 font-size: 1em;
9287 line-height: 1.2em; 9490 line-height: 1.2em;
9288 white-space: nowrap; 9491 white-space: nowrap;
9289 } 9492 }
9290 9493
9291 a { 9494 a {
9292 color: #0489c3; 9495 color: #0489c3;
9293 text-decoration: none; 9496 text-decoration: none;
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
9548 display: table-row; 9751 display: table-row;
9549 } 9752 }
9550 9753
9551 .memberName, .memberValue { 9754 .memberName, .memberValue {
9552 display: table-cell; 9755 display: table-cell;
9553 vertical-align: top; 9756 vertical-align: top;
9554 padding: 3px 0 3px 1em; 9757 padding: 3px 0 3px 1em;
9555 font: 400 14px 'Montserrat', sans-serif; 9758 font: 400 14px 'Montserrat', sans-serif;
9556 } 9759 }
9557 9760
9761 .memberSmall {
9762 display: table-cell;
9763 vertical-align: top;
9764 padding: 3px 0 3px 1em;
9765 font: 400 12px 'Montserrat', sans-serif;
9766 }
9767
9558 .monospace { 9768 .monospace {
9559 font-family: consolas, courier, monospace; 9769 font-family: consolas, courier, monospace;
9560 font-size: 1em; 9770 font-size: 1em;
9561 line-height: 1.2em; 9771 line-height: 1.2em;
9562 white-space: nowrap; 9772 white-space: nowrap;
9563 } 9773 }
9564 9774
9565 a { 9775 a {
9566 color: #0489c3; 9776 color: #0489c3;
9567 text-decoration: none; 9777 text-decoration: none;
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
9891 display: table-row; 10101 display: table-row;
9892 } 10102 }
9893 10103
9894 .memberName, .memberValue { 10104 .memberName, .memberValue {
9895 display: table-cell; 10105 display: table-cell;
9896 vertical-align: top; 10106 vertical-align: top;
9897 padding: 3px 0 3px 1em; 10107 padding: 3px 0 3px 1em;
9898 font: 400 14px 'Montserrat', sans-serif; 10108 font: 400 14px 'Montserrat', sans-serif;
9899 } 10109 }
9900 10110
10111 .memberSmall {
10112 display: table-cell;
10113 vertical-align: top;
10114 padding: 3px 0 3px 1em;
10115 font: 400 12px 'Montserrat', sans-serif;
10116 }
10117
9901 .monospace { 10118 .monospace {
9902 font-family: consolas, courier, monospace; 10119 font-family: consolas, courier, monospace;
9903 font-size: 1em; 10120 font-size: 1em;
9904 line-height: 1.2em; 10121 line-height: 1.2em;
9905 white-space: nowrap; 10122 white-space: nowrap;
9906 } 10123 }
9907 10124
9908 a { 10125 a {
9909 color: #0489c3; 10126 color: #0489c3;
9910 text-decoration: none; 10127 text-decoration: none;
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
10145 display: table-row; 10362 display: table-row;
10146 } 10363 }
10147 10364
10148 .memberName, .memberValue { 10365 .memberName, .memberValue {
10149 display: table-cell; 10366 display: table-cell;
10150 vertical-align: top; 10367 vertical-align: top;
10151 padding: 3px 0 3px 1em; 10368 padding: 3px 0 3px 1em;
10152 font: 400 14px 'Montserrat', sans-serif; 10369 font: 400 14px 'Montserrat', sans-serif;
10153 } 10370 }
10154 10371
10372 .memberSmall {
10373 display: table-cell;
10374 vertical-align: top;
10375 padding: 3px 0 3px 1em;
10376 font: 400 12px 'Montserrat', sans-serif;
10377 }
10378
10155 .monospace { 10379 .monospace {
10156 font-family: consolas, courier, monospace; 10380 font-family: consolas, courier, monospace;
10157 font-size: 1em; 10381 font-size: 1em;
10158 line-height: 1.2em; 10382 line-height: 1.2em;
10159 white-space: nowrap; 10383 white-space: nowrap;
10160 } 10384 }
10161 10385
10162 a { 10386 a {
10163 color: #0489c3; 10387 color: #0489c3;
10164 text-decoration: none; 10388 text-decoration: none;
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
10419 display: table-row; 10643 display: table-row;
10420 } 10644 }
10421 10645
10422 .memberName, .memberValue { 10646 .memberName, .memberValue {
10423 display: table-cell; 10647 display: table-cell;
10424 vertical-align: top; 10648 vertical-align: top;
10425 padding: 3px 0 3px 1em; 10649 padding: 3px 0 3px 1em;
10426 font: 400 14px 'Montserrat', sans-serif; 10650 font: 400 14px 'Montserrat', sans-serif;
10427 } 10651 }
10428 10652
10653 .memberSmall {
10654 display: table-cell;
10655 vertical-align: top;
10656 padding: 3px 0 3px 1em;
10657 font: 400 12px 'Montserrat', sans-serif;
10658 }
10659
10429 .monospace { 10660 .monospace {
10430 font-family: consolas, courier, monospace; 10661 font-family: consolas, courier, monospace;
10431 font-size: 1em; 10662 font-size: 1em;
10432 line-height: 1.2em; 10663 line-height: 1.2em;
10433 white-space: nowrap; 10664 white-space: nowrap;
10434 } 10665 }
10435 10666
10436 a { 10667 a {
10437 color: #0489c3; 10668 color: #0489c3;
10438 text-decoration: none; 10669 text-decoration: none;
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
10692 display: table-row; 10923 display: table-row;
10693 } 10924 }
10694 10925
10695 .memberName, .memberValue { 10926 .memberName, .memberValue {
10696 display: table-cell; 10927 display: table-cell;
10697 vertical-align: top; 10928 vertical-align: top;
10698 padding: 3px 0 3px 1em; 10929 padding: 3px 0 3px 1em;
10699 font: 400 14px 'Montserrat', sans-serif; 10930 font: 400 14px 'Montserrat', sans-serif;
10700 } 10931 }
10701 10932
10933 .memberSmall {
10934 display: table-cell;
10935 vertical-align: top;
10936 padding: 3px 0 3px 1em;
10937 font: 400 12px 'Montserrat', sans-serif;
10938 }
10939
10702 .monospace { 10940 .monospace {
10703 font-family: consolas, courier, monospace; 10941 font-family: consolas, courier, monospace;
10704 font-size: 1em; 10942 font-size: 1em;
10705 line-height: 1.2em; 10943 line-height: 1.2em;
10706 white-space: nowrap; 10944 white-space: nowrap;
10707 } 10945 }
10708 10946
10709 a { 10947 a {
10710 color: #0489c3; 10948 color: #0489c3;
10711 text-decoration: none; 10949 text-decoration: none;
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
10946 display: table-row; 11184 display: table-row;
10947 } 11185 }
10948 11186
10949 .memberName, .memberValue { 11187 .memberName, .memberValue {
10950 display: table-cell; 11188 display: table-cell;
10951 vertical-align: top; 11189 vertical-align: top;
10952 padding: 3px 0 3px 1em; 11190 padding: 3px 0 3px 1em;
10953 font: 400 14px 'Montserrat', sans-serif; 11191 font: 400 14px 'Montserrat', sans-serif;
10954 } 11192 }
10955 11193
11194 .memberSmall {
11195 display: table-cell;
11196 vertical-align: top;
11197 padding: 3px 0 3px 1em;
11198 font: 400 12px 'Montserrat', sans-serif;
11199 }
11200
10956 .monospace { 11201 .monospace {
10957 font-family: consolas, courier, monospace; 11202 font-family: consolas, courier, monospace;
10958 font-size: 1em; 11203 font-size: 1em;
10959 line-height: 1.2em; 11204 line-height: 1.2em;
10960 white-space: nowrap; 11205 white-space: nowrap;
10961 } 11206 }
10962 11207
10963 a { 11208 a {
10964 color: #0489c3; 11209 color: #0489c3;
10965 text-decoration: none; 11210 text-decoration: none;
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
11220 display: table-row; 11465 display: table-row;
11221 } 11466 }
11222 11467
11223 .memberName, .memberValue { 11468 .memberName, .memberValue {
11224 display: table-cell; 11469 display: table-cell;
11225 vertical-align: top; 11470 vertical-align: top;
11226 padding: 3px 0 3px 1em; 11471 padding: 3px 0 3px 1em;
11227 font: 400 14px 'Montserrat', sans-serif; 11472 font: 400 14px 'Montserrat', sans-serif;
11228 } 11473 }
11229 11474
11475 .memberSmall {
11476 display: table-cell;
11477 vertical-align: top;
11478 padding: 3px 0 3px 1em;
11479 font: 400 12px 'Montserrat', sans-serif;
11480 }
11481
11230 .monospace { 11482 .monospace {
11231 font-family: consolas, courier, monospace; 11483 font-family: consolas, courier, monospace;
11232 font-size: 1em; 11484 font-size: 1em;
11233 line-height: 1.2em; 11485 line-height: 1.2em;
11234 white-space: nowrap; 11486 white-space: nowrap;
11235 } 11487 }
11236 11488
11237 a { 11489 a {
11238 color: #0489c3; 11490 color: #0489c3;
11239 text-decoration: none; 11491 text-decoration: none;
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
11501 display: table-row; 11753 display: table-row;
11502 } 11754 }
11503 11755
11504 .memberName, .memberValue { 11756 .memberName, .memberValue {
11505 display: table-cell; 11757 display: table-cell;
11506 vertical-align: top; 11758 vertical-align: top;
11507 padding: 3px 0 3px 1em; 11759 padding: 3px 0 3px 1em;
11508 font: 400 14px 'Montserrat', sans-serif; 11760 font: 400 14px 'Montserrat', sans-serif;
11509 } 11761 }
11510 11762
11763 .memberSmall {
11764 display: table-cell;
11765 vertical-align: top;
11766 padding: 3px 0 3px 1em;
11767 font: 400 12px 'Montserrat', sans-serif;
11768 }
11769
11511 .monospace { 11770 .monospace {
11512 font-family: consolas, courier, monospace; 11771 font-family: consolas, courier, monospace;
11513 font-size: 1em; 11772 font-size: 1em;
11514 line-height: 1.2em; 11773 line-height: 1.2em;
11515 white-space: nowrap; 11774 white-space: nowrap;
11516 } 11775 }
11517 11776
11518 a { 11777 a {
11519 color: #0489c3; 11778 color: #0489c3;
11520 text-decoration: none; 11779 text-decoration: none;
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
11775 display: table-row; 12034 display: table-row;
11776 } 12035 }
11777 12036
11778 .memberName, .memberValue { 12037 .memberName, .memberValue {
11779 display: table-cell; 12038 display: table-cell;
11780 vertical-align: top; 12039 vertical-align: top;
11781 padding: 3px 0 3px 1em; 12040 padding: 3px 0 3px 1em;
11782 font: 400 14px 'Montserrat', sans-serif; 12041 font: 400 14px 'Montserrat', sans-serif;
11783 } 12042 }
11784 12043
12044 .memberSmall {
12045 display: table-cell;
12046 vertical-align: top;
12047 padding: 3px 0 3px 1em;
12048 font: 400 12px 'Montserrat', sans-serif;
12049 }
12050
11785 .monospace { 12051 .monospace {
11786 font-family: consolas, courier, monospace; 12052 font-family: consolas, courier, monospace;
11787 font-size: 1em; 12053 font-size: 1em;
11788 line-height: 1.2em; 12054 line-height: 1.2em;
11789 white-space: nowrap; 12055 white-space: nowrap;
11790 } 12056 }
11791 12057
11792 a { 12058 a {
11793 color: #0489c3; 12059 color: #0489c3;
11794 text-decoration: none; 12060 text-decoration: none;
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
12034 display: table-row; 12300 display: table-row;
12035 } 12301 }
12036 12302
12037 .memberName, .memberValue { 12303 .memberName, .memberValue {
12038 display: table-cell; 12304 display: table-cell;
12039 vertical-align: top; 12305 vertical-align: top;
12040 padding: 3px 0 3px 1em; 12306 padding: 3px 0 3px 1em;
12041 font: 400 14px 'Montserrat', sans-serif; 12307 font: 400 14px 'Montserrat', sans-serif;
12042 } 12308 }
12043 12309
12310 .memberSmall {
12311 display: table-cell;
12312 vertical-align: top;
12313 padding: 3px 0 3px 1em;
12314 font: 400 12px 'Montserrat', sans-serif;
12315 }
12316
12044 .monospace { 12317 .monospace {
12045 font-family: consolas, courier, monospace; 12318 font-family: consolas, courier, monospace;
12046 font-size: 1em; 12319 font-size: 1em;
12047 line-height: 1.2em; 12320 line-height: 1.2em;
12048 white-space: nowrap; 12321 white-space: nowrap;
12049 } 12322 }
12050 12323
12051 a { 12324 a {
12052 color: #0489c3; 12325 color: #0489c3;
12053 text-decoration: none; 12326 text-decoration: none;
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
12361 display: table-row; 12634 display: table-row;
12362 } 12635 }
12363 12636
12364 .memberName, .memberValue { 12637 .memberName, .memberValue {
12365 display: table-cell; 12638 display: table-cell;
12366 vertical-align: top; 12639 vertical-align: top;
12367 padding: 3px 0 3px 1em; 12640 padding: 3px 0 3px 1em;
12368 font: 400 14px 'Montserrat', sans-serif; 12641 font: 400 14px 'Montserrat', sans-serif;
12369 } 12642 }
12370 12643
12644 .memberSmall {
12645 display: table-cell;
12646 vertical-align: top;
12647 padding: 3px 0 3px 1em;
12648 font: 400 12px 'Montserrat', sans-serif;
12649 }
12650
12371 .monospace { 12651 .monospace {
12372 font-family: consolas, courier, monospace; 12652 font-family: consolas, courier, monospace;
12373 font-size: 1em; 12653 font-size: 1em;
12374 line-height: 1.2em; 12654 line-height: 1.2em;
12375 white-space: nowrap; 12655 white-space: nowrap;
12376 } 12656 }
12377 12657
12378 a { 12658 a {
12379 color: #0489c3; 12659 color: #0489c3;
12380 text-decoration: none; 12660 text-decoration: none;
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
12623 display: table-row; 12903 display: table-row;
12624 } 12904 }
12625 12905
12626 .memberName, .memberValue { 12906 .memberName, .memberValue {
12627 display: table-cell; 12907 display: table-cell;
12628 vertical-align: top; 12908 vertical-align: top;
12629 padding: 3px 0 3px 1em; 12909 padding: 3px 0 3px 1em;
12630 font: 400 14px 'Montserrat', sans-serif; 12910 font: 400 14px 'Montserrat', sans-serif;
12631 } 12911 }
12632 12912
12913 .memberSmall {
12914 display: table-cell;
12915 vertical-align: top;
12916 padding: 3px 0 3px 1em;
12917 font: 400 12px 'Montserrat', sans-serif;
12918 }
12919
12633 .monospace { 12920 .monospace {
12634 font-family: consolas, courier, monospace; 12921 font-family: consolas, courier, monospace;
12635 font-size: 1em; 12922 font-size: 1em;
12636 line-height: 1.2em; 12923 line-height: 1.2em;
12637 white-space: nowrap; 12924 white-space: nowrap;
12638 } 12925 }
12639 12926
12640 a { 12927 a {
12641 color: #0489c3; 12928 color: #0489c3;
12642 text-decoration: none; 12929 text-decoration: none;
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
12978 display: table-row; 13265 display: table-row;
12979 } 13266 }
12980 13267
12981 .memberName, .memberValue { 13268 .memberName, .memberValue {
12982 display: table-cell; 13269 display: table-cell;
12983 vertical-align: top; 13270 vertical-align: top;
12984 padding: 3px 0 3px 1em; 13271 padding: 3px 0 3px 1em;
12985 font: 400 14px 'Montserrat', sans-serif; 13272 font: 400 14px 'Montserrat', sans-serif;
12986 } 13273 }
12987 13274
13275 .memberSmall {
13276 display: table-cell;
13277 vertical-align: top;
13278 padding: 3px 0 3px 1em;
13279 font: 400 12px 'Montserrat', sans-serif;
13280 }
13281
12988 .monospace { 13282 .monospace {
12989 font-family: consolas, courier, monospace; 13283 font-family: consolas, courier, monospace;
12990 font-size: 1em; 13284 font-size: 1em;
12991 line-height: 1.2em; 13285 line-height: 1.2em;
12992 white-space: nowrap; 13286 white-space: nowrap;
12993 } 13287 }
12994 13288
12995 a { 13289 a {
12996 color: #0489c3; 13290 color: #0489c3;
12997 text-decoration: none; 13291 text-decoration: none;
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
13320 display: table-row; 13614 display: table-row;
13321 } 13615 }
13322 13616
13323 .memberName, .memberValue { 13617 .memberName, .memberValue {
13324 display: table-cell; 13618 display: table-cell;
13325 vertical-align: top; 13619 vertical-align: top;
13326 padding: 3px 0 3px 1em; 13620 padding: 3px 0 3px 1em;
13327 font: 400 14px 'Montserrat', sans-serif; 13621 font: 400 14px 'Montserrat', sans-serif;
13328 } 13622 }
13329 13623
13624 .memberSmall {
13625 display: table-cell;
13626 vertical-align: top;
13627 padding: 3px 0 3px 1em;
13628 font: 400 12px 'Montserrat', sans-serif;
13629 }
13630
13330 .monospace { 13631 .monospace {
13331 font-family: consolas, courier, monospace; 13632 font-family: consolas, courier, monospace;
13332 font-size: 1em; 13633 font-size: 1em;
13333 line-height: 1.2em; 13634 line-height: 1.2em;
13334 white-space: nowrap; 13635 white-space: nowrap;
13335 } 13636 }
13336 13637
13337 a { 13638 a {
13338 color: #0489c3; 13639 color: #0489c3;
13339 text-decoration: none; 13640 text-decoration: none;
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
13709 display: table-row; 14010 display: table-row;
13710 } 14011 }
13711 14012
13712 .memberName, .memberValue { 14013 .memberName, .memberValue {
13713 display: table-cell; 14014 display: table-cell;
13714 vertical-align: top; 14015 vertical-align: top;
13715 padding: 3px 0 3px 1em; 14016 padding: 3px 0 3px 1em;
13716 font: 400 14px 'Montserrat', sans-serif; 14017 font: 400 14px 'Montserrat', sans-serif;
13717 } 14018 }
13718 14019
14020 .memberSmall {
14021 display: table-cell;
14022 vertical-align: top;
14023 padding: 3px 0 3px 1em;
14024 font: 400 12px 'Montserrat', sans-serif;
14025 }
14026
13719 .monospace { 14027 .monospace {
13720 font-family: consolas, courier, monospace; 14028 font-family: consolas, courier, monospace;
13721 font-size: 1em; 14029 font-size: 1em;
13722 line-height: 1.2em; 14030 line-height: 1.2em;
13723 white-space: nowrap; 14031 white-space: nowrap;
13724 } 14032 }
13725 14033
13726 a { 14034 a {
13727 color: #0489c3; 14035 color: #0489c3;
13728 text-decoration: none; 14036 text-decoration: none;
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
14162 display: table-row; 14470 display: table-row;
14163 } 14471 }
14164 14472
14165 .memberName, .memberValue { 14473 .memberName, .memberValue {
14166 display: table-cell; 14474 display: table-cell;
14167 vertical-align: top; 14475 vertical-align: top;
14168 padding: 3px 0 3px 1em; 14476 padding: 3px 0 3px 1em;
14169 font: 400 14px 'Montserrat', sans-serif; 14477 font: 400 14px 'Montserrat', sans-serif;
14170 } 14478 }
14171 14479
14480 .memberSmall {
14481 display: table-cell;
14482 vertical-align: top;
14483 padding: 3px 0 3px 1em;
14484 font: 400 12px 'Montserrat', sans-serif;
14485 }
14486
14172 .monospace { 14487 .monospace {
14173 font-family: consolas, courier, monospace; 14488 font-family: consolas, courier, monospace;
14174 font-size: 1em; 14489 font-size: 1em;
14175 line-height: 1.2em; 14490 line-height: 1.2em;
14176 white-space: nowrap; 14491 white-space: nowrap;
14177 } 14492 }
14178 14493
14179 a { 14494 a {
14180 color: #0489c3; 14495 color: #0489c3;
14181 text-decoration: none; 14496 text-decoration: none;
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
14565 display: table-row; 14880 display: table-row;
14566 } 14881 }
14567 14882
14568 .memberName, .memberValue { 14883 .memberName, .memberValue {
14569 display: table-cell; 14884 display: table-cell;
14570 vertical-align: top; 14885 vertical-align: top;
14571 padding: 3px 0 3px 1em; 14886 padding: 3px 0 3px 1em;
14572 font: 400 14px 'Montserrat', sans-serif; 14887 font: 400 14px 'Montserrat', sans-serif;
14573 } 14888 }
14574 14889
14890 .memberSmall {
14891 display: table-cell;
14892 vertical-align: top;
14893 padding: 3px 0 3px 1em;
14894 font: 400 12px 'Montserrat', sans-serif;
14895 }
14896
14575 .monospace { 14897 .monospace {
14576 font-family: consolas, courier, monospace; 14898 font-family: consolas, courier, monospace;
14577 font-size: 1em; 14899 font-size: 1em;
14578 line-height: 1.2em; 14900 line-height: 1.2em;
14579 white-space: nowrap; 14901 white-space: nowrap;
14580 } 14902 }
14581 14903
14582 a { 14904 a {
14583 color: #0489c3; 14905 color: #0489c3;
14584 text-decoration: none; 14906 text-decoration: none;
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
15076 display: table-row; 15398 display: table-row;
15077 } 15399 }
15078 15400
15079 .memberName, .memberValue { 15401 .memberName, .memberValue {
15080 display: table-cell; 15402 display: table-cell;
15081 vertical-align: top; 15403 vertical-align: top;
15082 padding: 3px 0 3px 1em; 15404 padding: 3px 0 3px 1em;
15083 font: 400 14px 'Montserrat', sans-serif; 15405 font: 400 14px 'Montserrat', sans-serif;
15084 } 15406 }
15085 15407
15408 .memberSmall {
15409 display: table-cell;
15410 vertical-align: top;
15411 padding: 3px 0 3px 1em;
15412 font: 400 12px 'Montserrat', sans-serif;
15413 }
15414
15086 .monospace { 15415 .monospace {
15087 font-family: consolas, courier, monospace; 15416 font-family: consolas, courier, monospace;
15088 font-size: 1em; 15417 font-size: 1em;
15089 line-height: 1.2em; 15418 line-height: 1.2em;
15090 white-space: nowrap; 15419 white-space: nowrap;
15091 } 15420 }
15092 15421
15093 a { 15422 a {
15094 color: #0489c3; 15423 color: #0489c3;
15095 text-decoration: none; 15424 text-decoration: none;
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
15511 display: table-row; 15840 display: table-row;
15512 } 15841 }
15513 15842
15514 .memberName, .memberValue { 15843 .memberName, .memberValue {
15515 display: table-cell; 15844 display: table-cell;
15516 vertical-align: top; 15845 vertical-align: top;
15517 padding: 3px 0 3px 1em; 15846 padding: 3px 0 3px 1em;
15518 font: 400 14px 'Montserrat', sans-serif; 15847 font: 400 14px 'Montserrat', sans-serif;
15519 } 15848 }
15520 15849
15850 .memberSmall {
15851 display: table-cell;
15852 vertical-align: top;
15853 padding: 3px 0 3px 1em;
15854 font: 400 12px 'Montserrat', sans-serif;
15855 }
15856
15521 .monospace { 15857 .monospace {
15522 font-family: consolas, courier, monospace; 15858 font-family: consolas, courier, monospace;
15523 font-size: 1em; 15859 font-size: 1em;
15524 line-height: 1.2em; 15860 line-height: 1.2em;
15525 white-space: nowrap; 15861 white-space: nowrap;
15526 } 15862 }
15527 15863
15528 a { 15864 a {
15529 color: #0489c3; 15865 color: #0489c3;
15530 text-decoration: none; 15866 text-decoration: none;
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
15793 display: table-row; 16129 display: table-row;
15794 } 16130 }
15795 16131
15796 .memberName, .memberValue { 16132 .memberName, .memberValue {
15797 display: table-cell; 16133 display: table-cell;
15798 vertical-align: top; 16134 vertical-align: top;
15799 padding: 3px 0 3px 1em; 16135 padding: 3px 0 3px 1em;
15800 font: 400 14px 'Montserrat', sans-serif; 16136 font: 400 14px 'Montserrat', sans-serif;
15801 } 16137 }
15802 16138
16139 .memberSmall {
16140 display: table-cell;
16141 vertical-align: top;
16142 padding: 3px 0 3px 1em;
16143 font: 400 12px 'Montserrat', sans-serif;
16144 }
16145
15803 .monospace { 16146 .monospace {
15804 font-family: consolas, courier, monospace; 16147 font-family: consolas, courier, monospace;
15805 font-size: 1em; 16148 font-size: 1em;
15806 line-height: 1.2em; 16149 line-height: 1.2em;
15807 white-space: nowrap; 16150 white-space: nowrap;
15808 } 16151 }
15809 16152
15810 a { 16153 a {
15811 color: #0489c3; 16154 color: #0489c3;
15812 text-decoration: none; 16155 text-decoration: none;
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
16078 display: table-row; 16421 display: table-row;
16079 } 16422 }
16080 16423
16081 .memberName, .memberValue { 16424 .memberName, .memberValue {
16082 display: table-cell; 16425 display: table-cell;
16083 vertical-align: top; 16426 vertical-align: top;
16084 padding: 3px 0 3px 1em; 16427 padding: 3px 0 3px 1em;
16085 font: 400 14px 'Montserrat', sans-serif; 16428 font: 400 14px 'Montserrat', sans-serif;
16086 } 16429 }
16087 16430
16431 .memberSmall {
16432 display: table-cell;
16433 vertical-align: top;
16434 padding: 3px 0 3px 1em;
16435 font: 400 12px 'Montserrat', sans-serif;
16436 }
16437
16088 .monospace { 16438 .monospace {
16089 font-family: consolas, courier, monospace; 16439 font-family: consolas, courier, monospace;
16090 font-size: 1em; 16440 font-size: 1em;
16091 line-height: 1.2em; 16441 line-height: 1.2em;
16092 white-space: nowrap; 16442 white-space: nowrap;
16093 } 16443 }
16094 16444
16095 a { 16445 a {
16096 color: #0489c3; 16446 color: #0489c3;
16097 text-decoration: none; 16447 text-decoration: none;
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
16342 </template> 16692 </template>
16343 </ul> 16693 </ul>
16344 </template> 16694 </template>
16345 </polymer-element> 16695 </polymer-element>
16346 16696
16347 <polymer-element name="service-view" extends="observatory-element"> 16697 <polymer-element name="service-view" extends="observatory-element">
16348 <!-- This element explicitly manages the child elements to avoid setting 16698 <!-- This element explicitly manages the child elements to avoid setting
16349 an observable property on the old element to an invalid type. --> 16699 an observable property on the old element to an invalid type. -->
16350 </polymer-element> 16700 </polymer-element>
16351 16701
16702 <polymer-element name="trace-view" extends="observatory-element">
16703 <template>
16704 <style>
16705 /* Global styles */
16706 * {
16707 margin: 0;
16708 padding: 0;
16709 font: 400 14px 'Montserrat', sans-serif;
16710 color: #333;
16711 box-sizing: border-box;
16712 }
16713
16714 .content {
16715 padding-left: 10%;
16716 font: 400 14px 'Montserrat', sans-serif;
16717 }
16718
16719 .content-centered {
16720 padding-left: 10%;
16721 padding-right: 10%;
16722 font: 400 14px 'Montserrat', sans-serif;
16723 }
16724
16725 .content-centered-big {
16726 padding-left: 5%;
16727 padding-right: 5%;
16728 font: 400 14px 'Montserrat', sans-serif;
16729 }
16730
16731 h1 {
16732 font: 400 18px 'Montserrat', sans-serif;
16733 }
16734
16735 .memberList {
16736 display: table;
16737 }
16738
16739 .memberItem {
16740 display: table-row;
16741 }
16742
16743 .memberName, .memberValue {
16744 display: table-cell;
16745 vertical-align: top;
16746 padding: 3px 0 3px 1em;
16747 font: 400 14px 'Montserrat', sans-serif;
16748 }
16749
16750 .memberSmall {
16751 display: table-cell;
16752 vertical-align: top;
16753 padding: 3px 0 3px 1em;
16754 font: 400 12px 'Montserrat', sans-serif;
16755 }
16756
16757 .monospace {
16758 font-family: consolas, courier, monospace;
16759 font-size: 1em;
16760 line-height: 1.2em;
16761 white-space: nowrap;
16762 }
16763
16764 a {
16765 color: #0489c3;
16766 text-decoration: none;
16767 }
16768
16769 a:hover {
16770 text-decoration: underline;
16771 }
16772
16773 em {
16774 color: inherit;
16775 font-style: italic;
16776 }
16777
16778 b {
16779 color: inherit;
16780 font-weight: bold;
16781 }
16782
16783 hr {
16784 margin-top: 20px;
16785 margin-bottom: 20px;
16786 border: 0;
16787 border-top: 1px solid #eee;
16788 height: 0;
16789 box-sizing: content-box;
16790 }
16791
16792 .list-group {
16793 padding-left: 0;
16794 margin-bottom: 20px;
16795 }
16796
16797 .list-group-item {
16798 position: relative;
16799 display: block;
16800 padding: 10px 15px;
16801 margin-bottom: -1px;
16802 background-color: #fff;
16803 }
16804
16805 .list-group-item:first-child {
16806 /* rounded top corners */
16807 border-top-right-radius:4px;
16808 border-top-left-radius:4px;
16809 }
16810
16811 .list-group-item:last-child {
16812 margin-bottom: 0;
16813 /* rounded bottom corners */
16814 border-bottom-right-radius: 4px;
16815 border-bottom-left-radius:4px;
16816 }
16817
16818 /* Flex row container */
16819 .flex-row {
16820 display: flex;
16821 flex-direction: row;
16822 }
16823
16824 /* Flex column container */
16825 .flex-column {
16826 display: flex;
16827 flex-direction: column;
16828 }
16829
16830 .flex-item-fit {
16831 flex-grow: 1;
16832 flex-shrink: 1;
16833 flex-basis: auto;
16834 }
16835
16836 .flex-item-no-shrink {
16837 flex-grow: 0;
16838 flex-shrink: 0;
16839 flex-basis: auto;
16840 }
16841
16842 .flex-item-fill {
16843 flex-grow: 0;
16844 flex-shrink: 1; /* shrink when pressured */
16845 flex-basis: 100%; /* try and take 100% */
16846 }
16847
16848 .flex-item-fixed-1-12 {
16849 flex-grow: 0;
16850 flex-shrink: 0;
16851 flex-basis: 8.3%;
16852 }
16853
16854 .flex-item-fixed-2-12 {
16855 flex-grow: 0;
16856 flex-shrink: 0;
16857 flex-basis: 16.6%;
16858 }
16859
16860 .flex-item-fixed-4-12 {
16861 flex-grow: 0;
16862 flex-shrink: 0;
16863 flex-basis: 33.3333%;
16864 }
16865
16866 .flex-item-fixed-6-12, .flex-item-50-percent {
16867 flex-grow: 0;
16868 flex-shrink: 0;
16869 flex-basis: 50%;
16870 }
16871
16872 .flex-item-fixed-8-12 {
16873 flex-grow: 0;
16874 flex-shrink: 0;
16875 flex-basis: 66.6666%;
16876 }
16877
16878 .flex-item-fixed-9-12 {
16879 flex-grow: 0;
16880 flex-shrink: 0;
16881 flex-basis: 75%;
16882 }
16883
16884
16885 .flex-item-fixed-12-12 {
16886 flex-grow: 0;
16887 flex-shrink: 0;
16888 flex-basis: 100%;
16889 }
16890
16891 .flex-item-10-percent {
16892 flex-grow: 0;
16893 flex-shrink: 0;
16894 flex-basis: 10%;
16895 }
16896
16897 .flex-item-15-percent {
16898 flex-grow: 0;
16899 flex-shrink: 0;
16900 flex-basis: 15%;
16901 }
16902
16903 .flex-item-20-percent {
16904 flex-grow: 0;
16905 flex-shrink: 0;
16906 flex-basis: 20%;
16907 }
16908
16909 .flex-item-30-percent {
16910 flex-grow: 0;
16911 flex-shrink: 0;
16912 flex-basis: 30%;
16913 }
16914
16915 .flex-item-40-percent {
16916 flex-grow: 0;
16917 flex-shrink: 0;
16918 flex-basis: 40%;
16919 }
16920
16921 .flex-item-50-percent {
16922 flex-grow: 0;
16923 flex-shrink: 0;
16924 flex-basis: 50%;
16925 }
16926
16927 .flex-item-60-percent {
16928 flex-grow: 0;
16929 flex-shrink: 0;
16930 flex-basis: 60%;
16931 }
16932
16933 .flex-item-70-percent {
16934 flex-grow: 0;
16935 flex-shrink: 0;
16936 flex-basis: 70%;
16937 }
16938
16939 .flex-item-80-percent {
16940 flex-grow: 0;
16941 flex-shrink: 0;
16942 flex-basis: 80%;
16943 }
16944
16945 .well {
16946 min-height: 20px;
16947 padding: 19px;
16948 margin-bottom: 20px;
16949 background-color: #f5f5f5;
16950 border: 1px solid #e3e3e3;
16951 border-radius: 4px;
16952 box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
16953 }
16954
16955 .break-wrap {
16956 word-wrap: break-word;
16957 }
16958 </style>
16959
16960 <template if="{{ tracer != null }}">
16961 <div class="memberList">
16962 <template repeat="{{ event in tracer.events }}">
16963 <div class="memberItem">
16964 <div class="memberSmall">
16965 {{ event.timeStamp }}
16966 </div>
16967 <div class="memberSmall">
16968 {{ event.message }}
16969 <template if="{{ event.map != null }}">
16970 <br>
16971 <map-viewer map="{{ event.map }}"></map-viewer>
16972 </template>
16973 </div>
16974 </div>
16975 </template>
16976 </div>
16977 <br>
16978 <br>
16979 <br>
16980 </template>
16981 </template>
16982 </polymer-element>
16983
16984 <polymer-element name="map-viewer" extends="observatory-element">
16985 <template>
16986 <style>
16987 /* Global styles */
16988 * {
16989 margin: 0;
16990 padding: 0;
16991 font: 400 14px 'Montserrat', sans-serif;
16992 color: #333;
16993 box-sizing: border-box;
16994 }
16995
16996 .content {
16997 padding-left: 10%;
16998 font: 400 14px 'Montserrat', sans-serif;
16999 }
17000
17001 .content-centered {
17002 padding-left: 10%;
17003 padding-right: 10%;
17004 font: 400 14px 'Montserrat', sans-serif;
17005 }
17006
17007 .content-centered-big {
17008 padding-left: 5%;
17009 padding-right: 5%;
17010 font: 400 14px 'Montserrat', sans-serif;
17011 }
17012
17013 h1 {
17014 font: 400 18px 'Montserrat', sans-serif;
17015 }
17016
17017 .memberList {
17018 display: table;
17019 }
17020
17021 .memberItem {
17022 display: table-row;
17023 }
17024
17025 .memberName, .memberValue {
17026 display: table-cell;
17027 vertical-align: top;
17028 padding: 3px 0 3px 1em;
17029 font: 400 14px 'Montserrat', sans-serif;
17030 }
17031
17032 .memberSmall {
17033 display: table-cell;
17034 vertical-align: top;
17035 padding: 3px 0 3px 1em;
17036 font: 400 12px 'Montserrat', sans-serif;
17037 }
17038
17039 .monospace {
17040 font-family: consolas, courier, monospace;
17041 font-size: 1em;
17042 line-height: 1.2em;
17043 white-space: nowrap;
17044 }
17045
17046 a {
17047 color: #0489c3;
17048 text-decoration: none;
17049 }
17050
17051 a:hover {
17052 text-decoration: underline;
17053 }
17054
17055 em {
17056 color: inherit;
17057 font-style: italic;
17058 }
17059
17060 b {
17061 color: inherit;
17062 font-weight: bold;
17063 }
17064
17065 hr {
17066 margin-top: 20px;
17067 margin-bottom: 20px;
17068 border: 0;
17069 border-top: 1px solid #eee;
17070 height: 0;
17071 box-sizing: content-box;
17072 }
17073
17074 .list-group {
17075 padding-left: 0;
17076 margin-bottom: 20px;
17077 }
17078
17079 .list-group-item {
17080 position: relative;
17081 display: block;
17082 padding: 10px 15px;
17083 margin-bottom: -1px;
17084 background-color: #fff;
17085 }
17086
17087 .list-group-item:first-child {
17088 /* rounded top corners */
17089 border-top-right-radius:4px;
17090 border-top-left-radius:4px;
17091 }
17092
17093 .list-group-item:last-child {
17094 margin-bottom: 0;
17095 /* rounded bottom corners */
17096 border-bottom-right-radius: 4px;
17097 border-bottom-left-radius:4px;
17098 }
17099
17100 /* Flex row container */
17101 .flex-row {
17102 display: flex;
17103 flex-direction: row;
17104 }
17105
17106 /* Flex column container */
17107 .flex-column {
17108 display: flex;
17109 flex-direction: column;
17110 }
17111
17112 .flex-item-fit {
17113 flex-grow: 1;
17114 flex-shrink: 1;
17115 flex-basis: auto;
17116 }
17117
17118 .flex-item-no-shrink {
17119 flex-grow: 0;
17120 flex-shrink: 0;
17121 flex-basis: auto;
17122 }
17123
17124 .flex-item-fill {
17125 flex-grow: 0;
17126 flex-shrink: 1; /* shrink when pressured */
17127 flex-basis: 100%; /* try and take 100% */
17128 }
17129
17130 .flex-item-fixed-1-12 {
17131 flex-grow: 0;
17132 flex-shrink: 0;
17133 flex-basis: 8.3%;
17134 }
17135
17136 .flex-item-fixed-2-12 {
17137 flex-grow: 0;
17138 flex-shrink: 0;
17139 flex-basis: 16.6%;
17140 }
17141
17142 .flex-item-fixed-4-12 {
17143 flex-grow: 0;
17144 flex-shrink: 0;
17145 flex-basis: 33.3333%;
17146 }
17147
17148 .flex-item-fixed-6-12, .flex-item-50-percent {
17149 flex-grow: 0;
17150 flex-shrink: 0;
17151 flex-basis: 50%;
17152 }
17153
17154 .flex-item-fixed-8-12 {
17155 flex-grow: 0;
17156 flex-shrink: 0;
17157 flex-basis: 66.6666%;
17158 }
17159
17160 .flex-item-fixed-9-12 {
17161 flex-grow: 0;
17162 flex-shrink: 0;
17163 flex-basis: 75%;
17164 }
17165
17166
17167 .flex-item-fixed-12-12 {
17168 flex-grow: 0;
17169 flex-shrink: 0;
17170 flex-basis: 100%;
17171 }
17172
17173 .flex-item-10-percent {
17174 flex-grow: 0;
17175 flex-shrink: 0;
17176 flex-basis: 10%;
17177 }
17178
17179 .flex-item-15-percent {
17180 flex-grow: 0;
17181 flex-shrink: 0;
17182 flex-basis: 15%;
17183 }
17184
17185 .flex-item-20-percent {
17186 flex-grow: 0;
17187 flex-shrink: 0;
17188 flex-basis: 20%;
17189 }
17190
17191 .flex-item-30-percent {
17192 flex-grow: 0;
17193 flex-shrink: 0;
17194 flex-basis: 30%;
17195 }
17196
17197 .flex-item-40-percent {
17198 flex-grow: 0;
17199 flex-shrink: 0;
17200 flex-basis: 40%;
17201 }
17202
17203 .flex-item-50-percent {
17204 flex-grow: 0;
17205 flex-shrink: 0;
17206 flex-basis: 50%;
17207 }
17208
17209 .flex-item-60-percent {
17210 flex-grow: 0;
17211 flex-shrink: 0;
17212 flex-basis: 60%;
17213 }
17214
17215 .flex-item-70-percent {
17216 flex-grow: 0;
17217 flex-shrink: 0;
17218 flex-basis: 70%;
17219 }
17220
17221 .flex-item-80-percent {
17222 flex-grow: 0;
17223 flex-shrink: 0;
17224 flex-basis: 80%;
17225 }
17226
17227 .well {
17228 min-height: 20px;
17229 padding: 19px;
17230 margin-bottom: 20px;
17231 background-color: #f5f5f5;
17232 border: 1px solid #e3e3e3;
17233 border-radius: 4px;
17234 box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
17235 }
17236
17237 .break-wrap {
17238 word-wrap: break-word;
17239 }
17240 </style>
17241
17242 <template if="{{ map.length > 0 }}">
17243 <curly-block callback="{{ expander() }}">
17244 <template if="{{ expand }}">
17245 <div class="memberList">
17246 <template repeat="{{ key in map.keys }}">
17247 <div class="memberItem">
17248 <div class="memberSmall">{{ key }}</div>
17249 <div class="memberSmall">:</div>
17250 <div class="memberSmall">
17251 <template if="{{ isMap(map[key]) }}">
17252 <map-viewer map="{{ map[key] }}"></map-viewer>
17253 </template>
17254 <template if="{{ isList(map[key]) }}">
17255 <list-viewer list="{{ map[key] }}"></list-viewer>
17256 </template>
17257 <template if="{{ !isMap(map[key]) &amp;&amp; !isList(map[key]) }}">
17258 {{ map[key] }}
17259 </template>
17260 </div>
17261 </div>
17262 </template>
17263 </div>
17264 </template>
17265 </curly-block>
17266 </template>
17267 </template>
17268 </polymer-element>
17269
17270 <polymer-element name="list-viewer" extends="observatory-element">
17271 <template>
17272 <style>
17273 /* Global styles */
17274 * {
17275 margin: 0;
17276 padding: 0;
17277 font: 400 14px 'Montserrat', sans-serif;
17278 color: #333;
17279 box-sizing: border-box;
17280 }
17281
17282 .content {
17283 padding-left: 10%;
17284 font: 400 14px 'Montserrat', sans-serif;
17285 }
17286
17287 .content-centered {
17288 padding-left: 10%;
17289 padding-right: 10%;
17290 font: 400 14px 'Montserrat', sans-serif;
17291 }
17292
17293 .content-centered-big {
17294 padding-left: 5%;
17295 padding-right: 5%;
17296 font: 400 14px 'Montserrat', sans-serif;
17297 }
17298
17299 h1 {
17300 font: 400 18px 'Montserrat', sans-serif;
17301 }
17302
17303 .memberList {
17304 display: table;
17305 }
17306
17307 .memberItem {
17308 display: table-row;
17309 }
17310
17311 .memberName, .memberValue {
17312 display: table-cell;
17313 vertical-align: top;
17314 padding: 3px 0 3px 1em;
17315 font: 400 14px 'Montserrat', sans-serif;
17316 }
17317
17318 .memberSmall {
17319 display: table-cell;
17320 vertical-align: top;
17321 padding: 3px 0 3px 1em;
17322 font: 400 12px 'Montserrat', sans-serif;
17323 }
17324
17325 .monospace {
17326 font-family: consolas, courier, monospace;
17327 font-size: 1em;
17328 line-height: 1.2em;
17329 white-space: nowrap;
17330 }
17331
17332 a {
17333 color: #0489c3;
17334 text-decoration: none;
17335 }
17336
17337 a:hover {
17338 text-decoration: underline;
17339 }
17340
17341 em {
17342 color: inherit;
17343 font-style: italic;
17344 }
17345
17346 b {
17347 color: inherit;
17348 font-weight: bold;
17349 }
17350
17351 hr {
17352 margin-top: 20px;
17353 margin-bottom: 20px;
17354 border: 0;
17355 border-top: 1px solid #eee;
17356 height: 0;
17357 box-sizing: content-box;
17358 }
17359
17360 .list-group {
17361 padding-left: 0;
17362 margin-bottom: 20px;
17363 }
17364
17365 .list-group-item {
17366 position: relative;
17367 display: block;
17368 padding: 10px 15px;
17369 margin-bottom: -1px;
17370 background-color: #fff;
17371 }
17372
17373 .list-group-item:first-child {
17374 /* rounded top corners */
17375 border-top-right-radius:4px;
17376 border-top-left-radius:4px;
17377 }
17378
17379 .list-group-item:last-child {
17380 margin-bottom: 0;
17381 /* rounded bottom corners */
17382 border-bottom-right-radius: 4px;
17383 border-bottom-left-radius:4px;
17384 }
17385
17386 /* Flex row container */
17387 .flex-row {
17388 display: flex;
17389 flex-direction: row;
17390 }
17391
17392 /* Flex column container */
17393 .flex-column {
17394 display: flex;
17395 flex-direction: column;
17396 }
17397
17398 .flex-item-fit {
17399 flex-grow: 1;
17400 flex-shrink: 1;
17401 flex-basis: auto;
17402 }
17403
17404 .flex-item-no-shrink {
17405 flex-grow: 0;
17406 flex-shrink: 0;
17407 flex-basis: auto;
17408 }
17409
17410 .flex-item-fill {
17411 flex-grow: 0;
17412 flex-shrink: 1; /* shrink when pressured */
17413 flex-basis: 100%; /* try and take 100% */
17414 }
17415
17416 .flex-item-fixed-1-12 {
17417 flex-grow: 0;
17418 flex-shrink: 0;
17419 flex-basis: 8.3%;
17420 }
17421
17422 .flex-item-fixed-2-12 {
17423 flex-grow: 0;
17424 flex-shrink: 0;
17425 flex-basis: 16.6%;
17426 }
17427
17428 .flex-item-fixed-4-12 {
17429 flex-grow: 0;
17430 flex-shrink: 0;
17431 flex-basis: 33.3333%;
17432 }
17433
17434 .flex-item-fixed-6-12, .flex-item-50-percent {
17435 flex-grow: 0;
17436 flex-shrink: 0;
17437 flex-basis: 50%;
17438 }
17439
17440 .flex-item-fixed-8-12 {
17441 flex-grow: 0;
17442 flex-shrink: 0;
17443 flex-basis: 66.6666%;
17444 }
17445
17446 .flex-item-fixed-9-12 {
17447 flex-grow: 0;
17448 flex-shrink: 0;
17449 flex-basis: 75%;
17450 }
17451
17452
17453 .flex-item-fixed-12-12 {
17454 flex-grow: 0;
17455 flex-shrink: 0;
17456 flex-basis: 100%;
17457 }
17458
17459 .flex-item-10-percent {
17460 flex-grow: 0;
17461 flex-shrink: 0;
17462 flex-basis: 10%;
17463 }
17464
17465 .flex-item-15-percent {
17466 flex-grow: 0;
17467 flex-shrink: 0;
17468 flex-basis: 15%;
17469 }
17470
17471 .flex-item-20-percent {
17472 flex-grow: 0;
17473 flex-shrink: 0;
17474 flex-basis: 20%;
17475 }
17476
17477 .flex-item-30-percent {
17478 flex-grow: 0;
17479 flex-shrink: 0;
17480 flex-basis: 30%;
17481 }
17482
17483 .flex-item-40-percent {
17484 flex-grow: 0;
17485 flex-shrink: 0;
17486 flex-basis: 40%;
17487 }
17488
17489 .flex-item-50-percent {
17490 flex-grow: 0;
17491 flex-shrink: 0;
17492 flex-basis: 50%;
17493 }
17494
17495 .flex-item-60-percent {
17496 flex-grow: 0;
17497 flex-shrink: 0;
17498 flex-basis: 60%;
17499 }
17500
17501 .flex-item-70-percent {
17502 flex-grow: 0;
17503 flex-shrink: 0;
17504 flex-basis: 70%;
17505 }
17506
17507 .flex-item-80-percent {
17508 flex-grow: 0;
17509 flex-shrink: 0;
17510 flex-basis: 80%;
17511 }
17512
17513 .well {
17514 min-height: 20px;
17515 padding: 19px;
17516 margin-bottom: 20px;
17517 background-color: #f5f5f5;
17518 border: 1px solid #e3e3e3;
17519 border-radius: 4px;
17520 box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
17521 }
17522
17523 .break-wrap {
17524 word-wrap: break-word;
17525 }
17526 </style>
17527
17528 <template if="{{ list.length > 0 }}">
17529 <curly-block callback="{{ expander() }}">
17530 <template if="{{ expand }}">
17531 <div class="memberList">
17532 <template repeat="{{ element in list }}">
17533 <div class="memberItem">
17534 <div class="memberSmall">
17535 <template if="{{ isMap(element) }}">
17536 <map-viewer map="{{ element }}"></map-viewer>
17537 </template>
17538 <template if="{{ isList(element) }}">
17539 <list-viewer list="{{ element }}"></list-viewer>
17540 </template>
17541 <template if="{{ !isMap(element) &amp;&amp; !isList(element) } }">
17542 {{ element }}
17543 </template>
17544 </div>
17545 </div>
17546 </template>
17547 </div>
17548 </template>
17549 </curly-block>
17550 </template>
17551 </template>
17552 </polymer-element>
17553
17554
16352 <polymer-element name="observatory-application" extends="observatory-element"> 17555 <polymer-element name="observatory-application" extends="observatory-element">
16353 <!-- This element explicitly manages its child elements --> 17556 <!-- This element explicitly manages its child elements -->
16354 </polymer-element> 17557 </polymer-element>
16355 17558
16356 17559
16357 17560
16358 17561
16359 17562
16360 <polymer-element name="service-exception-view" extends="observatory-element"> 17563 <polymer-element name="service-exception-view" extends="observatory-element">
16361 <template> 17564 <template>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
16398 display: table-row; 17601 display: table-row;
16399 } 17602 }
16400 17603
16401 .memberName, .memberValue { 17604 .memberName, .memberValue {
16402 display: table-cell; 17605 display: table-cell;
16403 vertical-align: top; 17606 vertical-align: top;
16404 padding: 3px 0 3px 1em; 17607 padding: 3px 0 3px 1em;
16405 font: 400 14px 'Montserrat', sans-serif; 17608 font: 400 14px 'Montserrat', sans-serif;
16406 } 17609 }
16407 17610
17611 .memberSmall {
17612 display: table-cell;
17613 vertical-align: top;
17614 padding: 3px 0 3px 1em;
17615 font: 400 12px 'Montserrat', sans-serif;
17616 }
17617
16408 .monospace { 17618 .monospace {
16409 font-family: consolas, courier, monospace; 17619 font-family: consolas, courier, monospace;
16410 font-size: 1em; 17620 font-size: 1em;
16411 line-height: 1.2em; 17621 line-height: 1.2em;
16412 white-space: nowrap; 17622 white-space: nowrap;
16413 } 17623 }
16414 17624
16415 a { 17625 a {
16416 color: #0489c3; 17626 color: #0489c3;
16417 text-decoration: none; 17627 text-decoration: none;
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
16668 display: table-row; 17878 display: table-row;
16669 } 17879 }
16670 17880
16671 .memberName, .memberValue { 17881 .memberName, .memberValue {
16672 display: table-cell; 17882 display: table-cell;
16673 vertical-align: top; 17883 vertical-align: top;
16674 padding: 3px 0 3px 1em; 17884 padding: 3px 0 3px 1em;
16675 font: 400 14px 'Montserrat', sans-serif; 17885 font: 400 14px 'Montserrat', sans-serif;
16676 } 17886 }
16677 17887
17888 .memberSmall {
17889 display: table-cell;
17890 vertical-align: top;
17891 padding: 3px 0 3px 1em;
17892 font: 400 12px 'Montserrat', sans-serif;
17893 }
17894
16678 .monospace { 17895 .monospace {
16679 font-family: consolas, courier, monospace; 17896 font-family: consolas, courier, monospace;
16680 font-size: 1em; 17897 font-size: 1em;
16681 line-height: 1.2em; 17898 line-height: 1.2em;
16682 white-space: nowrap; 17899 white-space: nowrap;
16683 } 17900 }
16684 17901
16685 a { 17902 a {
16686 color: #0489c3; 17903 color: #0489c3;
16687 text-decoration: none; 17904 text-decoration: none;
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
16944 display: table-row; 18161 display: table-row;
16945 } 18162 }
16946 18163
16947 .memberName, .memberValue { 18164 .memberName, .memberValue {
16948 display: table-cell; 18165 display: table-cell;
16949 vertical-align: top; 18166 vertical-align: top;
16950 padding: 3px 0 3px 1em; 18167 padding: 3px 0 3px 1em;
16951 font: 400 14px 'Montserrat', sans-serif; 18168 font: 400 14px 'Montserrat', sans-serif;
16952 } 18169 }
16953 18170
18171 .memberSmall {
18172 display: table-cell;
18173 vertical-align: top;
18174 padding: 3px 0 3px 1em;
18175 font: 400 12px 'Montserrat', sans-serif;
18176 }
18177
16954 .monospace { 18178 .monospace {
16955 font-family: consolas, courier, monospace; 18179 font-family: consolas, courier, monospace;
16956 font-size: 1em; 18180 font-size: 1em;
16957 line-height: 1.2em; 18181 line-height: 1.2em;
16958 white-space: nowrap; 18182 white-space: nowrap;
16959 } 18183 }
16960 18184
16961 a { 18185 a {
16962 color: #0489c3; 18186 color: #0489c3;
16963 text-decoration: none; 18187 text-decoration: none;
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
17208 display: table-row; 18432 display: table-row;
17209 } 18433 }
17210 18434
17211 .memberName, .memberValue { 18435 .memberName, .memberValue {
17212 display: table-cell; 18436 display: table-cell;
17213 vertical-align: top; 18437 vertical-align: top;
17214 padding: 3px 0 3px 1em; 18438 padding: 3px 0 3px 1em;
17215 font: 400 14px 'Montserrat', sans-serif; 18439 font: 400 14px 'Montserrat', sans-serif;
17216 } 18440 }
17217 18441
18442 .memberSmall {
18443 display: table-cell;
18444 vertical-align: top;
18445 padding: 3px 0 3px 1em;
18446 font: 400 12px 'Montserrat', sans-serif;
18447 }
18448
17218 .monospace { 18449 .monospace {
17219 font-family: consolas, courier, monospace; 18450 font-family: consolas, courier, monospace;
17220 font-size: 1em; 18451 font-size: 1em;
17221 line-height: 1.2em; 18452 line-height: 1.2em;
17222 white-space: nowrap; 18453 white-space: nowrap;
17223 } 18454 }
17224 18455
17225 a { 18456 a {
17226 color: #0489c3; 18457 color: #0489c3;
17227 text-decoration: none; 18458 text-decoration: none;
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
17522 display: table-row; 18753 display: table-row;
17523 } 18754 }
17524 18755
17525 .memberName, .memberValue { 18756 .memberName, .memberValue {
17526 display: table-cell; 18757 display: table-cell;
17527 vertical-align: top; 18758 vertical-align: top;
17528 padding: 3px 0 3px 1em; 18759 padding: 3px 0 3px 1em;
17529 font: 400 14px 'Montserrat', sans-serif; 18760 font: 400 14px 'Montserrat', sans-serif;
17530 } 18761 }
17531 18762
18763 .memberSmall {
18764 display: table-cell;
18765 vertical-align: top;
18766 padding: 3px 0 3px 1em;
18767 font: 400 12px 'Montserrat', sans-serif;
18768 }
18769
17532 .monospace { 18770 .monospace {
17533 font-family: consolas, courier, monospace; 18771 font-family: consolas, courier, monospace;
17534 font-size: 1em; 18772 font-size: 1em;
17535 line-height: 1.2em; 18773 line-height: 1.2em;
17536 white-space: nowrap; 18774 white-space: nowrap;
17537 } 18775 }
17538 18776
17539 a { 18777 a {
17540 color: #0489c3; 18778 color: #0489c3;
17541 text-decoration: none; 18779 text-decoration: none;
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
17733 </style> 18971 </style>
17734 <a on-click="{{ goto }}" href="{{ url }}">{{ ref.name }}</a> 18972 <a on-click="{{ goto }}" href="{{ url }}">{{ ref.name }}</a>
17735 </template> 18973 </template>
17736 </polymer-element> 18974 </polymer-element>
17737 18975
17738 18976
17739 18977
17740 <observatory-application></observatory-application> 18978 <observatory-application></observatory-application>
17741 18979
17742 <script src="index.html_bootstrap.dart.js" async=""></script></body></html> 18980 <script src="index.html_bootstrap.dart.js" async=""></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698