From e526bc34fcd6b545ba489629f9f3c0b7d9e9697c Mon Sep 17 00:00:00 2001 From: modzeleg Date: Tue, 6 Apr 2021 11:53:38 +0200 Subject: [PATCH] Third and final part of style draft implemented --- .../resources/static/css/commons/r11form.css | 6 ++ src/main/resources/static/html/mock.html | 61 +++++++++++++++++-- 2 files changed, 62 insertions(+), 5 deletions(-) diff --git a/src/main/resources/static/css/commons/r11form.css b/src/main/resources/static/css/commons/r11form.css index 91f13cb..8e9dad0 100644 --- a/src/main/resources/static/css/commons/r11form.css +++ b/src/main/resources/static/css/commons/r11form.css @@ -28,6 +28,12 @@ width: 30%; } +.tooltip-window .tip { + width: 80%; + background: gray; + +} + .bordered-field { border: 2px solid rgba(93, 99, 96, 0.705); border-radius: 5px; diff --git a/src/main/resources/static/html/mock.html b/src/main/resources/static/html/mock.html index 2fb583c..81a78b3 100644 --- a/src/main/resources/static/html/mock.html +++ b/src/main/resources/static/html/mock.html @@ -15,7 +15,7 @@
-

MockedServices v0.0.1

+

MockedServices v1.0.0

@@ -56,7 +56,7 @@
- +
@@ -114,15 +114,66 @@
-
+
+

Message List

+
- +
+
+
+
+

Id: 1

+

Status: 200

+
+
+ +
+
+
+
+
+
+
+
+

Id: 2

+

Status: 200

+
+
+ +
+
+
+
+
+
+
+
+

Id: 3

+

Status: 200

+
+
+ +
+
+
+
- +
+

What's this?

+

MockedServices is a tool that allows developer to create, in easy and simple way, http server mocked endpoints for integration tests.

+

Help

+

When cursor hovers over an item. It's description is displayed below.

+
+
+

Example

+

Here should be instruction for given field.

+
+
+