Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-04-23 00:53:26 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-04-23 00:53:26 +0300
commit7b7d05eb7439822c423e2fe50cc881d9b7b1083b (patch)
treeaaee69c02925e4c78e101a965915a13c7a67eeed
parent903d52d45f1b0de3a3346fa837238f2d9cdff57b (diff)
parentb92dd82e412e7e8299371a35d59712aef9aa3f29 (diff)
Merge pull request #15805 from owncloud/fileslist-whitespace
add whitespace to bottom of files list to correctly show dropdowns
-rw-r--r--apps/files/css/files.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index bce85b7f5e7..9e55e428057 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;