From c52c699aac3a14d44c39b41391bf23eeece72984 Mon Sep 17 00:00:00 2001 From: Michael Traeger Date: Thu, 7 Jul 2016 18:29:35 +0200 Subject: cleaning up --- changelog.md | 4 ++-- css/old_menu.css | 3 +-- notUsedCss.css | 6 ++++++ 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 notUsedCss.css diff --git a/changelog.md b/changelog.md index 916b4a1..57e4bdc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,8 @@ ### 2016, 7 July Fixes for use with nextcloud -* Bring back original color of upper right menu -* +* 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;} - might not be required? ### 2015, 22 March: diff --git a/css/old_menu.css b/css/old_menu.css index c8f9f74..22454b8 100644 --- a/css/old_menu.css +++ b/css/old_menu.css @@ -1,7 +1,6 @@ @media screen and (min-width: 1100px){ -/*#expanddiv {background-color: #1d2d44;}*/ -#controls{width: 91% !important;margin-left: 100px !important;} +#controls{margin-left: 100px !important;} /*#app-navigation + #app-content #controls{width: 74.2% !important;left: auto !important;}*/ diff --git a/notUsedCss.css b/notUsedCss.css new file mode 100644 index 0000000..436d437 --- /dev/null +++ b/notUsedCss.css @@ -0,0 +1,6 @@ +/*not used css since commit 35353dc53824f90e9de18efb905d5b26c556f8f4 from upstream */ + +table.multiselect thead {width: 100% !important; left: 24.3% !important; position: relative !important;top: 0px !important;} + + + -- cgit v1.2.3