File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ Nextcloud is written by:
6161 - Derek <derek.kelly27@gmail.com>
6262 - Dominik Schmidt <dev@dominik-schmidt.de>
6363 - Donquixote <marjunebatac@gmail.com>
64+  - Fabian Dreßler <nudelsalat@clouz.de>
6465 - Fabian Henze <flyser42@gmx.de>
6566 - Fabrizio Steiner <fabrizio.steiner@gmail.com>
6667 - Felix A. Epp <work@felixepp.de>
Original file line number Diff line number Diff line change 1- /*  Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
2-  This file is licensed under the Affero General Public License version 3 or later. 
3-  See the COPYING-README file. */  
1+ /* *
2+  * Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net 
3+  * @copyright Copyright (c) 2019, Fabian Dreßler <nudelsalat@clouz.de> 
4+  * 
5+  * This file is licensed under the Affero General Public License version 3 or later. 
6+  * See the COPYING-README file.  
7+  */  
48
59/*  SETTINGS */ 
610#files-setting-showhidden  {
7478			position -webkit-sticky ;
7579			position sticky ;
7680			//  header + breadcrumbs
77- 			top :  $header-height ; 
78- 			padding- top40 px 
81+ 			//  44px coming from #controls in core/css/styles.scss 
82+ 			top $header-height   +   44 px 
7983			//  under breadcrumbs, over file list
8084			z-index 55 ;
8185			display block ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments