Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-07 14:07:50 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-07 14:07:50 +0400
commit49e15f013091945c242819ef9f865621e3dd90bd (patch)
tree65f5d6139eb5ab49927a2404667933ce634448b0 /core/css/apps.css
parente0446a1df530100e53aab018159cd6df41ae7763 (diff)
app settings: only display text fields at full width, not buttons
Diffstat (limited to 'core/css/apps.css')
-rw-r--r--core/css/apps.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index f919bf09fb9..be1a98c3c1e 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -220,7 +220,7 @@
}
/* display input fields at full width */
-#app-settings-content input {
+#app-settings-content input[type='text'] {
width: 93%;
}