2024-05-28 10:42:42 -04:00
|
|
|
/**
|
|
|
|
|
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
* SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
|
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
*/
|
2015-10-29 12:27:14 -04:00
|
|
|
#ocFederationSettings p {
|
2017-04-25 09:57:02 -04:00
|
|
|
padding-bottom: 10px;
|
2015-10-29 12:27:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#listOfTrustedServers li {
|
2017-04-25 09:57:02 -04:00
|
|
|
padding-bottom: 10px;
|
2024-12-27 05:02:32 -05:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2015-10-29 12:27:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.removeTrustedServer {
|
|
|
|
|
display: none;
|
2024-12-27 05:02:32 -05:00
|
|
|
vertical-align: middle;
|
2023-12-19 13:12:52 -05:00
|
|
|
padding-inline-start: 10px;
|
2015-10-29 12:27:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ocFederationAddServerButton {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2015-11-18 07:38:03 -05:00
|
|
|
#listOfTrustedServers .status {
|
2023-12-19 13:12:52 -05:00
|
|
|
margin-inline-end: 10px;
|
2015-10-29 12:27:14 -04:00
|
|
|
}
|
2016-06-08 05:02:05 -04:00
|
|
|
|
|
|
|
|
#listOfTrustedServers .icon {
|
|
|
|
|
display: inline-block;
|
2024-12-27 05:02:32 -05:00
|
|
|
cursor: pointer;
|
2016-06-08 05:02:05 -04:00
|
|
|
vertical-align: middle;
|
2023-12-19 13:12:52 -05:00
|
|
|
margin-inline-start: 10px;
|
2016-06-08 05:02:05 -04:00
|
|
|
}
|
2018-04-17 12:49:08 -04:00
|
|
|
|
2023-10-20 05:17:29 -04:00
|
|
|
.serverUrl-block {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2024-12-27 05:02:32 -05:00
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
gap: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.serverUrl-block input {
|
|
|
|
|
width: 270px;
|
2018-04-17 12:49:08 -04:00
|
|
|
}
|