diff options
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/assets')
-rw-r--r-- | cvp/3rd_party/static/testapi-ui/assets/css/home/home.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css b/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css index 04db323a..ce8c88e2 100644 --- a/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css +++ b/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css @@ -28,3 +28,36 @@ .home-content-img { width: 80%; } + +#directory_inner th { + font-size: 20px; +} + +#directory_inner tbody { + font-size: 18px; +} + +#directory_inner tr { + vertical-align: center; +} + +#directory_inner { + width: 100%; + max-width: 100%; + margin-bottom: 20px; +} + +#directory_break { + height: 1px; + display: flex; + border: 1px solid #ccc; +} + +#directory_inner > thead > tr > th { + border-bottom: 2px solid #ddd; + padding: 8px; +} + +#directory_inner > tbody > tr > td { + border-bottom: 1px solid #ddd; +} |