2020-09-15 15:25:50 +01:00
|
|
|
/*
|
2024-09-09 14:57:16 +01:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2020-09-15 15:25:50 +01:00
|
|
|
Copyright 2020 The Matrix.org Foundation C.I.C.
|
|
|
|
|
|
2024-09-09 14:57:16 +01:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2020-09-15 15:25:50 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.mx_CreateCrossSigningDialog {
|
2022-07-27 14:39:29 +01:00
|
|
|
/* Why you ask? Because CompleteSecurityBody is 600px so this is the width */
|
|
|
|
|
/* we end up when in there, but when in our own dialog we set our own width */
|
|
|
|
|
/* so need to fix it to something sensible as otherwise we'd end up either */
|
|
|
|
|
/* really wide or really narrow depending on the phase. I bet you wish you */
|
|
|
|
|
/* never asked. */
|
2020-09-15 15:25:50 +01:00
|
|
|
width: 560px;
|
|
|
|
|
|
|
|
|
|
details .mx_AccessibleButton {
|
2022-07-27 14:39:29 +01:00
|
|
|
margin: 1em 0; /* emulate paragraph spacing because we can't put this button in a paragraph due to HTML rules */
|
2020-09-15 15:25:50 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mx_CreateCrossSigningDialog .mx_Dialog_title {
|
|
|
|
|
/* TODO: Consider setting this for all dialog titles. */
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|