From 406d028b25f5ef0c1c0b3e960f49cb4c7b64ccad Mon Sep 17 00:00:00 2001 From: Michael Traeger Date: Thu, 1 Dec 2016 00:23:52 +0100 Subject: rename --- appinfo/app.php | 8 +++---- appinfo/info.xml | 10 ++++----- changelog.md | 4 ++++ css/classic_sidemenu.css | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ css/old_menu.css | 57 ------------------------------------------------ 5 files changed, 70 insertions(+), 66 deletions(-) create mode 100644 css/classic_sidemenu.css delete mode 100644 css/old_menu.css diff --git a/appinfo/app.php b/appinfo/app.php index ae908ad..7424cc0 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -1,8 +1,8 @@ , Michael Traeger +* @author Michael Traeger * * @license GNU Affero General Public license (AGPL) * @@ -25,9 +25,9 @@ /** * @file appinfo/app.php - * @author SpF, Michael Traeger + * @author Michael Traeger */ -OCP\Util::addStyle ( 'old_menu', 'old_menu' ); +OCP\Util::addStyle ( 'classic_sidemenu', 'classic_sidemenu' ); ?> diff --git a/appinfo/info.xml b/appinfo/info.xml index fd2fb75..2b9b87e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,12 +1,12 @@ - old_menu - Old Menu FixedWith - Old Menu of Owncloud / Nextcloud. Forked version with fixed width. - 2.0.0 + classic_sidemenu + Classic SideMenu + Classid SideMenu - The old menu of Owncloud / Nextcloud. Forked from SpF. + 2.1.0 AGPL - Michael Traeger, forked from SpF + Michael Traeger https://github.com/mtraeger/own-nextcloud_old_menu/issues https://github.com/mtraeger/own-nextcloud_old_menu.git diff --git a/changelog.md b/changelog.md index 7c383b0..522e2fe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +### 2016, 1 December (V 2.1.0) + +* Renaming of the app + ### 2016, 7 July (V 2.0.0) * Fixes for use with nextcloud diff --git a/css/classic_sidemenu.css b/css/classic_sidemenu.css new file mode 100644 index 0000000..a99ba6d --- /dev/null +++ b/css/classic_sidemenu.css @@ -0,0 +1,57 @@ +@media screen and (min-width: 1100px){ + +#controls{margin-left: 100px !important;} +#controls .right{margin-right: 100px;} + +#content {margin-top: 0px;} +#content-wrapper {padding-left: 100px !important;width: 100% !important;} +#navigation{ + background-color: #1d2d44; /*remove this line for standard dark or set #0082c9 for nextcloud blue*/ + visibility:visible; + display: block !important; + position:fixed !important; + bottom:0px; + width: 100px !important; + top:45px; + left:0px; + max-height: 100% !important; + margin-top:0px !important; + -moz-user-select: none; + -moz-box-sizing: border-box; + box-shadow: 0px 0px 0px transparent; + border-radius: 0px; +} + +/*Hide DropDown Icon on Top of Menu*/ +#navigation:after { + display:none; +} + +#navigation #apps ul{text-align: center;} + +/* may not be required +app-navigation{width: 19.5% !important;}*/ + + +/* Default Apps */ + +#bookmark_settings {width:19.5% !important;} +.bookmarks_list, #firstrun {left:27% !important;} +#navigation .wrapper {margin: auto;} +#header .icon-caret {display:none;} + +table.multiselect thead{left: auto !important;margin: 0px !important; padding: 0px !important;} +/*table.multiselect thead{width: 76% !important; left: auto !important; margin: 0px !important; }*/ +#slideshow{z-index: 5000 !important;} + +/*********************************************************** +* +* 3rd Party Apps +* +************************************************************/ + +/* owncloud-markdown (https://github.com/icewind1991/owncloud-markdown) */ +#md_preview {padding-left: 60px;} + +} + diff --git a/css/old_menu.css b/css/old_menu.css deleted file mode 100644 index a99ba6d..0000000 --- a/css/old_menu.css +++ /dev/null @@ -1,57 +0,0 @@ -@media screen and (min-width: 1100px){ - -#controls{margin-left: 100px !important;} -#controls .right{margin-right: 100px;} - -#content {margin-top: 0px;} -#content-wrapper {padding-left: 100px !important;width: 100% !important;} -#navigation{ - background-color: #1d2d44; /*remove this line for standard dark or set #0082c9 for nextcloud blue*/ - visibility:visible; - display: block !important; - position:fixed !important; - bottom:0px; - width: 100px !important; - top:45px; - left:0px; - max-height: 100% !important; - margin-top:0px !important; - -moz-user-select: none; - -moz-box-sizing: border-box; - box-shadow: 0px 0px 0px transparent; - border-radius: 0px; -} - -/*Hide DropDown Icon on Top of Menu*/ -#navigation:after { - display:none; -} - -#navigation #apps ul{text-align: center;} - -/* may not be required -app-navigation{width: 19.5% !important;}*/ - - -/* Default Apps */ - -#bookmark_settings {width:19.5% !important;} -.bookmarks_list, #firstrun {left:27% !important;} -#navigation .wrapper {margin: auto;} -#header .icon-caret {display:none;} - -table.multiselect thead{left: auto !important;margin: 0px !important; padding: 0px !important;} -/*table.multiselect thead{width: 76% !important; left: auto !important; margin: 0px !important; }*/ -#slideshow{z-index: 5000 !important;} - -/*********************************************************** -* -* 3rd Party Apps -* -************************************************************/ - -/* owncloud-markdown (https://github.com/icewind1991/owncloud-markdown) */ -#md_preview {padding-left: 60px;} - -} - -- cgit v1.2.3