diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 0392733f4ca7ea7e213a163f903d2438e1495274..ce6d3f9aed5f6ed0d8522e7556033c54c0c7d58d 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -113,10 +113,6 @@
 	bottom: 0;
 }
 
-.app-files #app-settings input {
-	width: 90%;
-}
-
 #filestable tbody tr { background-color:#fff; height:40px; }
 #filestable tbody tr:hover, tbody tr:active {
 	background-color: rgb(240,240,240);
diff --git a/core/css/apps.css b/core/css/apps.css
index ebb0c2690009bfd8738c627468195d481cf2f77d..f919bf09fb9b615bea2eb912e242d861e8985c61 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -190,6 +190,10 @@
 	overflow-y: auto;
 }
 
+
+
+/* APP-SETTINGS ---------------------------------------------------------------*/
+
 /* settings area */
 #app-settings {
 	position: fixed;
@@ -215,6 +219,11 @@
 	overflow-y: auto;
 }
 
+/* display input fields at full width */
+#app-settings-content input {
+	width: 93%;
+}
+
 .settings-button {
 	display: block;
 	height: 44px;