rich_table_component 0.0.28 → 0.0.29

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.
@@ -1,3 +1,3 @@
1
1
  module RichTableComponent
2
- VERSION = "0.0.28"
2
+ VERSION = "0.0.29"
3
3
  end
@@ -43,5 +43,12 @@ $(function(){
43
43
  removeGlobalLoading();
44
44
  renderJqueryFileUpload();
45
45
  resetNestedFieldDestroy();
46
+
47
+ $(
48
+ '.in_row_edit'
49
+ ).live("ajax:before", function(){
50
+ $(this).parents('tr').last().addClass('lvr_entry_edited');
51
+ });
52
+
46
53
  });
47
54
 
@@ -692,3 +692,21 @@ a[rel=popover]
692
692
  .part_value
693
693
  > i
694
694
  color: darken($thin_color, 30%)
695
+
696
+
697
+
698
+
699
+ .string
700
+ &.string-success
701
+ font-weight: bold
702
+ color: #468847
703
+ &.string-warning
704
+ font-weight: bold
705
+ color: #F89406
706
+ &.string-important
707
+ font-weight: bold
708
+ color: #B94A48
709
+ &.string-info
710
+ font-weight: bold
711
+ color: #3A87AD
712
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rich_table_component
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.28
4
+ version: 0.0.29
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-27 00:00:00.000000000 Z
12
+ date: 2013-08-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass-rails