mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 10:12:34 -05:00
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:
committed by
Karl Burtram
parent
874b242944
commit
e8b1b1a75f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user