| Index: runtime/observatory/lib/src/elements/css/shared.css
|
| diff --git a/runtime/observatory/lib/src/elements/css/shared.css b/runtime/observatory/lib/src/elements/css/shared.css
|
| index ffd0c9840046c3f2418aadae66f1b3b3d35bacec..94466affe70d7ab157f2dd69a090278f22ba265f 100644
|
| --- a/runtime/observatory/lib/src/elements/css/shared.css
|
| +++ b/runtime/observatory/lib/src/elements/css/shared.css
|
| @@ -1215,6 +1215,38 @@ megamorphic-cache-ref-wrapped > a[href] * {
|
| color: inherit;
|
| }
|
|
|
| +/* metric-graph */
|
| +
|
| +metric-graph {
|
| + display: block;
|
| + height: 100%;
|
| +}
|
| +
|
| +metric-graph .graph {
|
| + height: 100%;
|
| + margin-top: -30px;
|
| + padding: 20px;
|
| + padding-top: 60px;
|
| +}
|
| +
|
| +metric-graph .graph > div {
|
| + height: 100%;
|
| +}
|
| +
|
| +/* metric-graph */
|
| +
|
| +metrics-page > div {
|
| + display: block;
|
| + height: 100%;
|
| +}
|
| +
|
| +metrics-page > div > .graph {
|
| + display: block;
|
| + height: 100%;
|
| + margin-top: -300px;
|
| + padding-top: 300px;
|
| +}
|
| +
|
| /* nav-notify */
|
| /* TODO(cbernaschina) fix nav-notify-wrapped to nav-notify when wrapper
|
| removed */
|
|
|