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 473B

1234567891011121314151617181920212223242526272829303132
  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: 300px;
  26. }