Implemented non-attached boards

This commit is contained in:
Christian Weichel
2019-05-08 11:25:52 +02:00
parent d787de3ed9
commit be20365a6b
14 changed files with 472 additions and 110 deletions

View File

@@ -1 +1,2 @@
@import './list-widget.css';
@import './list-widget.css';
@import './select-board-dialog.css';

View File

@@ -0,0 +1,13 @@
.select-board-dialog {
width: 600px;
}
.select-board-dialog input {
width: calc(100% - 8px);
margin-bottom: 5px;
}
.select-board-dialog select {
width: 100%;
}