diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-25 19:46:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-25 19:46:20 +0200 |
| commit | c9c72cdc3128fe272edeb6ec20959b2248f33877 (patch) | |
| tree | bb04bf8a90ab11417b113675426ce58ca5595289 /check/static/assets | |
| parent | 4d5c3d59f32b80638d82373d33a476652520e260 (diff) | |
frontend demo
Diffstat (limited to 'check/static/assets')
| -rwxr-xr-x | check/static/assets/css.css | 7 | ||||
| -rw-r--r-- | check/static/assets/js/dist/.gitkeep | 0 |
2 files changed, 7 insertions, 0 deletions
diff --git a/check/static/assets/css.css b/check/static/assets/css.css index 9e8a59f..63cede7 100755 --- a/check/static/assets/css.css +++ b/check/static/assets/css.css @@ -338,4 +338,11 @@ td.result_txt ul li{ margin-left:0; padding-bottom: 5px; list-style: none; +} + +.query { + margin: 10px 0; +} +.results { + margin: 10px 0; }
\ 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 |
