From 38abc9c1999a27fb2ec2dc8773bcee4049d20a6f Mon Sep 17 00:00:00 2001 From: gakin <gakin> Date: Mon, 17 Aug 2015 13:19:41 +0000 Subject: [PATCH] SSDM-2320 : less margin from titles and form fields SVN: 34472 --- .../1/as/webapps/eln-lims/html/css/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css index 9972281ea77..10810f09245 100644 --- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css +++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css @@ -583,4 +583,17 @@ table.downloads { .browser-compatible-javascript-link-menu:hover { color: #FFFFFF; - } \ No newline at end of file + } + + /* + * Forms + */ + .form-group { + margin-top: 0; + margin-bottom: 2px; +} + + legend { + margin-top: 0; + margin-bottom: 5px; +} \ No newline at end of file -- GitLab