]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix small styling problem with playback controlls
authorRobin Appelman <icewind1991@gmail.com>
Wed, 28 Sep 2011 20:39:15 +0000 (22:39 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Wed, 28 Sep 2011 20:39:15 +0000 (22:39 +0200)
files/css/files.css

index 27ead667dc4423344b7470778655d5248bd25feb..1766d03d967d2a35a9380298dbb095b0c2a4bcea 100644 (file)
@@ -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 */