[Pkg-owncloud-commits] [owncloud] 25/107: Fix the width of the share with input
David Prévot
taffit at moszumanska.debian.org
Thu Dec 17 19:40:33 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 42f2ae63264e37dc37a51078b2913faadd79f83e
Author: Morris Jobke <hey at morrisjobke.de>
Date: Mon Nov 30 16:46:51 2015 +0100
Fix the width of the share with input
* the ID of this has changed to #shareWith-viewNUMBER and shouldn't
be used in CSS
* now uses the proper classes
---
apps/files_sharing/css/sharetabview.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index 7597004..642c090 100644
--- a/apps/files_sharing/css/sharetabview.css
+++ b/apps/files_sharing/css/sharetabview.css
@@ -28,7 +28,7 @@
width: 94%;
margin-left: 0;
}
-.shareTabView #shareWith {
+.shareTabView input[type="text"].shareWithField {
width: 80%;
}
--
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