Added/placed HIIT logo
Joris van Zundert [Thu, 12 Jun 2014 14:10:42 +0000 (16:10 +0200)]
root/css/dashboard.css
root/images/hiit_logo_cut.jpg [new file with mode: 0644]
root/src/index.tt

index 3de24b9..1fd1d5b 100644 (file)
        display: none;
 }
 #hiit_logo {
-       padding-bottom: 20px;
+       padding-bottom: 5px;
+    padding-top: 5px;
 }
 #eadh_logo {
-    width: 100px;
+    float: left;
+    padding-right: 20px;
+    padding-top: 10px;
+    width: 130px;
 }
\ No newline at end of file
diff --git a/root/images/hiit_logo_cut.jpg b/root/images/hiit_logo_cut.jpg
new file mode 100644 (file)
index 0000000..877a13c
Binary files /dev/null and b/root/images/hiit_logo_cut.jpg differ
index 71d15fe..aa0dd7c 100644 (file)
@@ -167,8 +167,8 @@ var textOnLoad = "[% withtradition %]";
     <div id="stemweb-ui-dialog" title="Generate a Stemweb tree">
       <div id="stemweb_ui_container">
                <div id="sponsor_container">
-                       <img id="hiit_logo" align="left" src="[% c.uri_for( '/images/hiit_logo.jpg' ) %]"></img>
-                       <img id="eadh_logo" align="right" src="[% c.uri_for( '/images/eadh-150.png' ) %]"></img>
+                       <img id="hiit_logo" src="[% c.uri_for( '/images/hiit_logo_cut.jpg' ) %]"></img>
+                       <img id="eadh_logo" src="[% c.uri_for( '/images/eadh-150.png' ) %]"></img>
                        <p>Stemweb is a webservice provided by the Helsinki Institute for Information Technology HIIT. The integration into Stemmaweb was generously supported by a small project grant from the European Association for Digital Humanities.
                        </p>
                </div>