]> source.dussan.org Git - nextcloud-server.git/commitdiff
add whitespace to bottom of files list to correctly show dropdowns, fix #15801
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 22 Apr 2015 11:58:22 +0000 (13:58 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 22 Apr 2015 11:58:53 +0000 (13:58 +0200)
apps/files/css/files.css

index bce85b7f5e704bf0f643d71dfe9bcb8d6a37ca59..9e55e428057940446c24a0456f1140ca0bcc8f3b 100644 (file)
@@ -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;