Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations -
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge chasecar.lib.js | sed "s/{VER}/$VERSION/" >> mobile.js
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge tracker.js >> mobile.js
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge app.js >> mobile.js
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge colour-map.js >> mobile.js

#compile plot lib and config
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge _jquery.flot.js >> init_plot.js
Expand Down
9 changes: 2 additions & 7 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; height: 0; }


/* #Links
Expand Down Expand Up @@ -152,6 +152,7 @@
border: 1px solid #aaa;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin-right: 1px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
Expand All @@ -162,7 +163,6 @@
text-decoration: none;
text-shadow: 0 1px rgba(255, 255, 255, .75);
cursor: pointer;
margin-bottom: 20px;
line-height: normal;
padding: 8px 10px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
Expand Down Expand Up @@ -229,8 +229,6 @@
/* #Forms
================================================== */

form {
margin-bottom: 20px; }
fieldset {
margin-bottom: 20px; }
input[type="text"],
Expand All @@ -247,10 +245,7 @@
font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #888;
margin: 0;
width: 210px;
max-width: 100%;
display: block;
margin-bottom: 20px;
background: #fff; }
select {
padding: 0; }
Expand Down
6 changes: 0 additions & 6 deletions css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ header h1{
margin-bottom: 0 !important;
}

.form.row select {
/* base.css makes this different to input for some reason. */
padding: 5px 4px;
width: 220px;
}

.validated input{
float: left;
}
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2>Recoveries</h2>
<div id="recovery-list"><img style="width:90px;height:30px;display:block;margin:auto;" src="img/hab-spinner.gif"/><br></div>
</div>
<div class="slimContainer">
<h2>Statistics WIP</h2>
<h2>Statistics</h2>
<hr/>
<div id="leaderboard-list"><img style="width:90px;height:30px;display:block;margin:auto;" src="img/hab-spinner.gif"/><br></div>
</div>
Expand Down Expand Up @@ -359,6 +359,7 @@ <h3>Report Recovery</h3>
</div>
<!-- Was 3.31-->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script type="text/javascript" language="javascript" src="js/aws-sdk-2.1029.0.min.js"></script>
<script type="text/javascript" language="javascript" src="js/leaflet.js"></script>
<script type="text/javascript" language="javascript" src="js/Leaflet.fullscreen.min.js"></script>
<script type="text/javascript" language="javascript" src="js/L.Terminator.js"></script>
Expand Down
92 changes: 92 additions & 0 deletions js/aws-sdk-2.1029.0.min.js

Large diffs are not rendered by default.

85 changes: 85 additions & 0 deletions js/colour-map.js

Large diffs are not rendered by default.

Loading