Add server connection info dialog

This commit is contained in:
Jonas Herzig 2018-09-26 13:08:40 +02:00
parent e77da5335e
commit b0234654a5
3 changed files with 113 additions and 9 deletions

View file

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