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

Commit

Permalink
Tweaked the layout further
Browse files Browse the repository at this point in the history
  • Loading branch information
d0ugal committed Jan 1, 2012
1 parent 9931e73 commit b6ab314
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
16 changes: 6 additions & 10 deletions gauge/static/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ p.updated {
}

.key{
font-size:20px;
color: red;
font-size: 2em;
}

.key span.control, .key span.experiment{
font-weight: 800;
font-size: 0.6em;
padding: 5px;
color: black;
min-width: 150px;
display: inline-block;
}

Expand All @@ -136,15 +136,11 @@ p.updated {
}

span.branch{
min-width: none;
}

.suite h2{
margin-bottom: 0px;
font-weight: 800;
}

.suite h4{
margin-top: 0px;
.suite h2, .suite h4{
margin: 0px;
}

.tickLabel {
Expand Down
11 changes: 7 additions & 4 deletions gauge/templates/gauge/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
<div class="suite">

<h2 id="{{ suite.id }}">{{ suite.description }} </h2>
<h4 class="key">
{{ suite.benchmark_runs }} Runs Each On Python {{ suite.python_version.name }}<br/>
<span class="control">{{ suite.repository.url }}<span class="branch">{{ suite.control }}</span></span>
<h2 class="key">
<span class="control branch">{{ suite.control }}</span>
<strong>vs</strong>
<span class="experiment">{{ suite.repository.url }}<span class="branch">{{ suite.experiment }}</span></span>
<span class="experiment branch">{{ suite.experiment }}</span>
</h2>
<h4>
Source: {{ suite.repository.url }}<br/>
{{ suite.benchmark_runs }} Runs Each On Python {{ suite.python_version.name }}<br/>
</h4>

{% if significant %}
Expand Down

0 comments on commit b6ab314

Please sign in to comment.