waterfall_bourbon_neat_rails 1.9.9.9 → 2.0

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: 406ea8e97e83704557d79ea06c1873c768f6e6d6
4
- data.tar.gz: d94f188165981dcf416bceb11802732a15a36810
3
+ metadata.gz: 14b5f3fbf546242d5c63dab805f23b1e3f95fc0b
4
+ data.tar.gz: 00571a4fe9de0ee1501ce010efcfc0ed6ea50e5a
5
5
  SHA512:
6
- metadata.gz: 123d8bdfb5f64a291bbcf289622e23269aa4f57182f7a0ba00c6cf4065440eb83b52c84204084210c3aa8b5441326d25f931a2b00214952634cdc041088f63cf
7
- data.tar.gz: e52468d42fc604be63540d543b0b1ed03fdba130362d046895fc6016436f2828b9d53eebe81efa23a4e44544d439040b845fa2668b909bf446e518f671b8af90
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.clearEverything = function(){
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)
@@ -9,6 +9,9 @@
9
9
  margin-right: auto;
10
10
  }
11
11
 
12
+ .readonly{
13
+ background: rgb(221, 221, 221);
14
+ }
12
15
 
13
16
  //buttons
14
17
  .button{
@@ -29,8 +29,14 @@
29
29
  @include pad(10px 0 0 0);
30
30
 
31
31
  margin-top: 10px;
32
- background: rgb(255, 238, 206);
33
- border: solid 1px rgb(255, 221, 132);
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{
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.9.9.9".freeze
2
+ VERSION = "2.0".freeze
3
3
  end
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: 1.9.9.9
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-25 00:00:00.000000000 Z
11
+ date: 2014-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails