ui_bibz 2.0.0.alpha19 → 2.0.0.alpha20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4090488e3b07a786d5eceaef52c25c08c34be127
4
- data.tar.gz: d4d188984f0a959677b853d94a3f31153915a9bc
3
+ metadata.gz: 0b9d1ff4e79a0dd369f9f6730d2c04a17bff5a02
4
+ data.tar.gz: 88fe5e85c1d3239b72ab8c90c32760178966d15c
5
5
  SHA512:
6
- metadata.gz: 48fd5d2cfa31cf68245d674440e9cee5ce07ffb18683175a564e0965dccb1c1ae01eac5f8c1c4abc4c8f23e1e48aac5c443edfd5ec35d34072233cd91f0afa3e
7
- data.tar.gz: ab15956b2f5b95d0bf2221d8847e620c4f7f9b3f135630a5b40582bd7fdd4e7ee6a3cf433c857998b1abd6f2b476aae0953dc0ee2591b80f8264c83eee1376f0
6
+ metadata.gz: 2a327c129e1fc6f0915f364995a03fa784e1a0220609e8cfdc8688d9adf8f73f8c93f8668a2ffcf6d9268a7ac7bda17aa4fc2546c63c3eea580f0f77e8fcae88
7
+ data.tar.gz: 2f4c6a31af2940233d1978a28b1e22f6da5c7b45c3b5e3af6240bc8732c9bbd7df62b9d4bd5fefbc715ab55f9d59631af11986b086c4075f76292cab781bef6a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ui_bibz (2.0.0.alpha19)
4
+ ui_bibz (2.0.0.alpha20)
5
5
  bootstrap (= 4.0.0.alpha3.1)
6
6
  font-awesome-sass
7
7
  haml
@@ -41,6 +41,7 @@
41
41
  .table-pagination-per-page
42
42
  float: right
43
43
  select
44
+ height: 38px
44
45
  width: 75px
45
46
  display: inline-block
46
47
 
@@ -50,7 +51,7 @@
50
51
 
51
52
  .table>tbody>tr
52
53
  td:last-child
53
- padding: 0.50rem
54
+ padding: 0.35rem
54
55
  .dropdown-action
55
56
  display: none
56
57
 
@@ -53,7 +53,7 @@ $states_colors: (success: $brand-success, primary: $brand-primary, secondary: $b
53
53
  white-space: nowrap
54
54
 
55
55
  select.form-control
56
- height: 38px // to fix boostrap 4 alpha bug
56
+ height: 38px !important // to fix boostrap 4 alpha bug
57
57
 
58
58
  .multiselect-container
59
59
  .filter
@@ -1,3 +1,3 @@
1
1
  module UiBibz
2
- VERSION = "2.0.0.alpha19"
2
+ VERSION = "2.0.0.alpha20"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ui_bibz
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.alpha19
4
+ version: 2.0.0.alpha20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thooams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-16 00:00:00.000000000 Z
11
+ date: 2016-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails