waterfall_bourbon_neat_rails 1.5 → 1.6

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: 4a32b97c1c4f5c322b7de73a7e7bf7169b3b632d
4
- data.tar.gz: 776564206a7d838e502b54e5c7c4a709f7540b32
3
+ metadata.gz: ca653b79cd2175d242e20813e784b57e9108359a
4
+ data.tar.gz: 5dec4e08e8d5161debe787da7217bcfb1ce9ec92
5
5
  SHA512:
6
- metadata.gz: 0fa7398e4ddfdf8cd6c42fe9a56aae9027b97c81afac1637e7a42fe111d083f2b597693fd7ddc19dd593f839f5ea21dfcca1172cc3d4fa7088125646002a39a0
7
- data.tar.gz: d57072cfedf693aa204df53fd2f59540f9b7b52f5d404d6dd69ca0c68e457a632a82c6b899f106f6dd9e2144ea925ca47624b06297aea5c69d75d2b469d81627
6
+ metadata.gz: 9277aa5b32c03d986b0eb032b72e6259e20a2dbb8eeb1407d2456d3f79c4faebcf1f3f0714a9839fcbeeb3a3e4eec6f9a7b38616a396765ef57102f8a94f8a42
7
+ data.tar.gz: d5c91f465c2efaaed0d8d165ace3c8fbd6843f801d24d404b0518d2e67987e169fd1c42bd50762b15b2b425c2d2b0894f185da8ebf335556e61fa51f5309fa05
@@ -1,12 +1,20 @@
1
1
  //General popup ~ singleton
2
+ //dependencies: jquery 1.10+
2
3
 
3
- var Modal = function(){
4
+ var Modal = function(options){
4
5
  var $popup = $(".modal"),
5
6
  $header = $popup.find(".header"),
6
7
  $content = $popup.find(".content"),
7
8
  $footer = $popup.find('footer');
8
9
 
10
+ this.options = {
11
+ buttons: {
12
+ "showOK" : false,
13
+ "showCancel" : false
14
+ }
15
+ }
9
16
 
17
+ options && $.extend(this.options, options);
10
18
  this.$header = $header.find(".header-text");
11
19
  this.$content_header = $content.find(".question");
12
20
  this.$content_text = $content.find(".text");
@@ -12,3 +12,4 @@
12
12
  @import "modal_leadDetails";
13
13
  @import "modal_noteform";
14
14
  @import "modal_new";
15
+ @import "modal_addLead";
@@ -0,0 +1,17 @@
1
+ .addLeadModal-wrapper{
2
+ width: 600px;
3
+
4
+ li{
5
+ display: inline-block;
6
+ width: 290px;
7
+ margin: 3px;
8
+ }
9
+
10
+ li input{
11
+ width: 100%;
12
+ }
13
+
14
+ .controls{
15
+ margin-top: 20px;
16
+ }
17
+ }
@@ -0,0 +1,14 @@
1
+ .addLeadModal-wrapper{
2
+ width: 600px;
3
+
4
+ li{
5
+ display: inline-block;
6
+ width: 290px;
7
+ margin: 3px;
8
+ }
9
+
10
+ select{
11
+ width: 100%!important;
12
+ padding: 10px 0;
13
+ }
14
+ }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.5".freeze
2
+ VERSION = "1.6".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.5'
4
+ version: '1.6'
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-10-29 00:00:00.000000000 Z
11
+ date: 2014-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -276,6 +276,7 @@ files:
276
276
  - app/assets/stylesheets/custom/components/_ajax_spinner.scss
277
277
  - app/assets/stylesheets/custom/components/_captcha.scss
278
278
  - app/assets/stylesheets/custom/components/_config.scss
279
+ - app/assets/stylesheets/custom/components/_modal_addLead.scss
279
280
  - app/assets/stylesheets/custom/components/_modal_leadDetails.scss
280
281
  - app/assets/stylesheets/custom/components/_modal_new.scss
281
282
  - app/assets/stylesheets/custom/components/_modal_noteform.scss
@@ -295,6 +296,7 @@ files:
295
296
  - app/assets/stylesheets/custom/components/related/_flash.scss
296
297
  - app/assets/stylesheets/custom/components/related/_landing_page.scss
297
298
  - app/assets/stylesheets/custom/components/related/_main_page.scss
299
+ - app/assets/stylesheets/custom/components/related/_modal_addLead.scss
298
300
  - app/assets/stylesheets/custom/components/related/_profileMenu.scss
299
301
  - app/assets/stylesheets/custom/rules.txt
300
302
  - app/assets/stylesheets/neat/_breakpoints.scss