summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-22 16:29:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-22 16:29:44 +0200
commit425e492b4885c504f1dd1c3641add10a368a3b4f (patch)
treeb41539b2292d56f21b97f311ca1a2aee98fa89cb
parentd2fd0282a3924b8f62d45f5746e639fac9af0549 (diff)
fix z-index for mobile3.102
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/app.json2
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/version2
-rw-r--r--css/7.css11
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 @@
<description>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</description>
<licence>AGPL</licence>
<author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
- <version>3.101</version>
+ <version>3.102</version>
<require>7</require>
</info>
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;
+}