Merge branch 'master' of github.com:tla/stemmaweb
[scpubgit/stemmaweb.git] / root / css / style.css
index 0717f8a..2fd019f 100644 (file)
@@ -53,7 +53,36 @@ div.button:hover {
 div.button:hover span {
   background-position: bottom left;
 }
-
+#stemma_pager_buttons {
+    height: 28px;
+}
+div.pager_left_button {
+  width: 28px;
+  height: 28px;
+  float: left;
+  background: transparent url('../images/button_left_28.png') no-repeat left bottom;    
+}
+div.pager_left_button:hover {
+    background: transparent url('../images/button_left_28.png') no-repeat center bottom;    
+}
+div.pager_right_button:hover {
+    background: transparent url('../images/button_right_28.png') no-repeat center bottom;    
+}
+div.pager_right_button {
+  width: 28px;
+  height: 28px;
+  float: left;
+  margin-left: 10px;
+  background: transparent url('../images/button_right_28.png') no-repeat left bottom;
+}
+div.pager_right_button.greyed_out, div.pager_right_button.greyed_out:hover {
+    opacity: 0.5;
+    background: url("../images/button_right_28.png") no-repeat scroll right bottom transparent;
+}
+div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover {
+    opacity: 0.5;
+    background: url("../images/button_left_28.png") no-repeat scroll right bottom transparent;
+}
 #topbanner {
        width: 100%;
 }
@@ -109,15 +138,22 @@ div.button:hover span {
 .mainnav a {
        color: #488dd2;
 }
+#textinfo_waitbox {
+       float: left;
+       padding-left: 50px;
+}
 #textinfo_container {
     border: 1px solid #C6DCF1;
        float: left;
-       height: 500px;
+       height: 510px;
        width: 710px;
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 10px;
 }
+#edit_instructions {
+       float: left;
+}
 #stemma_container h2 h3 {
        color: #666;
 }
@@ -130,19 +166,28 @@ div.button:hover span {
 #stemma_graph img {
        margin-top: expression(( 450 - this.height ) / 2);
 }
-#stexaminer_button {
-       bottom: 0;
-       margin-top: 13px;
-}
-#relater_button {
+#stemma_graph svg {
+       z-index: -100;
 }
 #textinfo_container_buttons {
+    width: 224px;
     float: right;
+    left: -18px;
+    position: relative;
+    top: 15px;
+}
+#run_stexaminer, #run_relater, #open_stemma_add, #open_stemma_edit {
+    height: 32px;
+}
+#stemma_pager {
+    height: 38px;
 }
-#run_stexaminer, #run_relater, #stemma_pager, #add_edit_stemma {
+#open_textinfo_edit {
+    float: right;
     height: 30px;
-    left: -10px;
     position: relative;
+    top: -34px;
+    left: -8px;
 }
 #upload-collation-dialog {
     overflow: hidden;
@@ -162,3 +207,18 @@ div.button:hover span {
     font-weight: bold;
     color: #ff3333;
 }
+#new_file {
+    position: absolute;
+    top: -50px;
+    opacity: 0.0;
+}
+#new_file_name {
+    font-weight: bold;
+}
+#new_name, #new_lang, #new_public, #new_file_name_container {
+    margin-bottom: 6px;
+}
+#new_file_label {
+    float: left;
+    padding-right: 8px;
+}
\ No newline at end of file