aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-01-18 21:49:38 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-01-30 12:59:34 +0100
commit0089b17749fa3d8bb0b7eaa7abf493e49b9a7e11 (patch)
tree8563d4e0e76d700962f9262150b862ac55429518 /apps/files/css/files.css
parent5761bd771f4142394a00083712b63e77f8976946 (diff)
downloadnextcloud-server-0089b17749fa3d8bb0b7eaa7abf493e49b9a7e11.tar.gz
nextcloud-server-0089b17749fa3d8bb0b7eaa7abf493e49b9a7e11.zip
add multselect dnd
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index e65f724f688..9ff550189db 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -122,3 +122,14 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
div.crumb a{ padding:0.9em 0 0.7em 0; }
+
+table.dragshadow {
+ width:auto;
+}
+table.dragshadow td.filename {
+ padding-left:36px;
+ padding-right:16px;
+}
+table.dragshadow td.size {
+ padding-right:8px;
+} \ No newline at end of file