summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-30 17:12:34 -0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-30 17:12:34 -0400
commit9ec80377e6b4ff6cff56bb91ba2d2f27fa0fb847 (patch)
tree020626cf284ad557d8aaf0af746e3e61f6758243 /settings/css
parent8b37e25ec207e1010edd66883cedfa1d39b3578c (diff)
downloadnextcloud-server-9ec80377e6b4ff6cff56bb91ba2d2f27fa0fb847.tar.gz
nextcloud-server-9ec80377e6b4ff6cff56bb91ba2d2f27fa0fb847.zip
fix layout for documentation link hints
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index f610e96eea8..583e8804951 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -368,8 +368,15 @@ table.grid td.date{
display: inline-block;
}
+/* correctly display help icons next to headings */
.icon-info {
padding: 11px 20px;
+ vertical-align: text-bottom;
+}
+#shareAPI h2,
+#encryptionAPI h2,
+#mail_general_settings h2 {
+ display: inline-block;
}
.mail_settings p label:first-child {