show loading graphic while we wait; style text list
[scpubgit/stemmatology.git] / stemmaweb / root / css / style.css
index 11fe773..c7d543a 100644 (file)
@@ -29,18 +29,32 @@ h2 {
        height: 450px;
        border: 1px #c6dcf1 solid;
 }
+.traditionname {
+       text-decoration: underline;
+}
+.selected {
+       font-style: italic;
+}
 #variant_graph {
        clear: both;
        width: 900px;
        height: 400px;
        border: 1px #c6dcf1 solid;
        overflow: auto; 
+       text-align: center;
+}
+#variant_graph img {
+       margin-top: expression(( 400 - this.height ) / 2);
 }
 #stemma_graph {
     float: left;
     width: 500px;
     height: 450px;
     border: 1px #c6dcf1 solid;
+    text-align: center;
+}
+#stemma_graph img {
+       margin-top: expression(( 450 - this.height ) / 2);
 }
 /* Additional components for the stexaminer */
 #variants_table {