Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Facyla committed Nov 10, 2016
1 parent 3fcad4d commit d5d414a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions mod/esope/views/default/esope/css.php
Original file line number Diff line number Diff line change
Expand Up @@ -916,12 +916,8 @@
/* Arborescence : taille de plus en plus petite */
.treeview { font-size:16px; }
.treeview li { font-size:0.95em; }
.treeview li.elgg-state-selected a.selected {
color:white;
background-color:<?php echo $linkcolor; ?>;
font-weight: bold;
padding: 2px 7px;
}
.treeview li.elgg-state-selected a.selected { color:white; background-color:<?php echo $linkcolor; ?>; font-weight: bold; padding: 2px 7px; }
.elgg-page-body div.elgg-module ul.treeview li { padding: 3px 0pt 3px 16px; }


#file_tools_list_tree_container { max-width: 100%; padding:0; }
Expand Down
2 changes: 1 addition & 1 deletion mod/rssimport/languages/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@
'rssimport:date:format' => 'j/m/Y à H:i',

);
add_translation("fr",$french);4
add_translation("fr",$french);

0 comments on commit d5d414a

Please sign in to comment.