mirror of
https://github.com/nextcloud/server.git
synced 2025-02-22 07:59:13 +00:00
40 lines
607 B
CSS
40 lines
607 B
CSS
#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;
|
|
}
|