[Pkg-owncloud-commits] [owncloud] 152/165: add whitespace to bottom of files list to correctly show dropdowns, fix #15801
David Prévot
taffit at moszumanska.debian.org
Thu Apr 23 04:06:57 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 b92dd82e412e7e8299371a35d59712aef9aa3f29
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Wed Apr 22 13:58:22 2015 +0200
add whitespace to bottom of files list to correctly show dropdowns, fix #15801
---
apps/files/css/files.css | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index bce85b7..9e55e42 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -602,18 +602,19 @@ a.action>img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity: .3;
- height: 60px;
+ /* add whitespace to bottom of files list to correctly show dropdowns */
+ height: 300px;
}
-
.summary:hover,
.summary:focus,
.summary,
table tr.summary td {
background-color: transparent;
}
-
.summary td {
border-bottom: none;
+ vertical-align: top;
+ padding-top: 20px;
}
.summary .info {
margin-left: 40px;
--
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