From c90bd7cce41fb2b4b5e7574f360224a2f551c68a Mon Sep 17 00:00:00 2001 From: Hugo Briand Date: Wed, 31 Jul 2013 10:38:09 +0200 Subject: [PATCH] Increased input field width for sandbox forms to improve readability with long keys --- Resources/public/css/screen.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css index 53db669..37f3dab 100644 --- a/Resources/public/css/screen.css +++ b/Resources/public/css/screen.css @@ -538,11 +538,19 @@ li.operation.unlink div.content h4 { display: none; } -form .parameters, +form .parameters { + float: left; + width: 50%; +} + +form .parameters .tuple input { + width: 40%; +} + form .headers, form .request-content { float: left; - width: 33%; + width: 25%; } .buttons {