Move project sidebar to project settings dialog

This commit is contained in:
Nick O'Leary
2017-09-20 22:51:28 +01:00
parent b1cd13d629
commit edc2310599
11 changed files with 365 additions and 52 deletions

View File

@@ -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;
}

View File

@@ -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;