CSS fixes from jorisvanzundert
Tara L Andrews [Sat, 18 Jan 2014 20:31:03 +0000 (21:31 +0100)]
root/css/dashboard.css
root/css/stexaminer.css
root/css/style.css
root/js/relationship.js
root/src/about.tt

index bf5c46b..aded615 100644 (file)
@@ -50,7 +50,7 @@
        color: #666;
 }
 #stemma_graph {
-    height: 375px;
+       height: 340px;
     width: 500px;
     text-align: center;
     border: 1px #c6dcf1 solid;
index 55b1957..a2dd12e 100644 (file)
@@ -16,7 +16,7 @@
     overflow: auto;
 }
 #stemma_graph {
-    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
+    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
     height: 350px;
     clear: both;
     float: left;
index 3b0e501..ae8636d 100644 (file)
@@ -108,11 +108,10 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover {
     background: transparent url('../images/logo_001.png') no-repeat scroll -200px -100px;
     background-size: 600px;
     background-color: #ffffff;
+    box-shadow: 0 3px 10px rgba(100, 100, 100, 0.3);
     width: 1124px;
     padding-bottom: 30px;
-    margin: 0 auto;
-    margin-top: 48px;
-    
+       margin: 48px auto 48px;    
 }
 #topbanner {
        padding: 30px;
index 8eb8f80..341c105 100644 (file)
@@ -1162,7 +1162,7 @@ $(document).ready(function () {
   $( "#delete-form" ).dialog({
     autoOpen: false,
     height: 135,
-    width: 250,
+    width: 300,
     modal: false,
     buttons: {
         OK: function() { $( this ).dialog( "close" ); },
index 292829a..76f9b65 100644 (file)
@@ -7,7 +7,7 @@
  
  <p>Stemmaweb is a set of tools that has grown out of the <a href="http://treeoftexts.arts.kuleuven.be/">Tree of Texts</a>, a CREA ("creative research") project funded by the KU Leuven. The tools were developed variously within the project, on behalf of the project by <a href="http://www.scsys.co.uk">Shadowcat Systems</a>, and in collaboration with the <a href="http://interedition.eu/">Interedition</a> project. The source code for all tools and associated libraries is available <a href="http://github.com/tla/stemmatology/">on Github</a>.</p>
  
- <p>All tools are free for scholarly (nonprofit) use and adaptation. Although some data may be viewed publicly without a user account, use of the tools with your own data is possible only by registering as a user. You may log in with a Google account or another OpenID account, or you may <a class="navlink" onclick="window.open('[% c.uri_for( '/register' ) %]', 'regwindow', 'height=385,width=445')">register</a> with a local username and password for use on the site. The Tree of Texts project and KU Leuven retain rights to uploaded text traditions only insofar as it is necessary to store and back them up, display them according to the stated preferences, and analyze them with the tools provided and linked.</p>
+ <p>All tools are free for scholarly (nonprofit) use and adaptation. Although some data may be viewed publicly without a user account, use of the tools with your own data is possible only by registering as a user. You may log in with a Google account or another OpenID account, or you may <a onclick="window.open('[% c.uri_for( '/register' ) %]', 'regwindow', 'height=385,width=445')">register</a> with a local username and password for use on the site. The Tree of Texts project and KU Leuven retain rights to uploaded text traditions only insofar as it is necessary to store and back them up, display them according to the stated preferences, and analyze them with the tools provided and linked.</p>
  
  <h2>Tools available</h2>
  <p>At present the Stemmaweb tools comprise the following:</p>