From 81b4904c78f98d3c42c85463488eaa1765c13c28 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Wed, 2 Oct 2013 21:13:07 +0530 Subject: [PATCH 1/3] File Selected on Click instead of download. --- apps/files/css/files.css | 6 ++++++ apps/files/templates/part.list.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index b3ecd1dab93..82b3024231b 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -228,6 +228,12 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; } -webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms; } +#fileList tr td.filename .name { + position: absolute; + width: 100%; + height: 50px; +} + #uploadsize-message,#delete-confirm { display:none; } /* File actions */ diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php index 1e4d4d11c98..ed3e3a2d94a 100644 --- a/apps/files/templates/part.list.php +++ b/apps/files/templates/part.list.php @@ -31,7 +31,7 @@ $totalsize = 0; ?> - + From 4a5f3442b5cab84c5cadc65567f15e56b258cc20 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Wed, 2 Oct 2013 21:40:34 +0530 Subject: [PATCH 2/3] Closes Label inside the a tag for not hiding the fileactions. --- apps/files/css/files.css | 2 +- apps/files/templates/part.list.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 82b3024231b..0269978374b 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -228,7 +228,7 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; } -webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms; } -#fileList tr td.filename .name { +#fileList tr td.filename a.name label { position: absolute; width: 100%; height: 50px; diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php index ed3e3a2d94a..4e37cfb379f 100644 --- a/apps/files/templates/part.list.php +++ b/apps/files/templates/part.list.php @@ -31,7 +31,9 @@ $totalsize = 0; ?> - + + + From 0d5653c6b1a5ef78f3619a7937c20a795797a499 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Wed, 2 Oct 2013 22:11:03 +0530 Subject: [PATCH 3/3] Takes nametext inside the anchor tag to fix the issue completely. --- apps/files/templates/part.list.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php index 4e37cfb379f..0679da334de 100644 --- a/apps/files/templates/part.list.php +++ b/apps/files/templates/part.list.php @@ -30,18 +30,15 @@ $totalsize = 0; ?> + + + - + + - - - - - - -