segment the large texts in the relationship mapper
[scpubgit/stemmatology.git] / stemmaweb / root / css / relationship.css
index e2e2f25..9b778b6 100644 (file)
@@ -32,6 +32,14 @@ body {
        height: 55px;
        padding-top: 40px;
 }
+.segment_guide {
+       color: #488dd2;
+       padding-left: 30px;
+       padding-right: 30px;
+}
+.selected {
+       background-color: #dadada;
+}
 h1.title a:link, h1.title a:visited, h1.title a:active {
        color: #666;
        font-weight: bold;
@@ -81,7 +89,20 @@ span.apimore {
        width: 89%;
        z-index: 2;
        opacity: 0.7;
-       background-color: #c5c5c5;
+    background-image: url("cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png");
+    background-repeat: repeat;
+    background-attachment: scroll;
+    background-position: 50% 50%;
+    background-color: #EEEEEE; 
+}
+#loading_message {
+       position: relative;
+       background-color: #EDF1FA;
+       color: #222222;
+    border: 2px solid #B0C6F7;
+       height: 20px;
+       width: 150px;
+       padding: 20px;
 }
 #dialog_overlay {
     display: none;