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
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-08-11 14:14:00 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-13 15:03:56 +0300
commitc8113a4269043a5d258c6d3ea95ac9f51c021af2 (patch)
tree8765953cf82bc6a4830d149665a1ffeb77a6879e /settings
parent18d7ca21f56a87de48d49ae47e08e6b59bd99859 (diff)
compress images and fix position
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index dbd43b9e2c4..26b2cd20e1f 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -159,6 +159,11 @@ table.nostyle td { padding: 0.2em 0; }
display: table-cell;
padding-right: 1em;
}
+
+.social-button {
+ padding-left: 0;
+ margin-left: -10px
+}
.social-button img {
padding: 10px;
}