Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Commit

Permalink
Add missing assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Dec 26, 2014
1 parent 087fff5 commit fb22ada
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -47,4 +47,4 @@ data/copy.xls
data/copy.xlsx
www/assets/*
!www/assets/assetsignore
static
/static
5 changes: 5 additions & 0 deletions reports/static/reports/bootstrap.min.css

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions reports/static/reports/report.css
@@ -0,0 +1,78 @@
body {
font: 16px/1.5em Helvetica, Arial, sans-serif;
color: #111;
-webkit-font-smoothing: antialiased;
}

.container-fluid {
max-width: 1024px;
margin-top: 20px;
}

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
}

h2 {
font-weight: normal;
font-size: 24px;
margin-top: 0;
}

h3 {
margin-bottom: 20px;
}

.description {
margin: 0 0 20px;
}

.value, .percent, .points {
text-align: right;
white-space: nowrap;
}

th, td {
width: 33.3333%;
}

.diff th, td {
width: 25%;
}

th {
font-weight: normal;
color: #666;
}

.table-striped>tbody>tr.total {
background-color: rgba(91, 192, 222, 0.15);
}

.ga-name {
color: #666;
font-size: 13px;
font-weight: normal;
margin-left: 10px;
}

.sample-size,.last-update {
color: #666;
font-size: 13px;
font-weight: normal;
}

.query {
margin-bottom: 50px;
}

footer p {
font-size: 13px;
color: #666;
}


/* Diff only */
.positive { color: hsl(120, 39%, 40%); }
.positive::before { content: "+"; }
.negative { color: #d9534f; }

0 comments on commit fb22ada

Please sign in to comment.