mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
Merge pull request #222 from Bladrak/improvedFormRendering
Increased input field width for sandbox forms to improve readability wit...
This commit is contained in:
commit
44ec2c257b
@ -538,11 +538,19 @@ li.operation.unlink div.content h4 {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
form .parameters,
|
form .parameters {
|
||||||
|
float: left;
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
form .parameters .tuple input {
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
form .headers,
|
form .headers,
|
||||||
form .request-content {
|
form .request-content {
|
||||||
float: left;
|
float: left;
|
||||||
width: 33%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user