From 406d028b25f5ef0c1c0b3e960f49cb4c7b64ccad Mon Sep 17 00:00:00 2001 From: Michael Traeger Date: Thu, 1 Dec 2016 00:23:52 +0100 Subject: rename --- css/classic_sidemenu.css | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ css/old_menu.css | 57 ------------------------------------------------ 2 files changed, 57 insertions(+), 57 deletions(-) create mode 100644 css/classic_sidemenu.css delete mode 100644 css/old_menu.css (limited to 'css') 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