Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
diff options
context:
space:
mode:
authorMarc Michalsky <m.michalsky@posteo.de>2020-01-31 16:56:20 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2020-02-03 12:11:59 +0300
commit4958ae5fd4e40a56304b99c8e6faab51fd7aeab6 (patch)
treeb5b9dbf46b6e55c16b05c5dbbabbd1296df4cfaa /core/css
parent297debef34d1192548a1fc451c645e71b05e0a81 (diff)
Center Buttons
Since Version 18.0.0 the Registration button of the [registration app](https://github.com/pellaeon/registration) is not centered anymore.
Diffstat (limited to 'core/css')
-rw-r--r--core/css/guest.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/guest.css b/core/css/guest.css
index acdc232f52a..5f15998c44e 100644
--- a/core/css/guest.css
+++ b/core/css/guest.css
@@ -193,7 +193,7 @@ form #datadirField legend {
margin-top: 0;
}
#alternative-logins {
- margin: 30px 15px 10px;
+ margin: auto;
}
}