Add saved connections to connection dialog (#411)

* add saved connections to connection dialog

* fix saved connections layout

* add comments

* formatting
This commit is contained in:
Abbie Petchtes
2018-01-02 13:41:13 -08:00
committed by Karl Burtram
parent 874b242944
commit e8b1b1a75f
6 changed files with 173 additions and 27 deletions

View File

@@ -14,16 +14,23 @@
padding-bottom: 5px;
}
.connection-recent {
.connection-dialog {
height: calc(100% - 20px);
}
.connection-dialog .tabbedPanel {
border-top-color: transparent;
height: calc(100% - 350px);
}
.connection-recent, .connection-saved {
margin: 15px;
height: calc(100% - 400px);
height: calc(100% - 60px);
overflow-y: auto;
}
.no-recent-connections {
.no-recent-connections, .no-saved-connections {
font-size: 12px;
text-align: left;
display: block;
padding-top: 5px;
}
@@ -52,6 +59,10 @@
table-layout: fixed;
}
.connection-saved-content {
height: 100%;
}
.connection-type {
margin: 15px;
overflow-y: hidden;