From ba7c49ea688eecc91334733224303c18e6459e9b Mon Sep 17 00:00:00 2001 From: Michael Nester Date: Mon, 30 Oct 2023 22:37:32 -0400 Subject: [PATCH 1/5] Userclass Picker styling fix --- locust/static/css/application.css | 17 +++++++++++++++++ locust/templates/index.html | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/locust/static/css/application.css b/locust/static/css/application.css index 672a76b2ae..187eba4e51 100644 --- a/locust/static/css/application.css +++ b/locust/static/css/application.css @@ -470,5 +470,22 @@ body.ready .main { margin-right: 10px; color: #48a584; } +.userClass { + border: none; + background: #fff; + height: 100px; + width: 340px; + font-size: 18px; + padding-left: 10px; +} + +.shapeClass { + border: none; + background: #fff; + /* height: 100px; */ + width: 340px; + font-size: 18px; + padding-left: 10px; +} /*# sourceMappingURL=application.css.map */ diff --git a/locust/templates/index.html b/locust/templates/index.html index 2abb59897d..0005887c1e 100644 --- a/locust/templates/index.html +++ b/locust/templates/index.html @@ -65,7 +65,7 @@

Start new load test

{% for user in available_user_classes %} {% endfor %} -
range +