aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index ebb0c269000..f919bf09fb9 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;