From 7949c50bd0a29cccc6dbcf8eba3e21b04441876c Mon Sep 17 00:00:00 2001 From: Michael Traeger Date: Thu, 7 Jul 2016 21:13:36 +0200 Subject: meta info, collor note --- README.md | 11 ++++++++--- appinfo/app.php | 6 +++--- appinfo/info.xml | 19 ++++++++++--------- changelog.md | 4 ++-- css/old_menu.css | 2 +- notUsedCss.css | 6 ------ 6 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 notUsedCss.css diff --git a/README.md b/README.md index e0a64df..8262550 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ Old Menu =========== -Forked by Michael Träger. This is without the tiny Icons and with a fix max-width of 100px for the Menu. +Fixed Version + +Forked by Michael Träger from https://github.com/SansPseudoFix/Old_menu. This is without the tiny Icons and with a fix max-width of 100px for the Menu. -Forked from https://github.com/SansPseudoFix/Old_menu Menu on the left side for [owncloud](http://owncloud.org/). @@ -19,5 +20,9 @@ to the top. * activate Old Menu Alternative -* git clone this repo to /apps direcotry with `git clone https://github.com/mtraeger/Old_menu.git old_menu` +* git clone this repo to /apps direcotry with `git clone https://github.com/mtraeger/old_menu_fixed.git` * activate in app menu + +## Complications + +Problems could arise when using this app with the original old_menu app. diff --git a/appinfo/app.php b/appinfo/app.php index 51a9dff..ae908ad 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -1,8 +1,8 @@ +* @author SpF , Michael Traeger * * @license GNU Affero General Public license (AGPL) * @@ -25,7 +25,7 @@ /** * @file appinfo/app.php - * @author SpF + * @author SpF, Michael Traeger */ OCP\Util::addStyle ( 'old_menu', 'old_menu' ); diff --git a/appinfo/info.xml b/appinfo/info.xml index 4115d9d..c28dda1 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,13 +1,14 @@ - old_menu - Old Menu - Back to the old menu FORK. Now with 100px fix width. Old version with Big Icons. - 2.1.0 + old_menu_fixed + Old Menu FixedWith + Old Menu of Owncloud / Nextcloud. Forked version with fixed width. + 2.0.0 AGPL - SpF and Michael Traeger - 7 - - - \ No newline at end of file + Michael Traeger, forked from SpF + 8 + https://github.com/mtraeger/old_menu_fixed/issues + https://github.com/mtraeger/old_menu_fixed.git + + diff --git a/changelog.md b/changelog.md index c3c9e29..7c383b0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ -### 2016, 7 July +### 2016, 7 July (V 2.0.0) -Fixes for use with nextcloud +* Fixes for use with nextcloud * Bring back original color of upper right menu: remove #expanddiv {background-color: #1d2d44;} * removed width: 91% !important; from #controls{width: 91% !important;margin-left: 100px !important;} - now showing gallery view button * icons right fixed in controls (e.g. gallery) diff --git a/css/old_menu.css b/css/old_menu.css index f9b652e..a99ba6d 100644 --- a/css/old_menu.css +++ b/css/old_menu.css @@ -6,7 +6,7 @@ #content {margin-top: 0px;} #content-wrapper {padding-left: 100px !important;width: 100% !important;} #navigation{ - background-color: #1d2d44; + background-color: #1d2d44; /*remove this line for standard dark or set #0082c9 for nextcloud blue*/ visibility:visible; display: block !important; position:fixed !important; diff --git a/notUsedCss.css b/notUsedCss.css deleted file mode 100644 index 0aff571..0000000 --- a/notUsedCss.css +++ /dev/null @@ -1,6 +0,0 @@ -/*not used css since commit 35353dc53824f90e9de18efb905d5b26c556f8f4 from upstream */ - -/*has no effect for me in little testing*/ -table.multiselect thead{width: 76% !important; left: 24.3% !important; margin: 0px !important; } - - -- cgit v1.2.3