2018-08-20 13:40:26 +02:00
|
|
|
#conversejs {
|
|
|
|
#converse-modals {
|
|
|
|
.set-xmpp-status {
|
|
|
|
margin: 1em;
|
|
|
|
.custom-control-label {
|
|
|
|
margin-top: 0.25em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#omemo-tabpanel {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#user-profile-modal {
|
2018-08-21 16:19:57 +02:00
|
|
|
.profile-form {
|
|
|
|
label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.fingerprint-removal {
|
|
|
|
label {
|
2018-08-27 21:00:00 +02:00
|
|
|
display: flex;
|
2018-08-21 16:19:57 +02:00
|
|
|
padding: 0.75rem 1.25rem;
|
|
|
|
}
|
2018-08-20 13:40:26 +02:00
|
|
|
}
|
2018-08-21 16:19:57 +02:00
|
|
|
|
2018-08-20 13:40:26 +02:00
|
|
|
.list-group-item {
|
|
|
|
display: flex;
|
|
|
|
justify-content: left;
|
|
|
|
font-size: 95%;
|
|
|
|
|
|
|
|
input[type="checkbox"] {
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fingerprints {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fingerprint-trust {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
font-size: 95%;
|
2018-08-27 21:00:00 +02:00
|
|
|
.fingerprint {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2018-08-20 13:40:26 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|