dfm_web 2.1.8 → 2.1.9

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: a5bf0be4284ffdace3bffeee062942224d078fc3c2c6ff51daa51672a62f2941
4
- data.tar.gz: 32682259e4c521537f686c318f79bb69a6ca876e31b68f0ba6af2234a4b06b19
3
+ metadata.gz: 29fe85a3c8bd03bd686d2df08252db39681ef95ff2cf65a3052daae9ec6e0b77
4
+ data.tar.gz: 0af0e19d95784a4763253b1dc7f312bb70d54152fbb0056a856594265a05c23c
5
5
  SHA512:
6
- metadata.gz: f556529cfd91b0ee6a69e2590aea6fe1d90105e5b16bd2803a8099c3d92da4f3df9b73cd04b71e50d4395f1741f3ddc8c44eeb96917ccc6ed3c0eed2df88da62
7
- data.tar.gz: 64f3b4cf7a7913a5d711e719e3593385f163c67194686e0bb44f03ab61327bd129996ebd96c9384417aa73a03bfeba576123a8a82c00999ed93a4683e8749f61
6
+ metadata.gz: 59aec3d381efcf0826f70f654c529ade99a27b142566544e2e0b5e80e2a127cc3a5677ff8c8e376a8d7043b5a6231c84db3e67e931adeedd7fcb8702f713d52f
7
+ data.tar.gz: 7f8d817fe20c7b534f5fa8419376428f69bca9e79f1d5153cb2045c4a85b2df478f5d4a3d69587b87978618324f59f99b19eedf38b77dbde3ccbb97d742ad8e2
@@ -55,7 +55,7 @@ main {
55
55
  overflow: hidden;
56
56
  }
57
57
 
58
-
58
+ /* By default, the footer will be at the bottom of the window, following content.
59
59
  footer {
60
60
  position: absolute;
61
61
  left: 0;
@@ -64,6 +64,12 @@ footer {
64
64
  width: 100%;
65
65
  }
66
66
 
67
+ /* To make the entire footer fixed (always visible), give it the 'fixed' class. */
68
+ footer.fixed
69
+ {
70
+ position: fixed;
71
+ }
72
+
67
73
  /* Footer elements you want to float in position instead of being only at the bottom */
68
74
  footer .fixed {
69
75
  position: fixed;
@@ -1,10 +1,11 @@
1
1
  module DfmWeb
2
- VERSION = "2.1.8"
2
+ VERSION = "2.1.9"
3
3
  end
4
4
 
5
5
 
6
6
  # Version History
7
7
 
8
+ # 2.1.9 Built in support for always visible footer.
8
9
  # 2.1.8 Table search feature now case sensitive and rate limited.
9
10
  # 2.1.7 Shifted the visibility media queries by 1 px (except xlarge). Most important, large starts at 1024px instead of 1025px.
10
11
  # 2.1.6 Added okay/highlight/warn/alert/gray class rules to panel, lists, headers, buttons, p where missing.
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.1.8
4
+ version: 2.1.9
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-10-03 00:00:00.000000000 Z
11
+ date: 2018-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails