Merge branch 'fix_nextcloud_file_app_plus_meny_by_moving_create_md_file_to_last_position' into 'master'
Fix nextcloud file app plus menu by moving create md file to last position Closes digitaldemocratic/digitaldemocratic#47 See merge request isard/isard-apps!29
commit
8c0054093c
|
@ -34,6 +34,14 @@
|
|||
<?php emit_css_loading_tags($_); ?>
|
||||
<?php emit_script_loading_tags($_); ?>
|
||||
<?php print_unescaped($_['headers']); ?>
|
||||
<style>
|
||||
/*
|
||||
* Move "New text document" to last position of file app plus menu
|
||||
*/
|
||||
.newFileMenu > ul:nth-child(1) > li:nth-child(3) {
|
||||
order: 1;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body id="<?php p($_['bodyid']);?>">
|
||||
<?php include 'layout.noscript.warning.php'; ?>
|
||||
|
|
Loading…
Reference in New Issue