mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Move project sidebar to project settings dialog
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
input[type=checkbox], input[type=radio] {
|
||||
width: auto;
|
||||
vertical-align: top;
|
||||
} }
|
||||
}
|
||||
}
|
||||
}
|
||||
.projects-dialog-spinner {
|
||||
position: absolute;
|
||||
@@ -58,10 +59,10 @@
|
||||
width: 80px;
|
||||
}
|
||||
&.projects-dialog-spinner-sidebar {
|
||||
padding: 20px;
|
||||
background: $shade-color;
|
||||
background: white;
|
||||
padding:0;
|
||||
img {
|
||||
width: 50px;
|
||||
width: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -231,3 +232,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.project-settings-tab-pane {
|
||||
position: absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
overflow-y: scroll;
|
||||
padding: 8px 20px 20px;
|
||||
}
|
||||
|
@@ -102,6 +102,7 @@ table.node-info tr:not(.blank) td:first-child{
|
||||
table.node-info tr:not(.blank) td:last-child{
|
||||
padding: 3px 3px 3px 6px;
|
||||
color: #666;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
div.node-info {
|
||||
margin: 5px;
|
||||
|
Reference in New Issue
Block a user