You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings-admin.css 607B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #ocFederationSettings p {
  2. padding-bottom: 10px;
  3. }
  4. #listOfTrustedServers li {
  5. padding-bottom: 10px;
  6. }
  7. .removeTrustedServer {
  8. display: none;
  9. vertical-align:middle;
  10. padding-left: 10px;
  11. }
  12. #ocFederationAddServerButton {
  13. cursor: pointer;
  14. }
  15. #listOfTrustedServers .status {
  16. margin-right: 10px;
  17. }
  18. #listOfTrustedServers .icon {
  19. cursor: pointer;
  20. display: inline-block;
  21. vertical-align: middle;
  22. margin-left: 10px;
  23. }
  24. #ocFederationAddServer #serverUrl {
  25. width: 270px;
  26. }
  27. .serverUrl-block {
  28. max-width: 310px;
  29. display: flex;
  30. flex-direction: row;
  31. align-items: center;
  32. justify-content: space-between;
  33. }