From 7438edc42c4e1641b3f303dae209bf946d40a16f Mon Sep 17 00:00:00 2001 From: parkera <parkera> Date: Wed, 9 Mar 2016 15:10:21 +0000 Subject: [PATCH] SSDM-3024 : Nearly feature complete view with model SVN: 35856 --- .../eln-lims/1/as/webapps/eln-lims/html/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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 2656e63b677..fe790946333 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 @@ -78,6 +78,14 @@ h1, h2, legend { margin-right: 5px; } +.form-inline > div > .form-group { + margin-right: 10px; +} + +.form-inline > div > .form-group > label { + margin-right: 5px; +} + /* * Login Screen */ -- GitLab