bootstrap_sb_admin_base_v2 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96526f3f061a8a9770779c9a1c8cb4d436a8575f
4
- data.tar.gz: 670907447552ed5a71ddccc28f9de74c7fb091ae
3
+ metadata.gz: d254da42fbcdded34a249dd21a2516044ca938e8
4
+ data.tar.gz: 8f5ac9c95f4efa09136acf34b7a0e047242f1ca2
5
5
  SHA512:
6
- metadata.gz: 9461810e4ba83a040194be35adab22728d1d1011f0804898ad423b279e778883cd41ae9669097ed8acd1835d0a5dbef47e01328e13fe4c5639c007c9949d23b9
7
- data.tar.gz: 8080b709e3ddcc07198898f17304818b3fafe33d95e652febe0183dcc469912dc9658fdce3f81ff1d20d8939bf808ffc53beb08ab34f1088dec3bb0a0180e54a
6
+ metadata.gz: ada01512f4158e869e7217bf2ac2d758148d32650245add51fb8a38f87442ec4e47a8f880c9fc7bbca210010c713b17eb2e2786c304a32d7de82cf3601ec455c
7
+ data.tar.gz: 621f7a8af4cef049109e0c83f7c045009be3ce388c7015746fa2aa30e9eeee648633cb51388bfb96f313b5f5fc529d40cd02936ff9c9d9004bcd21b855e59cee
@@ -1,3 +1,3 @@
1
1
  module BootstrapSbAdminBaseV2
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
@@ -283,8 +283,8 @@ td, th {
283
283
 
284
284
  @font-face {
285
285
  font-family: 'Glyphicons Halflings';
286
- src: url('../fonts/glyphicons-halflings-regular.eot');
287
- src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format("embedded-opentype"), url('../fonts/glyphicons-halflings-regular.woff2') format("woff2"), url('../fonts/glyphicons-halflings-regular.woff') format("woff"), url('../fonts/glyphicons-halflings-regular.ttf') format("truetype"), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format("svg");
286
+ src: font-url('glyphicons-halflings-regular.eot');
287
+ src: font-url('glyphicons-halflings-regular.eot?#iefix') format("embedded-opentype"), font-url('glyphicons-halflings-regular.woff2') format("woff2"), font-url('glyphicons-halflings-regular.woff') format("woff"), font-url('glyphicons-halflings-regular.ttf') format("truetype"), font-url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format("svg");
288
288
  }
289
289
 
290
290
 
@@ -66,19 +66,19 @@ table.dataTable {
66
66
  cursor: pointer;
67
67
  }
68
68
  .sorting {
69
- background: url("../images/sort_both.png") no-repeat center right;
69
+ background: image-url("bootstrap/datatables/sort_both.png") no-repeat center right;
70
70
  }
71
71
  .sorting_asc {
72
- background: url("../images/sort_asc.png") no-repeat center right;
72
+ background: image-url("bootstrap/datatables/sort_asc.png") no-repeat center right;
73
73
  }
74
74
  .sorting_desc {
75
- background: url("../images/sort_desc.png") no-repeat center right;
75
+ background: image-url("bootstrap/datatables/sort_desc.png") no-repeat center right;
76
76
  }
77
77
  .sorting_asc_disabled {
78
- background: url("../images/sort_asc_disabled.png") no-repeat center right;
78
+ background: image-url("bootstrap/datatables/sort_asc_disabled.png") no-repeat center right;
79
79
  }
80
80
  .sorting_desc_disabled {
81
- background: url("../images/sort_desc_disabled.png") no-repeat center right;
81
+ background: image-url("bootstrap/datatables/sort_desc_disabled.png") no-repeat center right;
82
82
  }
83
83
  > tr > th {
84
84
  padding-left: 18px;
@@ -49,19 +49,19 @@ table.dataTable {
49
49
  cursor: pointer;
50
50
  }
51
51
  .sorting {
52
- background: url('../../../images/bootstrap/datatables/sort_both.png') no-repeat center left;
52
+ background: image-url('bootstrap/datatables/sort_both.png') no-repeat center left;
53
53
  }
54
54
  .sorting_asc {
55
- background: url('../../../images/bootstrap/datatables/sort_asc.png') no-repeat center left;
55
+ background: image-url('bootstrap/datatables/sort_asc.png') no-repeat center left;
56
56
  }
57
57
  .sorting_desc {
58
- background: url('../../../images/bootstrap/datatables/sort_desc.png') no-repeat center left;
58
+ background: image-url('bootstrap/datatables/sort_desc.png') no-repeat center left;
59
59
  }
60
60
  .sorting_asc_disabled {
61
- background: url('../../../images/bootstrap/datatables/sort_asc_disabled.png') no-repeat center left;
61
+ background: image-url('bootstrap/datatables/sort_asc_disabled.png') no-repeat center left;
62
62
  }
63
63
  .sorting_desc_disabled {
64
- background: url('../../../images/bootstrap/datatables/sort_desc_disabled.png') no-repeat center left;
64
+ background: image-url('bootstrap/datatables/sort_desc_disabled.png') no-repeat center left;
65
65
  }
66
66
  }
67
67
  th:active {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_sb_admin_base_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Gonzalez