diff options
author | Michael Traeger <git@m.traeger-mail.de> | 2016-12-01 00:16:57 +0100 |
---|---|---|
committer | Michael Traeger <git@m.traeger-mail.de> | 2016-12-01 00:16:57 +0100 |
commit | 24cae5a3bbf576869b05825740a4fd5d680eb69e (patch) | |
tree | 802319e1d5d9635afa3483b097bd2b36e666c919 | |
parent | 3132bd6d2a059dac5176a5826b55bd82f30fb58e (diff) |
better description
-rw-r--r-- | README.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,11 +1,13 @@ -Old Menu - Classic Side-Menu -============================ +Classic Side-Menu +================= -Fixed Width Version, Menu on the left side for [owncloud](http://owncloud.org/). +for Nextcloud and Owncloud + +Rebuild of the old Menu on the left side for [owncloud](http://owncloud.org/). Advantages compared to the default menu of owncloud / nextcloud are reduced clicks to open an application, as the sidebar is always visible on wide screens (wider than 1100px). Otherwise, the standard drop-down menu is available on smaller screens. It lays the focus more on all installed apps and not only on the files app. -Forked by Michael Träger from https://github.com/SansPseudoFix/Old_menu. This version is without the tiny Icons (therefore normal sized) and with a fix max-width of 100px for the Menu. It looks like the original old menu. +Forked from https://github.com/SansPseudoFix/Old_menu (discontinued). Differences: This version is without the tiny Icons (therefore normal sized) and with a fix max-width of 100px for the Menu. It looks like the original old menu. ## How to @@ -30,7 +32,7 @@ For use with NextCloud-Blue use ``` background-color: #0082c9; ``` -instead of `#1d2d44` for Owncloud. +instead of `#1d2d44` for Owncloud in css/old_menu.css. You can remove this line also for dark grey. @@ -41,6 +43,6 @@ On upgrades of owncloud / nextcloud the acces rights have to be correct. If you ## TODOs * Change Name/AppID to old_menu_fixed -* Enable / Disable this feature in user settings +* Enable / Disable this feature in user settings for every user individual * Change Color of sidebar in admin settings |