diff --git a/build.sh b/build.sh index 2d21b16..a7d032a 100755 --- a/build.sh +++ b/build.sh @@ -26,6 +26,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 app.js >> mobile.js java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge colour-map.js >> mobile.js java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge format.js >> mobile.js +java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge flight_doc.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 diff --git a/css/habitat-font.css b/css/habitat-font.css index e5756dd..0265809 100644 --- a/css/habitat-font.css +++ b/css/habitat-font.css @@ -75,5 +75,4 @@ .icon-target:before { content: "\f006"; } .icon-earth:before { content: "\f007"; } .icon-daylight:before { content: "\f008"; } -.icon-settings:before { content: "\f010"; } - +.icon-settings:before { content: "\f010"; } \ No newline at end of file diff --git a/css/main.css b/css/main.css index f822f23..49282d7 100644 --- a/css/main.css +++ b/css/main.css @@ -969,3 +969,20 @@ header .search form input[type='submit'] { } } +/* login button */ +#login_url { + display: block; + background-color: #33b5e5; + color: white; + text-decoration: none; + font-weight: bold; + text-align: center; + padding: 10px; +} +/* predictor settings pane */ +.prediction_settings { + background-image: url("../glyphs/icon-balloon.svg"); + background-repeat: no-repeat; + background-size: 50%; + background-position: center; + } \ No newline at end of file diff --git a/glyphs/icon-balloon.svg b/glyphs/icon-balloon.svg new file mode 100644 index 0000000..abfe01c --- /dev/null +++ b/glyphs/icon-balloon.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/index.html b/index.html index ce6308f..80206bf 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,7 @@