You are here

elfinder.drupal.css in elFinder file manager 7

Same filename and directory in other branches
  1. 6 css/elfinder.drupal.css
.el-finder-nav ul li {
	background:none;
	padding:0;
	margin:0;
}


.el-finder-nav ul {
	list-style-type:none!important;  
}

.el-finder-cwd label {
 font-weight:normal!important;
 overflow:visible!important;
}

.el-finder-cwd .html p { background-position: 0 -550px; }
.el-finder-cwd .directory p { background-position: 0 -50px; }

File

css/elfinder.drupal.css
View source
  1. .el-finder-nav ul li {
  2. background:none;
  3. padding:0;
  4. margin:0;
  5. }
  6. .el-finder-nav ul {
  7. list-style-type:none!important;
  8. }
  9. .el-finder-cwd label {
  10. font-weight:normal!important;
  11. overflow:visible!important;
  12. }
  13. .el-finder-cwd .html p { background-position: 0 -550px; }
  14. .el-finder-cwd .directory p { background-position: 0 -50px; }