summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/css/files.css4
-rw-r--r--core/css/apps.css9
2 files changed, 9 insertions, 4 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 0392733f4ca..ce6d3f9aed5 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 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;