Tiny pixel tweaks to new ui

This commit is contained in:
Dave Conway-Jones 2015-07-14 18:55:53 +01:00 committed by Nick O'Leary
parent 7d83d76fb3
commit f7e3b0a64f
4 changed files with 7 additions and 9 deletions

View File

@ -1231,7 +1231,7 @@ RED.view = (function() {
.attr("fill","#eee");//function(d) { return d._def.color;})
nodeButtonGroup.append('rect')
.attr("class","node_button_button")
.attr("x",function(d) { return d._def.align == "right"? 10:5})
.attr("x",function(d) { return d._def.align == "right"? 11:5})
.attr("y",4)
.attr("rx",4)
.attr("ry",4)

View File

@ -37,7 +37,7 @@
right: 0;
bottom: 25px;
left: 0px;
padding-top: 10px;
padding-top: 3px;
overflow-y: auto;
}

View File

@ -17,10 +17,9 @@
.sidebar-node-info hr {
margin: 10px 0;
}
table.node-info {
font-size: 14px;
margin: 5px;
margin: 0px;
width: 97%;
}
table.node-info tr {
@ -46,14 +45,12 @@ table.node-info td:last-child{
padding-left: 5px;
color: #666;
}
div.node-info {
margin: 5px;
}
.node-info-property-header {
color: #666;
}
.node-info-property-header:hover,
.node-info-property-header:focus {
color: #666;

View File

@ -25,6 +25,7 @@
right:0px;
box-sizing:border-box;
}
#chart svg:focus {
outline: none;
}
@ -45,7 +46,7 @@
}
#workspace-tabs {
margin-right: 40px;
margin-right: 35px;
}
#workspace-add-tab {
@ -54,7 +55,7 @@
top: 0;
right: 0;
height: 35px;
width: 40px;
width: 35px;
background: #fff;
border-bottom: 1px solid $primary-border-color;
}
@ -65,7 +66,7 @@
height: 32px;
width: 32px;
margin-top: 3px;
margin-right:8px;
margin-right:3px;
border: 1px solid $primary-border-color;
}