From d421898deb5fb182576f8149d1396de7fd436a3c Mon Sep 17 00:00:00 2001 From: Michael Traeger Date: Thu, 7 Jul 2016 18:39:03 +0200 Subject: more cleanups --- changelog.md | 1 + css/old_menu.css | 4 +--- notUsedCss.css | 7 ++++++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index ab66522..32b0050 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ 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 +* ### 2015, 22 March: diff --git a/css/old_menu.css b/css/old_menu.css index 22454b8..235ed00 100644 --- a/css/old_menu.css +++ b/css/old_menu.css @@ -1,7 +1,6 @@ @media screen and (min-width: 1100px){ #controls{margin-left: 100px !important;} -/*#app-navigation + #app-content #controls{width: 74.2% !important;left: auto !important;}*/ #content {margin-top: 0px;} @@ -30,8 +29,7 @@ #navigation #apps ul{text-align: center;} -/*#leftcontent{width: 21% !important;} -#rightcontent{width: 78% !important;} +/* may not be required app-navigation{width: 19.5% !important;}*/ #bookmark_settings {width:19.5% !important;} diff --git a/notUsedCss.css b/notUsedCss.css index 436d437..3967016 100644 --- a/notUsedCss.css +++ b/notUsedCss.css @@ -1,6 +1,11 @@ /*not used css since commit 35353dc53824f90e9de18efb905d5b26c556f8f4 from upstream */ -table.multiselect thead {width: 100% !important; left: 24.3% !important; position: relative !important;top: 0px !important;} +/*has no effect for me in little testing*/ +table.multiselect thead{width: 76% !important; left: 24.3% !important; margin: 0px !important; } + +/* oc 7 compatibility */ ++#leftcontent{width: 21% !important;} ++#rightcontent{width: 78% !important;} ++/* /oc 7 */ -- cgit v1.2.3