From 5492e60510379add1523454f322def81167be8be Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 11 Feb 2013 15:30:31 +0100 Subject: new style and style cleanup for the news app --- css/settings.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 css/settings.css (limited to 'css/settings.css') diff --git a/css/settings.css b/css/settings.css new file mode 100644 index 000000000..c2afd8bac --- /dev/null +++ b/css/settings.css @@ -0,0 +1,11 @@ +#app-settings { + bottom: -214px; +} + + +#app-settings input[type=file] { + opacity:0; + z-index:1001; + width:0; + height:0; +} -- cgit v1.2.3