From 8fbdb91ce0e7babcbce6e63c78b65fdd24405844 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Mon, 2 Nov 2015 16:04:54 +0000 Subject: [PATCH] SSDM-2715 : Tabs border fix 2 SVN: 34967 --- .../openbis/public/resources/css/gxt-gray.css | 92 +++++++++++-------- 1 file changed, 52 insertions(+), 40 deletions(-) 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 c1a6b314da5..699a8dc1f30 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 @@ -278,10 +278,16 @@ ul.x-tab-strip-bottom{ } li.x-tab-strip-closable.x-component, -li.x-tab-with-icon.x-component { +li.x-tab-with-icon.x-component, +li.x-component { border: 1px solid rgb(208, 208, 208); border-bottom: none; } + +.x-tab-panel-header { + padding-bottom: 0px; +} + .x-tab-panel-body { border-color:#d0d0d0; background:#fff; @@ -444,31 +450,31 @@ body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc background-image: url('../images/gray/form/spinner.gif'); }.x-accordion-hd { background-color: #e5e5e5; -}.x-border { - border: 1px solid #D0D0D0; -} - -.x-layout-popup { - background-color: #F0F0F0; - border: 1px solid #D0D0D0; -} - -.my-list { - border: 1px solid #D0D0D0; -} - -.x-view { - border:1px solid #D0D0D0; -} - -.x-menubar { - border-color: #D0D0D0; - background-color: #F0F0F0; - background-image: url(../images/gray/toolbar/bg.gif); -} - -.x-menubar-item-active { - background-color: #D9E8FB; +}.x-border { + border: 1px solid #D0D0D0; +} + +.x-layout-popup { + background-color: #F0F0F0; + border: 1px solid #D0D0D0; +} + +.my-list { + border: 1px solid #D0D0D0; +} + +.x-view { + border:1px solid #D0D0D0; +} + +.x-menubar { + border-color: #D0D0D0; + background-color: #F0F0F0; + background-image: url(../images/gray/toolbar/bg.gif); +} + +.x-menubar-item-active { + background-color: #D9E8FB; } .x-menubar-item-active { @@ -485,8 +491,8 @@ body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc text-decoration: none !important; }.my-tbl { border: 1px solid #C6C5C5; -}.my-treetbl { - border: 1px solid #C6C5C5; +}.my-treetbl { + border: 1px solid #C6C5C5; } /* @@ -573,29 +579,29 @@ td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc .x-grid3-hd-btn { background-color: #f2f2f2; background-image: url("../images/gray/grid/grid3-hd-btn.gif"); -} -/* Background / Borders */ +} +/* Background / Borders */ -/* Toolbar */ +/* Toolbar */ .x-toolbar { border-top-width: 1px; - border-bottom-width: 1px; + border-bottom-width: 1px; border-color: d0d0d0; background-image: none !important; - background-color: #f1f1f1; -} + background-color: #f1f1f1; +} .x-panel-header { background-image: none !important; background-color: #f1f1f1; } - -.x-tab-panel-header-plain .x-tab-strip-top { - padding-top: 2px !important; + +.x-tab-panel-header-plain .x-tab-strip-top { + padding-top: 2px !important; } - -.x-panel-body .x-panel-body-noheader { - border: none; + +.x-panel-body .x-panel-body-noheader { + border: none; } .x-grid3-header-offset { @@ -671,4 +677,10 @@ td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc /* Delete Radios/Experiment */ .gray-delete-radios { margin-left: 10px; +} + +.x-tab-panel-header.x-unselectable { + border-top: none; + border-left: none; + border-right: none; } \ No newline at end of file -- GitLab