mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Tiny pixel tweaks to new ui
This commit is contained in:
parent
7d83d76fb3
commit
f7e3b0a64f
@ -1231,7 +1231,7 @@ RED.view = (function() {
|
|||||||
.attr("fill","#eee");//function(d) { return d._def.color;})
|
.attr("fill","#eee");//function(d) { return d._def.color;})
|
||||||
nodeButtonGroup.append('rect')
|
nodeButtonGroup.append('rect')
|
||||||
.attr("class","node_button_button")
|
.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("y",4)
|
||||||
.attr("rx",4)
|
.attr("rx",4)
|
||||||
.attr("ry",4)
|
.attr("ry",4)
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
padding-top: 10px;
|
padding-top: 3px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,10 +17,9 @@
|
|||||||
.sidebar-node-info hr {
|
.sidebar-node-info hr {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.node-info {
|
table.node-info {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin: 5px;
|
margin: 0px;
|
||||||
width: 97%;
|
width: 97%;
|
||||||
}
|
}
|
||||||
table.node-info tr {
|
table.node-info tr {
|
||||||
@ -46,14 +45,12 @@ table.node-info td:last-child{
|
|||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.node-info {
|
div.node-info {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
.node-info-property-header {
|
.node-info-property-header {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-info-property-header:hover,
|
.node-info-property-header:hover,
|
||||||
.node-info-property-header:focus {
|
.node-info-property-header:focus {
|
||||||
color: #666;
|
color: #666;
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
right:0px;
|
right:0px;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chart svg:focus {
|
#chart svg:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
@ -45,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#workspace-tabs {
|
#workspace-tabs {
|
||||||
margin-right: 40px;
|
margin-right: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspace-add-tab {
|
#workspace-add-tab {
|
||||||
@ -54,7 +55,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
width: 40px;
|
width: 35px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom: 1px solid $primary-border-color;
|
border-bottom: 1px solid $primary-border-color;
|
||||||
}
|
}
|
||||||
@ -65,7 +66,7 @@
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-right:8px;
|
margin-right:3px;
|
||||||
border: 1px solid $primary-border-color;
|
border: 1px solid $primary-border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user