meta info, collor note
This commit is contained in:
parent
efb2c64e74
commit
7949c50bd0
6 changed files with 24 additions and 24 deletions
11
README.md
11
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.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* @package old_menu an ownCloud app
|
||||
* @package old_menu_fixed an ownCloud app
|
||||
* @category base
|
||||
* @author SpF <spf@sanspseudofix.fr>
|
||||
* @author SpF <spf@sanspseudofix.fr>, 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' );
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
<info>
|
||||
|
||||
<id>old_menu</id>
|
||||
<name>Old Menu</name>
|
||||
<description>Back to the old menu FORK. Now with 100px fix width. Old version with Big Icons.</description>
|
||||
<version>2.1.0</version>
|
||||
<id>old_menu_fixed</id>
|
||||
<name>Old Menu FixedWith</name>
|
||||
<description>Old Menu of Owncloud / Nextcloud. Forked version with fixed width.</description>
|
||||
<version>2.0.0</version>
|
||||
<licence>AGPL</licence>
|
||||
<author>SpF and Michael Traeger</author>
|
||||
<require>7</require>
|
||||
|
||||
|
||||
</info>
|
||||
<author>Michael Traeger, forked from SpF</author>
|
||||
<require>8</require>
|
||||
<bugs>https://github.com/mtraeger/old_menu_fixed/issues</bugs>
|
||||
<repository type="git">https://github.com/mtraeger/old_menu_fixed.git</repository>
|
||||
<ocsid></ocsid>
|
||||
</info>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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; }
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue