diff --git a/ooiui/static/css/common/streams.css b/ooiui/static/css/common/streams.css index c51895e75..ee91e2cef 100644 --- a/ooiui/static/css/common/streams.css +++ b/ooiui/static/css/common/streams.css @@ -1,21 +1,46 @@ div.banner-image { - content: url(/img/OOI_BannerNew_01.png); - max-width: 100%; - max-height: 100%; + content: url(/img/OOI_BannerNew_01.png); + max-width: 100%; + max-height: 100%; } .message { - padding-right: 10px; - line-height: 0.2; + padding-right: 10px; + line-height: 0.2; } .message h1 { - margin-top: 0px; - margin-bottom: 0px; + font-size: 14px; + margin-top: 0px; + margin-bottom: 0px; } .message h3 { - margin-top: 5px; - font-size: 16px; + margin-top: 5px; + font-size: 12px; } + +.message h4 { + margin-top: 5px; + font-size: 6px; + text-align: center; + font-weight: bold; +} + +.download-link { + margin-top: 5px; + font-size: 12px; + font-weight: bold; + text-align: center; +} + +.download-link a { + color: #8eadd2; + font-size: 12px; + font-weight: bold; +} + +.download-link a:hover { + color: #6e91b9; +} \ No newline at end of file diff --git a/ooiui/static/js/partials/StreamDownloadForm.html b/ooiui/static/js/partials/StreamDownloadForm.html index c05678af2..1cecbccb6 100644 --- a/ooiui/static/js/partials/StreamDownloadForm.html +++ b/ooiui/static/js/partials/StreamDownloadForm.html @@ -65,6 +65,11 @@