From 49e15f013091945c242819ef9f865621e3dd90bd Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 7 Jun 2014 12:07:50 +0200 Subject: [PATCH] app settings: only display text fields at full width, not buttons --- core/css/apps.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%; }