From 4a5f3442b5cab84c5cadc65567f15e56b258cc20 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Wed, 2 Oct 2013 21:40:34 +0530 Subject: Closes Label inside the a tag for not hiding the fileactions. --- apps/files/css/files.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/css') 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; -- cgit v1.2.3