diff --git a/modules/swagger-codegen/src/main/resources/swagger-static/assets/css/style.css b/modules/swagger-codegen/src/main/resources/swagger-static/assets/css/style.css index b26d2ef13ca..f14f6bdb62c 100644 --- a/modules/swagger-codegen/src/main/resources/swagger-static/assets/css/style.css +++ b/modules/swagger-codegen/src/main/resources/swagger-static/assets/css/style.css @@ -151,15 +151,31 @@ padding-top: 20px; } -.param { +li.parameter { + list-style: none; display: block; - float: left; - width: 220px; - clear: left; + padding-left: 1em; +} + +.param{ + display: block; +} + +.param-name { + margin-left: 1em; +} + +.param-in { + font-weight: bold; + font-size: 1.1em; +} +.param-type { + margin-left: 1em; + font-style: italic; } .param-description { - float: left; + display: block; font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; } @@ -289,4 +305,4 @@ .top-bar ul#nav:hover li { border-color: #222222; -} \ No newline at end of file +} diff --git a/modules/swagger-codegen/src/main/resources/swagger-static/operation.mustache b/modules/swagger-codegen/src/main/resources/swagger-static/operation.mustache index e84542d1b72..c2c70aa906d 100644 --- a/modules/swagger-codegen/src/main/resources/swagger-static/operation.mustache +++ b/modules/swagger-codegen/src/main/resources/swagger-static/operation.mustache @@ -17,36 +17,19 @@
{{description}}
- +{{description}}
+Pet object that needs to be added to the store
-Pet object that needs to be added to the store
+Pet object that needs to be added to the store
-Pet object that needs to be added to the store
+Status values that need to be considered for filter
-Status values that need to be considered for filter
+Tags to filter by
-Tags to filter by
+ID of pet that needs to be fetched
-ID of pet that needs to be fetched
+ID of pet that needs to be updated
-ID of pet that needs to be updated
+ -Updated name of the pet
-Updated name of the pet
+ -Updated status of the pet
-Updated status of the pet
+Pet id to delete
-Pet id to delete
+ID of pet to update
-ID of pet to update
+ -Additional data to pass to server
-Additional data to pass to server
+ -file to upload
-file to upload
+order placed for purchasing the pet
-order placed for purchasing the pet
+ID of pet that needs to be fetched
-ID of pet that needs to be fetched
+ID of the order that needs to be deleted
-ID of the order that needs to be deleted
+Created user object
-Created user object
+List of user object
-List of user object
+List of user object
-List of user object
+The user name for login
-The user name for login
+ -The password for login in clear text
-The password for login in clear text
+The name that needs to be fetched. Use user1 for testing.
-The name that needs to be fetched. Use user1 for testing.
+name that need to be deleted
-name that need to be deleted
+ -Updated user object
-Updated user object
+The name that needs to be deleted
-The name that needs to be deleted
+