diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-09-28 22:39:15 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-09-28 22:39:15 +0200 |
commit | dded8ab27d0a07b45ffe8e91f5bfb373d7cd7d5b (patch) | |
tree | 1335fb8b4fc3974188dcaeab9a353c8ea18e428d /files | |
parent | 93a0e668a6111f2eddeb2e5b7baa9950925253ad (diff) | |
download | nextcloud-server-dded8ab27d0a07b45ffe8e91f5bfb373d7cd7d5b.tar.gz nextcloud-server-dded8ab27d0a07b45ffe8e91f5bfb373d7cd7d5b.zip |
fix small styling problem with playback controlls
Diffstat (limited to 'files')
-rw-r--r-- | files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css index 27ead667dc4..1766d03d967 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -59,7 +59,7 @@ table thead.fixed { height:2em; } #fileList tr td.filename { -webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms; } #select_all { float:left; margin:.3em 0.6em 0 .5em; } #uploadsize-message,#delete-confirm { display:none; } -.selectedActions a, a.action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; } +.selectedActions a,#fileList a.action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; } .selectedActions { display:none; } /* add breadcrumb divider to the File item in navigation panel */ |