Skip to content

Commit

Permalink
build for v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwoo committed Mar 3, 2016
1 parent 2a6b1dc commit 5b5231b
Show file tree
Hide file tree
Showing 12 changed files with 1,712 additions and 1,259 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ https://github.com/nhnent/tui.grid/wiki
## History
| Version | Description | Date | Developer |
| ---- | ---- | ---- | ---- |
| <a href="https://nhnent.github.io/tui.grid/1.1.3">1.1.3</a> | [정기배포](https://github.com/nhnent/tui.grid/releases/tag/1.1.3) | 2016.03 | FE개발팀 <[email protected]> |
| <a href="https://nhnent.github.io/tui.grid/1.1.2">1.1.2</a> | [정기배포](https://github.com/nhnent/tui.grid/releases/tag/1.1.2) | 2016.02 | FE개발팀 <[email protected]> |
| <a href="https://nhnent.github.io/tui.grid/1.1.1">1.1.1</a> | [정기배포](https://github.com/nhnent/tui.grid/releases/tag/1.1.1) | 2016.01 | FE개발팀 <[email protected]> |
| <a href="https://nhnent.github.io/tui.grid/1.1.0">1.1.0</a> | [정기배포](https://github.com/nhnent/tui.grid/releases/tag/1.1.0) | 2015.11 | FE개발팀 <[email protected]> |
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tui-grid",
"version": "1.1.2",
"version": "1.1.3",
"authors": [
"NHN Ent. FE Development Team"
],
Expand Down
91 changes: 47 additions & 44 deletions dist/grid.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @fileoverview tui-grid
* @author NHN Ent. FE Development Team
* @version 1.1.2
* @version 1.1.3
* @license MIT
* @link https://github.com/nhnent/tui.grid
*/
Expand All @@ -27,7 +27,6 @@
width: 17px;
height: 17px;
background-color: #f5f5f5;
border-top: solid 1px #ccc;
}
.uio_grid ::-webkit-scrollbar-thumb {
background-color: #d9d9d9;
Expand Down Expand Up @@ -87,24 +86,6 @@
.uio_grid .btn_text em.grid {
background-position: -30px -60px;
}
.uio_grid .left_line {
position: absolute;
top: 0;
width: 1px;
height: 100%;
background: #ccc;
z-index: 10;
left: 0;
}
.uio_grid .right_line {
position: absolute;
top: 0;
width: 1px;
height: 100%;
background: #ccc;
z-index: 10;
right: 0;
}
.uio_grid .clipboard {
position: fixed;
top: 0px;
Expand All @@ -122,7 +103,7 @@
background: #fff;
font-weight: bold;
text-align: center;
z-index: 10;
z-index: 12;
}
.uio_grid .state_layer .layer_content {
padding-top: 50px;
Expand All @@ -135,27 +116,49 @@
width: 150px;
height: 13px;
}
.uio_grid .left_line {
position: absolute;
background: #ccc;
z-index: 13;
top: 0;
bottom: 0;
left: 0;
width: 1px;
}
.uio_grid .right_line {
position: absolute;
background: #ccc;
z-index: 13;
top: 0;
bottom: 0;
right: 0;
width: 1px;
}
.uio_grid .data_bottom_line {
position: absolute;
background: #ccc;
z-index: 13;
bottom: 0;
left: 0;
right: 17px;
height: 1px;
}
.uio_grid .lside_area {
display: none;
height: 100%;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
z-index: 10;
}
.uio_grid .lside_area .header {
_width: 100%;
overflow: hidden;
}
.uio_grid .lside_area .data {
_width: 100%;
overflow: scroll;
position: relative;
margin-right: -17px;
*padding-right: 17px;
}
.uio_grid .lside_area .data table {
*margin-right: -17px;
}
.uio_grid .lside_area .data .selection_layer {
display: none;
Expand All @@ -169,30 +172,31 @@
filter: alpha(opacity=10);
left: 1px;
}
.uio_grid .lside_area .scrollbar_overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 17px;
background-color: #f5f5f5;
}
.uio_grid .rside_area {
display: none;
height: 100%;
overflow: hidden;
}
.uio_grid .rside_area .header {
_width: 100%;
position: relative;
*padding-right: 17px;
overflow-x: hidden;
overflow-y: scroll;
margin-right: 17px;
overflow: hidden;
}
.uio_grid .rside_area .header table {
*margin-right: -17px;
.uio_grid .rside_area .header.no_scroll {
margin-right: 0;
}
.uio_grid .rside_area .data {
_width: 100%;
position: relative;
*padding-right: 17px;
overflow: scroll;
}
.uio_grid .rside_area .data table {
*margin-right: -17px;
}
.uio_grid .rside_area .data .selection_layer {
display: none;
position: absolute;
Expand All @@ -203,7 +207,6 @@
background: #4daaf9;
opacity: 0.2;
filter: alpha(opacity=10);
left: -1px;
}
.uio_grid .rside_area .header_space {
display: block;
Expand All @@ -228,7 +231,7 @@
right: 0;
width: 17px;
height: 17px;
background-color: #f2f2f2;
background-color: #f5f5f5;
}
.uio_grid .header .resize_handle_container {
display: none;
Expand All @@ -252,6 +255,7 @@
}
.uio_grid .body_container {
position: relative;
margin-top: -1px;
}
.uio_grid .body_container .table_container {
position: absolute;
Expand All @@ -274,8 +278,7 @@
background: #eee;
}
.uio_grid table th.selected {
background: #b0b0b0;
color: #f8f8f8;
background: #cdcdcd;
}
.uio_grid table th .sort a {
color: #555;
Expand Down Expand Up @@ -316,8 +319,7 @@
background: #eee;
}
.uio_grid table td.meta_column.selected {
background: #b0b0b0;
color: #f8f8f8;
background: #cdcdcd;
}
.uio_grid table td.editable {
background-color: #fff;
Expand Down Expand Up @@ -412,6 +414,7 @@
position: absolute;
background: #fff;
border-top: 1px solid #ccc;
z-index: 11;
}
.uio_grid .toolbar .total_count {
position: absolute;
Expand Down
Loading

0 comments on commit 5b5231b

Please sign in to comment.