waterfall_bourbon_neat_rails 1.9.9.9 → 2.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14b5f3fbf546242d5c63dab805f23b1e3f95fc0b
|
4
|
+
data.tar.gz: 00571a4fe9de0ee1501ce010efcfc0ed6ea50e5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7599d5afb3ffd67ee9445593e08dedc85220bd86f8b3e270be6290cd224f41c34756856cc8c2f4504de8d98b110dc72f446938e9b6293a4e2b68470af8e0fea3
|
7
|
+
data.tar.gz: 45bb97c514aef241894175d7a879644e3d5154aba83f0318f9d6e7636264b76ee8f49a2c40c075ab2b2308895a84c23bf88178bcda6d247b319404b84ab46492
|
@@ -84,13 +84,13 @@ var Modal = function(options){
|
|
84
84
|
}
|
85
85
|
|
86
86
|
//clear elements and listeners
|
87
|
-
Modal.prototype.
|
87
|
+
Modal.prototype.resetData = function(){
|
88
88
|
|
89
|
-
this.$header.html();
|
90
|
-
this.$content_header.html();
|
91
|
-
this.$content_text.html();
|
92
|
-
this.$content_other_html.html();
|
93
|
-
this.$footer.html();
|
89
|
+
this.$header.html("");
|
90
|
+
this.$content_header.html("");
|
91
|
+
this.$content_text.html("");
|
92
|
+
this.$content_other_html.html("");
|
93
|
+
this.$footer.html("");
|
94
94
|
}
|
95
95
|
|
96
96
|
if(arguments.callee._singletonInstance)
|
@@ -29,8 +29,14 @@
|
|
29
29
|
@include pad(10px 0 0 0);
|
30
30
|
|
31
31
|
margin-top: 10px;
|
32
|
-
background:
|
33
|
-
border: solid 1px
|
32
|
+
background: rgba(255, 167, 0, 0.78);
|
33
|
+
border: solid 1px #D09700;
|
34
|
+
}
|
35
|
+
|
36
|
+
.fieldset-child-legend{
|
37
|
+
font-size: 18px;
|
38
|
+
font-weight: bolder;
|
39
|
+
color: rgb(40, 101, 169);
|
34
40
|
}
|
35
41
|
|
36
42
|
.account-info{
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfall_bourbon_neat_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: '2.0'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|