old_sql 1.22.0 → 1.23.0

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.
@@ -5,7 +5,7 @@ var default_report_view = "<%=@report_view%>";
5
5
  </script>
6
6
 
7
7
  <div class="os-block">
8
- <div class="ui-widget-header clearfix">
8
+ <div class="ui-widget-header clearfix" id="title">
9
9
  <%=OldSql.report_select_page_title%>
10
10
  </div>
11
11
 
@@ -11,6 +11,12 @@ body{
11
11
  font-size:12px;
12
12
  }
13
13
 
14
+ #title {
15
+ font-size:16px;
16
+ font-weight:bold;
17
+ padding:3px;
18
+ }
19
+
14
20
  #report_list {
15
21
  padding-top:10px;
16
22
  }
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: old_sql
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.22.0
5
+ version: 1.23.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Eddie Gonzales
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-06-16 00:00:00 Z
13
+ date: 2011-06-21 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: devise
@@ -88,6 +88,8 @@ files:
88
88
  - lib/old_sql/report_processor/base.rb
89
89
  - lib/old_sql/shell_report_facade.rb
90
90
  - lib/old_sql/tasks/old_sql.rake
91
+ - public/images/old_sql_transparent.png
92
+ - public/images/old_sql_transparent_small.png
91
93
  - public/javascripts/old_sql/chart.js
92
94
  - public/javascripts/old_sql/date_format.js
93
95
  - public/javascripts/old_sql/jqgrid/i18n/grid.locale-bg.js
@@ -193,7 +195,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
193
195
  requirements:
194
196
  - - ">="
195
197
  - !ruby/object:Gem::Version
196
- hash: -1682679697401515691
198
+ hash: 1903098274518270145
197
199
  segments:
198
200
  - 0
199
201
  version: "0"