diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-07 12:07:50 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-07 12:07:50 +0200 |
commit | 49e15f013091945c242819ef9f865621e3dd90bd (patch) | |
tree | 65f5d6139eb5ab49927a2404667933ce634448b0 /core/css/apps.css | |
parent | e0446a1df530100e53aab018159cd6df41ae7763 (diff) | |
download | nextcloud-server-49e15f013091945c242819ef9f865621e3dd90bd.tar.gz nextcloud-server-49e15f013091945c242819ef9f865621e3dd90bd.zip |
app settings: only display text fields at full width, not buttons
Diffstat (limited to 'core/css/apps.css')
-rw-r--r-- | core/css/apps.css | 2 |
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%; } |