[Pkg-owncloud-commits] [owncloud] 45/70: specify CSS rule for warning & update fieldsets - fixes #9491

David Prévot taffit at moszumanska.debian.org
Mon Jul 14 17:38:07 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit 01c0601d398db3476df333dfbe5dec447f372a9e
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Mon Jul 7 23:33:20 2014 +0200

    specify CSS rule for warning & update fieldsets - fixes #9491
---
 core/css/styles.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index ed8c84b..40c1622 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -855,11 +855,11 @@ div.crumb:active {
 }
 
 /* LEGACY FIX only - do not use fieldsets for settings */
-fieldset legend {
-	top: 20px;
+fieldset.warning legend, fieldset.update legend {
+	top: 18px;
 	position: relative;
 }
-fieldset legend + p {
+fieldset.warning legend + p, fieldset.update legend + p {
 	margin-top: 12px;
 }
 

-- 
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