recurring_select 1.0.1 → 1.0.2
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.
|
@@ -45,7 +45,7 @@ window.RecurringSelectDialog =
|
|
|
45
45
|
|
|
46
46
|
new_style_hash =
|
|
47
47
|
"margin-top" : margin_top+"px"
|
|
48
|
-
"height" : dialog_height+"px"
|
|
48
|
+
"min-height" : dialog_height+"px"
|
|
49
49
|
|
|
50
50
|
if initial_positioning?
|
|
51
51
|
@inner_holder.css new_style_hash
|
|
@@ -153,6 +153,7 @@ window.RecurringSelectDialog =
|
|
|
153
153
|
# ========================= render methods ===============================
|
|
154
154
|
|
|
155
155
|
summaryUpdate: (new_string) =>
|
|
156
|
+
@summary.width @content.width()
|
|
156
157
|
if @current_rule.hash? && @current_rule.str?
|
|
157
158
|
@summary.removeClass "fetching"
|
|
158
159
|
@save_button.removeClass("disabled")
|
|
@@ -30,7 +30,7 @@ select {
|
|
|
30
30
|
|
|
31
31
|
.rs_dialog_holder { position:fixed; left:0px; right:0px; top:0px; bottom:0px; padding-left:50%; background-color:rgba(255,255,255,0.2); z-index:50;
|
|
32
32
|
.rs_dialog { background-color:#f6f6f6; border:1px solid #acacac; @include shadows(1px, 3px, 8px, rgba(0,0,0,0.25)); @include rounded_corners(7px);
|
|
33
|
-
display:inline-block; min-width:200px; margin-left:-125px; overflow:hidden;
|
|
33
|
+
display:inline-block; min-width:200px; margin-left:-125px; overflow:hidden; position:relative;
|
|
34
34
|
.rs_dialog_content { padding:10px;
|
|
35
35
|
h1 { font-size:16px; padding:0px; margin:0 0 10px 0;
|
|
36
36
|
a {float:right; display:inline-block; height:16px; width:16px; background-image:url(<%=asset_path "recurring_select/cancel.png"%>); background-position:center; background-repeat:no-repeat;}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: recurring_select
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2013-04-
|
|
14
|
+
date: 2013-04-30 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|
|
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
155
155
|
version: '0'
|
|
156
156
|
requirements: []
|
|
157
157
|
rubyforge_project:
|
|
158
|
-
rubygems_version: 1.8.
|
|
158
|
+
rubygems_version: 1.8.24
|
|
159
159
|
signing_key:
|
|
160
160
|
specification_version: 3
|
|
161
161
|
summary: A select helper which gives you magical powers to generate ice_cube rules.
|