Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
fix z-index for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Sep 22, 2014
1 parent d2fd028 commit 425e492
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "news",
"description": "ownCloud News App",
"licence": "AGPL",
"version": "3.101",
"version": "3.102",
"authors": [
{
"name": "Bernhard Posselt",
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion appinfo/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.101
3.102
11 changes: 10 additions & 1 deletion css/7.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,13 @@
border-top-left-radius: 0;
border-left: 0;
margin-right: 0;
}
}

#app-content {
z-index: 5000;
}

#app-settings,
#expanddiv {
z-index: 2000;
}

0 comments on commit 425e492

Please sign in to comment.