Skip to content

Commit 6fda400

Browse files
committed
remove link for other documents
1 parent eb9b026 commit 6fda400

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

dist/directive.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-rs-datagrid
33
*
4-
* Version: 1.0.68 - 2018-02-19T17:09:25.992Z
4+
* Version: 1.0.68 - 2018-02-19T17:20:17.129Z
55
* License: MIT
66
*/
77

@@ -198,13 +198,13 @@
198198
margin-left: 10px;
199199
}
200200
.icon-sort.asc-desc {
201-
background-image: url('assets/images/icon-arrowgroup.png');
201+
background-image: url('../assets/images/icon-arrowgroup.png');
202202
}
203203
.icon-sort.asc {
204-
background-image: url('assets/images/icon-arrowgroup-down.png');
204+
background-image: url('../assets/images/icon-arrowgroup-down.png');
205205
}
206206
.icon-sort.desc {
207-
background-image: url('assets/images/icon-arrowgroup-up.png');
207+
background-image: url('../assets/images/icon-arrowgroup-up.png');
208208
}
209209
.input-rs {
210210
padding: 4px;
@@ -826,13 +826,13 @@
826826
margin-left: 10px;
827827
}
828828
.icon-sort.asc-desc {
829-
background-image: url('assets/images/icon-arrowgroup.png');
829+
background-image: url('../assets/images/icon-arrowgroup.png');
830830
}
831831
.icon-sort.asc {
832-
background-image: url('assets/images/icon-arrowgroup-down.png');
832+
background-image: url('../assets/images/icon-arrowgroup-down.png');
833833
}
834834
.icon-sort.desc {
835-
background-image: url('assets/images/icon-arrowgroup-up.png');
835+
background-image: url('../assets/images/icon-arrowgroup-up.png');
836836
}
837837
.input-rs {
838838
padding: 4px;
@@ -1339,7 +1339,7 @@ Version: 3.4.5 Timestamp: Mon Nov 4 08:22:42 PST 2013
13391339
font-size: 1px;
13401340
text-decoration: none;
13411341
border: 0;
1342-
background: url('assets/images/select2.png') right top no-repeat;
1342+
background: url('../assets/images/select2.png') right top no-repeat;
13431343
cursor: pointer;
13441344
outline: 0;
13451345
}
@@ -1424,7 +1424,7 @@ Version: 3.4.5 Timestamp: Mon Nov 4 08:22:42 PST 2013
14241424
display: block;
14251425
width: 100%;
14261426
height: 100%;
1427-
background: url('assets/images/select2.png') no-repeat 0 1px;
1427+
background: url('../assets/images/select2.png') no-repeat 0 1px;
14281428
}
14291429
.select2-search {
14301430
display: inline-block;
@@ -1450,11 +1450,11 @@ Version: 3.4.5 Timestamp: Mon Nov 4 08:22:42 PST 2013
14501450
border-radius: 0;
14511451
-webkit-box-shadow: none;
14521452
box-shadow: none;
1453-
background: #ffffff url('assets/images/select2.png') no-repeat 100% -22px;
1454-
background: url('assets/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
1455-
background: url('assets/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
1456-
background: url('assets/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
1457-
background: url('assets/images/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
1453+
background: #ffffff url('../assets/images/select2.png') no-repeat 100% -22px;
1454+
background: url('../assets/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
1455+
background: url('../assets/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
1456+
background: url('../assets/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
1457+
background: url('../assets/images/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
14581458
}
14591459
.select2-drop.select2-drop-above .select2-search input {
14601460
margin-top: 4px;
@@ -1716,7 +1716,7 @@ disabled look for disabled choices in the results dropdown
17161716
top: 4px;
17171717
font-size: 1px;
17181718
outline: none;
1719-
background: url('assets/images/select2.png') right top no-repeat;
1719+
background: url('../assets/images/select2.png') right top no-repeat;
17201720
}
17211721
.select2-container-multi .select2-search-choice-close {
17221722
left: 3px;
@@ -1783,7 +1783,7 @@ disabled look for disabled choices in the results dropdown
17831783
.select2-search-choice-close,
17841784
.select2-container .select2-choice abbr,
17851785
.select2-container .select2-choice .select2-arrow b {
1786-
background-image: url('assets/images/select2x2.png') !important;
1786+
background-image: url('../assets/images/select2x2.png') !important;
17871787
background-repeat: no-repeat !important;
17881788
background-size: 60px 40px !important;
17891789
}

dist/directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-rs-datagrid
33
*
4-
* Version: 1.0.68 - 2018-02-19T17:09:26.040Z
4+
* Version: 1.0.68 - 2018-02-19T17:19:04.986Z
55
* License: MIT
66
*/
77

0 commit comments

Comments
 (0)