From bc97789ce36b7dd5d437a280ad85a9aea0299dd0 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Tue, 3 Nov 2015 10:07:17 +0000 Subject: [PATCH] SSDM-2715 : Double border fixes SVN: 34974 --- .../cisd/openbis/public/resources/css/gxt-gray.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-gray.css b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-gray.css index 699a8dc1f30..a1ba09c09ef 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-gray.css +++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-gray.css @@ -683,4 +683,13 @@ td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc border-top: none; border-left: none; border-right: none; +} + +div.x-tab-panel-body.x-tab-panel-body-top { + border: none; +} + +.x-small-editor.x-panel-header.x-component.x-unselectable { + border-top: none; + border-bottom: none; } \ No newline at end of file -- GitLab