From: tla Date: Thu, 12 Jun 2014 13:44:32 +0000 (+0200) Subject: add HIIT logo banner to Stemweb panel X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=56795c15f9363d40849cc27d6a271e5b631482d2;p=scpubgit%2Fstemmaweb.git add HIIT logo banner to Stemweb panel --- diff --git a/root/css/dashboard.css b/root/css/dashboard.css index d4fcac9..3de24b9 100644 --- a/root/css/dashboard.css +++ b/root/css/dashboard.css @@ -145,6 +145,9 @@ border: 1px solid #ddd; display: none; } +#hiit_logo { + padding-bottom: 20px; +} #eadh_logo { width: 100px; } \ No newline at end of file diff --git a/root/images/hiit_logo.jpg b/root/images/hiit_logo.jpg new file mode 100644 index 0000000..3b19366 Binary files /dev/null and b/root/images/hiit_logo.jpg differ diff --git a/root/js/componentload.js b/root/js/componentload.js index 8be3210..85224f7 100644 --- a/root/js/componentload.js +++ b/root/js/componentload.js @@ -549,7 +549,7 @@ $(document).ready( function() { $('#stemweb-ui-dialog').dialog({ autoOpen: false, height: 'auto', - width: 400, + width: 500, modal: true, buttons: { Run: function (evt) { diff --git a/root/src/index.tt b/root/src/index.tt index 56ede7a..71d15fe 100644 --- a/root/src/index.tt +++ b/root/src/index.tt @@ -167,6 +167,7 @@ var textOnLoad = "[% withtradition %]";