Add server connection info dialog
This commit is contained in:
parent
e77da5335e
commit
b0234654a5
3 changed files with 113 additions and 9 deletions
|
@ -358,7 +358,7 @@ form {
|
|||
.message-content p {
|
||||
margin: 0;
|
||||
}
|
||||
.tb-information, .tb-record, .tb-comment {
|
||||
.tb-information.disabled, .tb-record, .tb-comment {
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
.dialog-header {
|
||||
|
@ -471,6 +471,18 @@ form {
|
|||
width: 400px;
|
||||
left: calc(50% - 200px);
|
||||
}
|
||||
.connection-info-dialog {
|
||||
width: 500px;
|
||||
height: 400px;
|
||||
top: calc(50% - 200px);
|
||||
left: calc(50% - 250px);
|
||||
h3 {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.dialog-content {
|
||||
padding-left: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/****************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue