widget_list 1.3.2 → 1.3.4

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
- module WidgetList
2
- VERSION = "1.3.2"
3
- end
1
+ module WidgetList
2
+ VERSION = "1.3.4"
3
+ end
@@ -330,7 +330,6 @@ div#noListResults
330
330
 
331
331
  .listContainerPassive table.widget_list td
332
332
  {
333
- text-align:center;
334
333
  padding:10px;
335
334
  }
336
335
 
@@ -713,7 +712,7 @@ div.inputOuter .inputInner input.search-ahead-advanced {width: 90% !important;}
713
712
  /**
714
713
  * Widgetlist checkboxes
715
714
  */
716
- .widgetlist-checkbox {text-align:left !important;width:20px;}
715
+ .widgetlist-checkbox {width:20px;}
717
716
  .widgetlist-checkbox-header span input {text-align:left !important;width:inherit;}
718
717
 
719
718
  /**
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: widget_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.4
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-04-16 00:00:00.000000000 Z
12
+ date: 2013-04-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sequel
@@ -65,6 +65,7 @@ files:
65
65
  - app/views/widget_list/_ransack_fields.html.erb
66
66
  - app/views/widget_list/_ransack_widget_list_advanced_search.html.erb
67
67
  - app/views/widget_list/administration/_button_row.html.erb
68
+ - app/views/widget_list/administration/_checkbox_row.html.erb
68
69
  - app/views/widget_list/administration/_field_row.html.erb
69
70
  - app/views/widget_list/administration/_output.html.erb
70
71
  - app/views/widget_list/administration/_output_save.html.erb