Projet

Général

Profil

0001-misc-fix-endpoints-margins-39031.patch

Serghei Mihai, 28 janvier 2020 16:00

Télécharger (1,37 ko)

Voir les différences:

Subject: [PATCH] misc: fix endpoints margins (#39031)

 passerelle/static/css/style.css | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)
passerelle/static/css/style.css
212 212

  
213 213
@media screen and (max-width: 760px) {
214 214
	.example-url {
215
		margin: 0 7em 0 0.75em;
215
		padding-right: 0;
216
		margin: 0 5em 0 0;
216 217
		display: inline-block;
217 218
	}
218 219
}
219 220

  
221
.example-url {
222
	border: 0;
223
	margin-right: 4.3em;
224
}
225

  
220 226
ul.get-params {
221 227
	padding-left: 1em;
222 228
}
......
229 235
	list-style-type: none;
230 236
	margin: 0.75em 0;
231 237
	position: relative;
238
	padding: 0.3em 0.75em;
232 239
}
233 240

  
234 241
#endpoints .get-method .method-name {
......
290 297
}
291 298

  
292 299
#endpoints .description, #endpoints .long-description {
293
	margin: 0.3em 0.3em 0.3em 0.75em;
300
	margin: 0.3em 0.3em 0.3em 0;
294 301
	display: inline-block;
295 302
	font-weight: bold;
296 303
}
......
298 305
#endpoints .params {
299 306
	padding: 0 0.3em;
300 307
	background: hsla(0, 100%, 100%, 0.65);
301
	margin: 0.3em 0.75em;
308
	margin: 0.3em 0;
302 309
}
303 310

  
304 311
#endpoints .params .params-title {
305
-