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 {