changeset 28:4b6d41c8b0cd draft

modified css
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Sat, 23 Mar 2013 00:22:50 +0900
parents 992372c53479
children 38990a120dd6
files css/viewer_form.css
diffstat 1 files changed, 30 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/css/viewer_form.css	Fri Mar 22 23:51:15 2013 +0900
+++ b/css/viewer_form.css	Sat Mar 23 00:22:50 2013 +0900
@@ -71,6 +71,36 @@
     background:white;
     left: 10px;
     top: 10px;
+    overflow:hidden;
+}
+div.edgeInfoTable { 
+    position:fixed;
+    background:#fff;
+    width:230px;
+    height:230px;
+    border:solid 10px #333;
+    border-radius:5px;
+    opacity:1;
+    z-index:10;
+    visibility:visible;
+/*
+    display: inline-block;
+    white-space: nowrap;
+*/
+}
+div.edgeInfoTitle { 
+
+}
+div.edgeInfoDiv { 
+    position:relative;
+    background:#ddd;
+    width:100%;
+    border-radius:5px;
+    margin:5px 2px;
+    font-size:18px;
+    opacity:0.5;
+    overflow-x: hidden;
+    border: solid 2px #03f;
 }
 span.button{
     background:#eee;
@@ -91,7 +121,6 @@
     background:-moz-linear-gradient(top,#bbb,#88b);
     background:-webkit-gradient(linear,left top,left bottom,from(#bbb),to(#88b));
 }
-
 label.traverseLabel { 
     style:position:relative;
 }
\ No newline at end of file