12345678910111213141516171819202122232425262728293031323334353637383940 |
- #ocFederationSettings p {
- padding-bottom: 10px;
- }
- #listOfTrustedServers li {
- padding-bottom: 10px;
- }
- .removeTrustedServer {
- display: none;
- vertical-align:middle;
- padding-left: 10px;
- }
- #ocFederationAddServerButton {
- cursor: pointer;
- }
- #listOfTrustedServers .status {
- margin-right: 10px;
- }
- #listOfTrustedServers .icon {
- cursor: pointer;
- display: inline-block;
- vertical-align: middle;
- margin-left: 10px;
- }
- #ocFederationAddServer #serverUrl {
- width: 270px;
- }
- .serverUrl-block {
- max-width: 310px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- }
|