diff options
Diffstat (limited to 'check/static/assets')
| -rwxr-xr-x | check/static/assets/css.css | 15 | ||||
| -rw-r--r-- | check/static/assets/js/dist/.gitkeep | 0 |
2 files changed, 15 insertions, 0 deletions
diff --git a/check/static/assets/css.css b/check/static/assets/css.css index e721c16..d2ef116 100755 --- a/check/static/assets/css.css +++ b/check/static/assets/css.css @@ -341,4 +341,19 @@ td.result_txt ul li{ margin-left:0; padding-bottom: 5px; list-style: none; +} + +.query { + margin: 10px 0; +} +.results { + margin: 10px 0; +} +.query label { + display: flex; + flex-direction: row; +} +.query label span { + display: inline-block; + width: 100px; }
\ No newline at end of file diff --git a/check/static/assets/js/dist/.gitkeep b/check/static/assets/js/dist/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/check/static/assets/js/dist/.gitkeep |
