Change content class name to request-content

This commit is contained in:
Samuel Gordalina 2012-07-06 00:23:14 +02:00
parent 557e4523de
commit 4fdc526b42
2 changed files with 3 additions and 3 deletions

View File

@ -1199,7 +1199,7 @@ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operatio
form .parameters, form .parameters,
form .headers, form .headers,
form .content { form .request-content {
float: left; float: left;
width: 33%; width: 33%;
} }
@ -1209,7 +1209,7 @@ form .content {
padding-top: 10px; padding-top: 10px;
} }
form .content textarea { .request-content textarea {
width:100%; width:100%;
min-width:100%; min-width:100%;
max-width:100%; max-width:100%;

View File

@ -127,7 +127,7 @@
<button class="add">New header</button> <button class="add">New header</button>
</fieldset> </fieldset>
<fieldset class="content"> <fieldset class="request-content">
<legend>Content</legend> <legend>Content</legend>
<textarea class="content" placeholder="Content set here will override the parameters that do not match the url"></textarea> <textarea class="content" placeholder="Content set here will override the parameters that do not match the url"></textarea>