[Pkg-owncloud-commits] [owncloud] 192/215: fix layout for documentation link hints

David Prévot taffit at moszumanska.debian.org
Tue May 5 01:01:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 9ec80377e6b4ff6cff56bb91ba2d2f27fa0fb847
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Thu Apr 30 17:12:34 2015 -0400

    fix layout for documentation link hints
---
 settings/css/settings.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/settings/css/settings.css b/settings/css/settings.css
index f610e96..583e880 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 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list