active-admin-skin 0.1.1 → 0.1.2

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: 4b8d6963ed23b679612ad46e7a1b3cbb193370bc
4
- data.tar.gz: 76a395e427080c3bafd34b126a8feee6b1138e9b
3
+ metadata.gz: 28db64dee27cb08b8659a8d5e162061618826f30
4
+ data.tar.gz: b71c96c7527da1604d699d1a04b8b85897e78f38
5
5
  SHA512:
6
- metadata.gz: 7d064375a3bd927e67c009457c9aa9ba9f013d7ce51bcae9ad0d7385c90b80956f93cec1e118dc70b1370ddc86ab24adcc129cfb7d9849005fd871a67ec1afc7
7
- data.tar.gz: d08eb6ed088ab4f48df699106dcc1147c3172f7df4c70400a722e632cc281400d810d34bdbbc43ebaba091dca13beea8070c5872779a2c5126aa20bf52f59290
6
+ metadata.gz: 73088c312f6a50b020358b3e8fc891b5d1c7408c984580a07eeb79d8c15ae0a0901057eafb2fbee0d4c03d56ca22f25b6d58d7481094f1bce2d72b404d4c3707
7
+ data.tar.gz: 5c429ece9146732e6c44e5d91ca4e0e6ee652b1a2646c60a02e185c734a2533097d199b98c83db458c2bb19d108fe8f7f59df9814040a44baf9686818169fdb6
@@ -1,7 +1,7 @@
1
1
  module Active
2
2
  module Admin
3
3
  module Skin
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
@@ -44,10 +44,12 @@ html
44
44
  border-radius: 0 !important
45
45
  margin: -10px 0
46
46
  display: block
47
+ margin-top: 0 !important
47
48
 
48
49
  ul.tabs > li
49
50
  font-size: 12px
50
51
  margin: 0
52
+ min-height: 29px !important
51
53
  a
52
54
  // padding: 13px 20px
53
55
  display: block
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active-admin-skin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Armand Niampa