aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 14:52:23 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-06 14:52:23 +0200
commit1a519b851d3a867d13c9fc25b0cff6ec9cb29642 (patch)
tree3eeaec41db51a1627a6f9554041ff52d3a0659dc /core
parent5cebb6fb9b541efa26fa5a06fdd2cc589bb70932 (diff)
parent08b5f787cc26dce46e94f170a63874e2428482d8 (diff)
downloadnextcloud-server-1a519b851d3a867d13c9fc25b0cff6ec9cb29642.tar.gz
nextcloud-server-1a519b851d3a867d13c9fc25b0cff6ec9cb29642.zip
Merge pull request #8923 from owncloud/app-settings-input
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;