2017-09-20 20:38:07 +00:00
|
|
|
.info-dialog {
|
2017-09-29 20:27:23 +00:00
|
|
|
cursor: default;
|
2017-09-20 20:38:07 +00:00
|
|
|
display: flex;
|
2018-06-22 22:12:23 +00:00
|
|
|
font-size: 14px;
|
2017-09-20 20:38:07 +00:00
|
|
|
|
|
|
|
.info-dialog-column {
|
|
|
|
margin-right: 10px;
|
2018-02-13 19:46:47 +00:00
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
a,
|
|
|
|
a:active,
|
|
|
|
a:focus,
|
|
|
|
a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2017-09-20 20:38:07 +00:00
|
|
|
}
|
|
|
|
|
2018-02-13 19:46:47 +00:00
|
|
|
.info-dialog-password,
|
2018-04-04 15:58:54 +00:00
|
|
|
.info-password,
|
2018-02-13 19:46:47 +00:00
|
|
|
.info-password-form {
|
2018-04-04 15:58:54 +00:00
|
|
|
align-items: baseline;
|
2018-02-13 19:46:47 +00:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2018-04-04 15:58:54 +00:00
|
|
|
.info-label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2018-02-13 19:46:47 +00:00
|
|
|
.info-password-field {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2021-06-10 12:48:44 +00:00
|
|
|
margin-right: 5px;
|
2018-02-13 19:46:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-password-none,
|
|
|
|
.info-password-remote {
|
2021-06-10 12:48:44 +00:00
|
|
|
color: #fff;
|
2018-02-13 19:46:47 +00:00
|
|
|
}
|
|
|
|
|
2018-03-06 17:59:04 +00:00
|
|
|
.info-password-local {
|
|
|
|
user-select: text;
|
|
|
|
}
|
2018-02-13 19:46:47 +00:00
|
|
|
}
|
|
|
|
|
2021-01-04 13:30:23 +00:00
|
|
|
.dial-in-number {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
2019-02-26 13:32:46 +00:00
|
|
|
.dial-in-numbers-list {
|
2023-02-23 15:01:55 +00:00
|
|
|
max-width: 334px;
|
|
|
|
width: 100%;
|
2019-02-26 13:32:46 +00:00
|
|
|
margin-top: 20px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 24px;
|
2020-01-07 16:07:58 +00:00
|
|
|
border-collapse: collapse;
|
2019-02-26 13:32:46 +00:00
|
|
|
|
|
|
|
thead {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2019-02-27 15:52:19 +00:00
|
|
|
.flag-cell {
|
2019-02-26 13:32:46 +00:00
|
|
|
vertical-align: top;
|
2019-02-27 15:52:19 +00:00
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
.flag {
|
|
|
|
display: block;
|
|
|
|
margin: 5px 5px 0px 5px;
|
2019-02-26 13:32:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.country {
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 0 20px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
padding: 0px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.numbers-list {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0 20px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toll-free-list {
|
|
|
|
font-weight: bold;
|
|
|
|
list-style: none;
|
|
|
|
vertical-align: top;
|
2023-02-23 15:01:55 +00:00
|
|
|
text-align: right;
|
2019-02-26 13:32:46 +00:00
|
|
|
}
|
2019-02-26 17:01:40 +00:00
|
|
|
|
|
|
|
li.toll-free:empty:before {
|
|
|
|
content: '.';
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2019-02-26 13:32:46 +00:00
|
|
|
}
|
|
|
|
|
2018-02-13 19:46:47 +00:00
|
|
|
.dial-in-page {
|
|
|
|
align-items: center;
|
2018-07-20 15:32:28 +00:00
|
|
|
box-sizing: border-box;
|
2018-02-13 19:46:47 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2019-02-26 13:32:46 +00:00
|
|
|
font-size: 12px;
|
2018-07-20 15:32:28 +00:00
|
|
|
max-height: 100%;
|
|
|
|
overflow: auto;
|
2019-05-07 14:50:57 +00:00
|
|
|
padding: 15pt;
|
2018-07-20 15:32:28 +00:00
|
|
|
position: absolute;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
top: 50%;
|
2018-02-13 19:46:47 +00:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.dial-in-conference-id {
|
|
|
|
text-align: center;
|
2018-07-20 15:32:28 +00:00
|
|
|
min-width: 200px;
|
2019-03-15 11:07:45 +00:00
|
|
|
margin-top: 40px;
|
2019-02-26 13:32:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dial-in-conference-description {
|
|
|
|
margin: 12px;
|
2017-09-20 20:38:07 +00:00
|
|
|
}
|
|
|
|
}
|
2018-04-04 15:58:54 +00:00
|
|
|
|
|
|
|
.info-dialog,
|
|
|
|
.dial-in-page {
|
|
|
|
* {
|
|
|
|
user-select: text;
|
|
|
|
-moz-user-select: text;
|
|
|
|
-webkit-user-select: text;
|
|
|
|
}
|
|
|
|
}
|