summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/settings.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/css/settings.css b/css/settings.css
index 01438b2d9..a8bbe9cd3 100644
--- a/css/settings.css
+++ b/css/settings.css
@@ -8,10 +8,8 @@
* @copyright Bernhard Posselt 2014
*/
#app-settings input[type=file] {
- opacity:0;
- z-index:1001;
- width:0;
- height:0;
+ position: absolute;
+ left: -30000px;
}
#app-settings .opened:hover {
@@ -44,13 +42,13 @@
#app-settings .import-export button,
#app-settings .import-export a {
- width: 110px;
+ width: 113px;
height: 30px;
margin: 0;
vertical-align: middle;
+ background-position: center;
}
#app-settings .import-export a {
display: inline-block;
- padding-left: 38px;
} \ No newline at end of file