summaryrefslogtreecommitdiffstats
path: root/css/settings.css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:30:31 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-11 15:30:55 +0100
commit5492e60510379add1523454f322def81167be8be (patch)
tree8fff208ff6492758cff1b17aae7ec02c797cd322 /css/settings.css
parente10d99e13da782e4c4bed03974bb10959ed333b4 (diff)
new style and style cleanup for the news app
Diffstat (limited to 'css/settings.css')
-rw-r--r--css/settings.css11
1 files changed, 11 insertions, 0 deletions
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;
+}