[Pkg-owncloud-commits] [owncloud] 40/145: fix public share download button width
David Prévot
taffit at moszumanska.debian.org
Wed Feb 26 16:27:40 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 63b078b5501c764783e268bb7173fb9bcbaf6b36
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date: Wed Feb 5 11:02:21 2014 +0100
fix public share download button width
---
apps/files_sharing/css/public.css | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index f4e89b5..f4c0ac0 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -88,14 +88,21 @@ thead{
margin: 0;
}
+.directDownload,
.directLink {
margin-bottom: 20px;
}
+.directDownload .button img {
+ vertical-align: text-bottom;
+}
.directLink label {
font-weight: normal;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+ filter: alpha(opacity=50);
+ opacity: .5;
}
.directLink input {
- margin-left: 10px;
+ margin-left: 5px;
width: 300px;
}
.public_actions {
--
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