From 49e15f013091945c242819ef9f865621e3dd90bd Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 7 Jun 2014 12:07:50 +0200 Subject: [PATCH 1/2] 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%; } From c0973fe7e8a68da42a64ad1f6566a6d17b58e0ce Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 7 Jun 2014 12:08:12 +0200 Subject: [PATCH 2/2] display empty content message a bit higher up so it's easier to see --- core/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index 6e8f6868b1d..d407fd7629b 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -305,7 +305,7 @@ input[type="submit"].enabled { color: #888; position: absolute; text-align: center; - top: 50%; + top: 30%; width: 100%; }