dfm_web 2.0.4 → 2.0.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: 00434a410cdabb80323b963d293e0c7725b6d3e0
4
- data.tar.gz: ea624b444fa49c4d76277b53e8c209ae00b4290e
3
+ metadata.gz: 9affc98e9376c6c8d52d6c1e6855aee8c36e3e70
4
+ data.tar.gz: 2d7877b4e4707b88e3da52dcabc3c261a8d3daa8
5
5
  SHA512:
6
- metadata.gz: 4a2dd72a0bfb9b10f0fa3e4191f9b988b0ed1a8e901eb05d7714a08f766bb05c81eb24d5612b4d30e94440df711cc410d25ab9dd230b9ca0394478241ebaa27e
7
- data.tar.gz: ea6124a43f0f3d75288fc2f4b68e7948176917d4b6d380debf1efcb0502de9e638ba58a66a10d011f1cabaa6137fd9fe63c14c29a5975599cfe15dccf7db6d60
6
+ metadata.gz: 79b2d3e7540c092ed70428f552ced56b97b3bc0acc9eee27c53d3a7f25da26bdd043ac904ace914460276bfc2d4989b04c75a46a5a146f9010f45f080d3b694a
7
+ data.tar.gz: 888b00ad0c65c577b2fd2789e3b8f07e7b36c0f315941a885bbe8f2af7b2ecca2c6ccd00509ab5ba9f637eb94cbfabe4da83fb6b03f1924998f5317bb847644d
@@ -198,6 +198,7 @@ nav > #nav > ul.right {
198
198
  #nav ul.crowded{
199
199
  max-height: 80vh !important;
200
200
  overflow-y: scroll;
201
- position: relative;
202
- border: 1px solid rgba(255,255,255,.2);
201
+ position: absolute;
202
+ display: inline-block;
203
+ bottom: auto;
203
204
  }
@@ -1,10 +1,11 @@
1
1
  module DfmWeb
2
- VERSION = "2.0.4"
2
+ VERSION = "2.0.5"
3
3
  end
4
4
 
5
5
 
6
6
  # Version History
7
7
 
8
+ # 2.0.5 Improved the long menu CSS. No more side-effects!
8
9
  # 2.0.4 Really long menus will now show with a compact scrollable menu instead of the default.
9
10
  # 2.0.3 No ugly layout flow in the event your right nav ul overlaps with the left. They just kinda clobber now. You have too many menus.
10
11
  # 2.0.2 Made small and extra small a little smaller.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dfm_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Duffy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-07 00:00:00.000000000 Z
11
+ date: 2018-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails