settings-admin.css 788 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /**
  2. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
  4. * SPDX-License-Identifier: AGPL-3.0-only
  5. */
  6. #ocFederationSettings p {
  7. padding-bottom: 10px;
  8. }
  9. #listOfTrustedServers li {
  10. padding-bottom: 10px;
  11. }
  12. .removeTrustedServer {
  13. display: none;
  14. vertical-align:middle;
  15. padding-left: 10px;
  16. }
  17. #ocFederationAddServerButton {
  18. cursor: pointer;
  19. }
  20. #listOfTrustedServers .status {
  21. margin-right: 10px;
  22. }
  23. #listOfTrustedServers .icon {
  24. cursor: pointer;
  25. display: inline-block;
  26. vertical-align: middle;
  27. margin-left: 10px;
  28. }
  29. #ocFederationAddServer #serverUrl {
  30. width: 270px;
  31. }
  32. .serverUrl-block {
  33. max-width: 310px;
  34. display: flex;
  35. flex-direction: row;
  36. align-items: center;
  37. justify-content: space-between;
  38. }