diff options
Diffstat (limited to '')
-rw-r--r-- | changelog.md | 4 | ||||
-rw-r--r-- | css/old_menu.css | 3 | ||||
-rw-r--r-- | notUsedCss.css | 6 |
3 files changed, 9 insertions, 4 deletions
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;} + + + |