From 91fd523afd23c380dd2f59674a70bd487ea2824b Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Tue, 28 Mar 2017 13:23:23 +0000 Subject: [PATCH] SSDM-3501 : Label based margin for forms. SVN: 37990 --- .../eln-lims/1/as/webapps/eln-lims/html/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css index cca3055cc8a..86949b1d8e8 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css @@ -55,6 +55,7 @@ h1, h2, legend { .control-label { word-wrap: break-word; margin-bottom: 0px; + margin-top: 5px; } .checkbox { @@ -65,6 +66,7 @@ h1, h2, legend { .form-control-static { padding-top: 0px; padding-bottom: 0px; + min-height: 0px; } #preview-image { -- GitLab