From 425e492b4885c504f1dd1c3641add10a368a3b4f Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 22 Sep 2014 16:29:44 +0200 Subject: fix z-index for mobile --- CHANGELOG.md | 4 ++++ appinfo/app.json | 2 +- appinfo/info.xml | 2 +- appinfo/version | 2 +- css/7.css | 11 ++++++++++- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fac81aa2..90b739cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +owncloud-news (3.102) +* **Bugfix**: Fix z-index for stable7 so menu buttons dont overlap content in mobile view +* **Bugfix**: Use public namespace for template script and style template functions + owncloud-news (3.101) * **Bugfix**: Fix remove YouTube autoplay on libxml versions < 2.6 * **Enhancement**: Backport to stable7 diff --git a/appinfo/app.json b/appinfo/app.json index 78d2ad3fa..e9b932685 100644 --- a/appinfo/app.json +++ b/appinfo/app.json @@ -3,7 +3,7 @@ "id": "news", "description": "ownCloud News App", "licence": "AGPL", - "version": "3.101", + "version": "3.102", "authors": [ { "name": "Bernhard Posselt", diff --git a/appinfo/info.xml b/appinfo/info.xml index 2ecad8274..0d04f776d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,6 +5,6 @@ An RSS/Atom feed reader. Requires ownCloud backgroundjobs or an updater script to be enabled to update your feeds. See the README.rst in the apps top directory AGPL Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors). - 3.101 + 3.102 7 diff --git a/appinfo/version b/appinfo/version index 2280cdbb7..5e7735f28 100644 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -3.101 \ No newline at end of file +3.102 \ No newline at end of file diff --git a/css/7.css b/css/7.css index c30090a8c..e5b0ceb96 100644 --- a/css/7.css +++ b/css/7.css @@ -255,4 +255,13 @@ border-top-left-radius: 0; border-left: 0; margin-right: 0; - } \ No newline at end of file + } + +#app-content { + z-index: 5000; +} + +#app-settings, +#expanddiv { + z-index: 2000; +} -- cgit v1.2.3