From 8a094bb0481a9c53646cc15db2e8acecafc3d10c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 23 Aug 2018 22:29:35 +0300 Subject: Add basic support for CI request handling --- www/ci-body.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 www/ci-body.css (limited to 'www/ci-body.css') diff --git a/www/ci-body.css b/www/ci-body.css new file mode 100644 index 0000000..1403dbd --- /dev/null +++ b/www/ci-body.css @@ -0,0 +1,22 @@ +/* + * CI request submission form (based on proplist and form-table) + */ +#ci +{ + margin-top: .8em; + margin-bottom: .8em; + + padding-top: .4em; + padding-bottom: .4em; +} + +#ci th +{ + width: 7.5em; +} + +#ci input, #submit-padding +{ + width: 100%; + margin:0; +} -- cgit v1.1