Skip to content

Commit

Permalink
fix #93
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Oct 26, 2015
1 parent 817c62e commit c1a886b
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 32 deletions.
10 changes: 6 additions & 4 deletions css/react-bootstrap-table-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@
/*@import "~toastr/build/toastr.min.css";*/
@import "https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css";

.react-bs-table{
margin-bottom: 37px;
}
.react-bs-table .table-header{
height: 42px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgb(221, 221, 221);
border-bottom-width: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(221, 221, 221);
border-right-width: 1px;
Expand Down Expand Up @@ -40,12 +37,17 @@
overflow-x: auto;
overflow-y: auto;
height: 100%;
border-right-style: solid;
border-right-width: 1px;
border-right-color: rgb(221, 221, 221);
}

.react-bs-table .table-container > table{
margin-top: -18px;
table-layout: fixed;
margin-bottom: 0px;
border-right-style: hidden;
border-top-width: 0px;
}

.react-bs-container .tool-bar{
Expand Down
10 changes: 6 additions & 4 deletions css/react-bootstrap-table.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
/*editor error animate*/
/*@import "~toastr/build/toastr.min.css";*/

.react-bs-table{
margin-bottom: 37px;
}
.react-bs-table .table-header{
height: 42px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgb(221, 221, 221);
border-bottom-width: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgb(221, 221, 221);
border-right-width: 1px;
Expand Down Expand Up @@ -39,12 +36,17 @@
overflow-x: auto;
overflow-y: auto;
height: 100%;
border-right-style: solid;
border-right-width: 1px;
border-right-color: rgb(221, 221, 221);
}

.react-bs-table .table-container > table{
margin-top: -18px;
table-layout: fixed;
margin-bottom: 0px;
border-right-style: hidden;
border-top-width: 0px;
}

.react-bs-container .tool-bar{
Expand Down
Loading

0 comments on commit c1a886b

Please sign in to comment.