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 +4 -4
- data/app/assets/stylesheets/dfm_web/layout.css +7 -1
- data/lib/dfm_web/version.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29fe85a3c8bd03bd686d2df08252db39681ef95ff2cf65a3052daae9ec6e0b77
|
4
|
+
data.tar.gz: 0af0e19d95784a4763253b1dc7f312bb70d54152fbb0056a856594265a05c23c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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;
|
data/lib/dfm_web/version.rb
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
module DfmWeb
|
2
|
-
VERSION = "2.1.
|
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.
|
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-
|
11
|
+
date: 2018-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|