From 4957f559d2c6b6f6def1ef0aa787377ba92469b3 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Mon, 16 Nov 2015 23:00:21 +0800 Subject: [PATCH] fix #133 --- css/react-bootstrap-table-all.css | 4 +++- css/react-bootstrap-table.css | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/react-bootstrap-table-all.css b/css/react-bootstrap-table-all.css index feda629ad..f705a548e 100644 --- a/css/react-bootstrap-table-all.css +++ b/css/react-bootstrap-table-all.css @@ -7,9 +7,10 @@ } .react-bs-container .table-header{ - height: 42px; + height: 37.5px; border: hidden; overflow: hidden; + border-bottom: 1px solid #dddddd; } .react-bs-container .table-header > table{ @@ -49,6 +50,7 @@ margin-bottom: 0px; border-left-style: hidden; border-right-style: hidden; + border-bottom-style: hidden; border-top-width: 0px; width: 100%; } diff --git a/css/react-bootstrap-table.css b/css/react-bootstrap-table.css index ded1bd9eb..35085841f 100644 --- a/css/react-bootstrap-table.css +++ b/css/react-bootstrap-table.css @@ -6,9 +6,10 @@ } .react-bs-container .table-header{ - height: 42px; + height: 37.5px; border: hidden; overflow: hidden; + border-bottom: 1px solid #dddddd; } .react-bs-container .table-header > table{ @@ -48,6 +49,7 @@ margin-bottom: 0px; border-left-style: hidden; border-right-style: hidden; + border-bottom-style: hidden; border-top-width: 0px; width: 100%; }