blob: 1209e14c821a031db51a249ce5067a25eb01ce9b [file] [log] [blame]
<!--
This in an HTML Import-able file that contains the definition
of the following elements:
<fuzzer-index-sk>
To use this file import it:
<link href="/res/imp/fuzzer-index-sk.html" rel="import" />
Usage:
<fuzzer-index-sk></fuzzer-index-sk>
This is a top level element.
Properties:
None.
Methods:
None.
Events:
None.
-->
<link rel="import" href="/res/imp/bower_components/iron-flex-layout/iron-flex-layout-classes.html">
<link rel="import" href="/res/common/imp/app-sk.html" />
<link rel="import" href="fuzzer-menu-sk.html" />
<link rel="import" href="fuzzer-status-sk.html" />
<link rel="import" href="fuzzer-summary-sk.html" />
<dom-module id="fuzzer-index-sk">
<template>
<style is="custom-style" include="iron-positioning">
app-sk {
--app-sk-main: {
background-color: #FFFFFF;
font-family: sans-serif;
};
--app-sk-toolbar: {
background-color: #8be1b8;
};
login-sk{
--login-sk-color: white;
};
}
.title {
padding:2px;
margin-top:5px;
}
.title {
display:inline;
font-size: 1.5em;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.count {
max-width:420px;
}
</style>
<app-sk class="fit" header_height="60px">
<img header id="logo" src="/res/img/skia_fuzz.png">
<fuzzer-status-sk rtoolbar></fuzzer-status-sk>
<fuzzer-menu-sk navigation></fuzzer-menu-sk>
<fuzzer-summary-sk></fuzzer-summary-sk>
</app-sk>
</template>
<script>
Polymer({
is: 'fuzzer-index-sk'
});
</script>
</dom-module>