Fix up the css for chrome -- still many other issue, but at least it's good enough for a quick demo now ;)
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
div.menuBar {
|
div.menuBar {
|
||||||
-moz-border-radius-bottomright:20px;
|
-moz-border-radius-bottomright:20px;
|
||||||
|
-webkit-border-bottom-right-radius: 20px;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top:0px;
|
top:0px;
|
||||||
left:150px;
|
left:150px;
|
||||||
|
|||||||
3
node.css
3
node.css
@@ -4,6 +4,7 @@ span.collapsedNode {
|
|||||||
-moz-border-radius-bottomright:10px;
|
-moz-border-radius-bottomright:10px;
|
||||||
-moz-border-radius-topleft:10px;
|
-moz-border-radius-topleft:10px;
|
||||||
-moz-border-radius-topright:10px;
|
-moz-border-radius-topright:10px;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
background:#a41e2a;
|
background:#a41e2a;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
@@ -20,6 +21,7 @@ span.node {
|
|||||||
-moz-border-radius-bottomright:10px;
|
-moz-border-radius-bottomright:10px;
|
||||||
-moz-border-radius-topleft:10px;
|
-moz-border-radius-topleft:10px;
|
||||||
-moz-border-radius-topright:10px;
|
-moz-border-radius-topright:10px;
|
||||||
|
-webkit-border-radius: 10px;
|
||||||
background:#a41e2a;
|
background:#a41e2a;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
@@ -35,6 +37,7 @@ span.node {
|
|||||||
span.boxToolbar {
|
span.boxToolbar {
|
||||||
-moz-border-radius-topleft:5px;
|
-moz-border-radius-topleft:5px;
|
||||||
-moz-border-radius-topright:5px;
|
-moz-border-radius-topright:5px;
|
||||||
|
-webkit-border-top-left-radius: 5px;
|
||||||
background:#BEF76D;
|
background:#BEF76D;
|
||||||
color:#000000;
|
color:#000000;
|
||||||
min-width:120;
|
min-width:120;
|
||||||
|
|||||||
Reference in New Issue
Block a user