aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 13:01:24 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 13:01:24 +0200
commit08b5f787cc26dce46e94f170a63874e2428482d8 (patch)
treead216aa9500a6f11947e51b88a17710511fd63f4 /core
parent204eb256f39e2aaedd0b416f25573a9abb822eac (diff)
downloadnextcloud-server-08b5f787cc26dce46e94f170a63874e2428482d8.tar.gz
nextcloud-server-08b5f787cc26dce46e94f170a63874e2428482d8.zip
app settings: display input fields at full width
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;