dfm_web 2.2.1 → 2.2.2

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
  SHA256:
3
- metadata.gz: e55652063ea0b8f5e3b0731f54bd5ec3ac8371bdfd9b7b7c1e400c2151c7fa2b
4
- data.tar.gz: f0618c5a845b58fc987aba957b02d2ad39764350bd36f3b05f5c46950015ac91
3
+ metadata.gz: d25a1d807ba236013d5bbc274d2b019e723095553a4c1a618352e18c35d4d395
4
+ data.tar.gz: 48e2aa27ca0eb53ad521e8fb98bd004d570813fc7f63ee55ab568eb9cb718f6f
5
5
  SHA512:
6
- metadata.gz: de9cc7ce4e4009539a8bcb6fc4a945910294ef35687d60b96e671530ef225d56b7e440f7d2d723181a2137567f11511995c49eb186ed98ef3c70951b93d3fb41
7
- data.tar.gz: 17cc789d222277688d342e526e7eba2d3626c46454dadd05f0643ca77ee79a9c151061ac5176997b56b2662d989ea02ae23998f557f037b95dfc21f7190d774d
6
+ metadata.gz: eecbff5cbbd98ce1afc8bf0713e1df7dac8b23b54e1984287154035f667f5fe929ee0cbc5344a577b4928e980dafce49b943941b407d79adeca690ff034a36b9
7
+ data.tar.gz: e88891b5a20307675b84727f2e5746393f1bb11c6e76a1c3a574f3ee346fe20ce8ba181a9bf275940efdcc0904347735e48c866daa11b3156ba4f3a53ec83a83
@@ -155,8 +155,8 @@ nav #nav form input[type="text"] {
155
155
  background-clip: padding-box;
156
156
  }
157
157
 
158
- /* Prevent the right-most item's drop down from going off screen */
159
- #nav ul.right li:last-child ul {
158
+ /* Prevent the right side drop down from going off screen */
159
+ #nav ul.right li ul {
160
160
  left: auto;
161
161
  right: 0;
162
162
  }
@@ -1,10 +1,11 @@
1
1
  module DfmWeb
2
- VERSION = "2.2.1"
2
+ VERSION = "2.2.2"
3
3
  end
4
4
 
5
5
 
6
6
  # Version History
7
7
 
8
+ # 2.2.2 Force right-side NAV dropdown menus to use space to the left. Prevents menus from causing document level horizontal scroll bars.
8
9
  # 2.2.1 Fix Chrome table printing bug. Add "table_hover" class for cells you only want to display on hover.
9
10
  # 2.2.0 Update CSS comments dealing with footer options.
10
11
  # 2.1.9 Built in support for always visible footer.
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.2.1
4
+ version: 2.2.2
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-11-29 00:00:00.000000000 Z
11
+ date: 2019-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails