talia_core 0.4.8 → 0.4.9

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.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 8
4
+ :patch: 9
5
5
  :build:
@@ -8,7 +8,7 @@ body {
8
8
  margin:0;
9
9
  padding: 0;
10
10
  border: 0;
11
- background: #FFF url(images/header_bg.gif) top left repeat-x;
11
+ background: #FFF url(images/backend/header_bg.gif) top left repeat-x;
12
12
  font-family: Avenir, Arial, "Lucida Grande", Verdana, "Bitstream Vera Sans", Helvetica, sans-serif;
13
13
  font-size:0.8125em;
14
14
  }
@@ -122,7 +122,7 @@ a:hover{
122
122
  display: block;
123
123
  height: 181px;
124
124
  width:100%;
125
- background: transparent url(images/header.jpg) top left no-repeat;
125
+ background: transparent url(images/backend/header.jpg) top left no-repeat;
126
126
  }
127
127
  #testata h1{
128
128
  display: none;
@@ -139,7 +139,7 @@ a:hover{
139
139
  height: 45px;
140
140
  width: 800px;
141
141
  width:100%;
142
- background: url(images/menu_bg.gif) top left repeat-x;
142
+ background: url(images/backend/menu_bg.gif) top left repeat-x;
143
143
  text-align: left;
144
144
  margin: 0; padding: 0;
145
145
  }
@@ -148,7 +148,7 @@ a:hover{
148
148
  padding: 14px 0 0 25px;
149
149
  margin: 0;
150
150
  height: 45px;
151
- background: url(images/menu.jpg) top left no-repeat;
151
+ background: url(images/backend/menu.jpg) top left no-repeat;
152
152
  background-position: -180px 0;
153
153
  }
154
154
  #menu li{
@@ -164,12 +164,12 @@ a:hover{
164
164
  text-transform: uppercase;
165
165
  font-size: 11px;
166
166
  font-weight: bold;
167
- background: transparent url(images/triangolino.gif) bottom center no-repeat;
167
+ background: transparent url(images/backend/triangolino.gif) bottom center no-repeat;
168
168
  padding-bottom: 6px;
169
169
  }
170
170
  #menu li a:hover{
171
171
  color: #FFFFFF;
172
- background: transparent url(images/triangolino_full.gif) bottom center no-repeat;
172
+ background: transparent url(images/backend/triangolino_full.gif) bottom center no-repeat;
173
173
  }
174
174
 
175
175
  /* ***************** ************** ************** */
@@ -199,7 +199,7 @@ a:hover{
199
199
  margin: 0 0 10px 0;
200
200
  }
201
201
  #contenutoInterno ul li a{
202
- background: transparent url(images/icona.gif) center left no-repeat;
202
+ background: transparent url(images/backend/icona.gif) center left no-repeat;
203
203
  padding: 0 0 0 0px;
204
204
  }
205
205
  #contenutoInterno ul li a:hover{
@@ -238,7 +238,7 @@ a:hover{
238
238
  label#openid_label {
239
239
  display: inline;
240
240
  line-height: 30px;
241
- background: transparent url(images/opednid.gif) center left no-repeat;
241
+ background: transparent url(images/backend/opednid.gif) center left no-repeat;
242
242
  padding: 20px 20px 20px 35px;
243
243
  height: 30px;
244
244
  }
@@ -280,7 +280,7 @@ div.main_menu_box a:hover{
280
280
  .rdf_header {
281
281
  margin-top: 15px;
282
282
  padding-left: 10px;
283
- background: #333 url(/images/rdf_header_bg.gif) repeat-x top left;
283
+ background: #333 url(images/backend/rdf_header_bg.gif) repeat-x top left;
284
284
  color: #fff;
285
285
  font-weight: bold;
286
286
  font-size: 1em;
@@ -403,7 +403,7 @@ table tr td input {
403
403
  position: relative;
404
404
  margin: 0 auto 0 auto;
405
405
  width:780px;
406
- background: #40332b url(images/footer_bg.gif) top left repeat-x;
406
+ background: #40332b url(images/backend/footer_bg.gif) top left repeat-x;
407
407
  }
408
408
  #footer {
409
409
  position: relative;
@@ -8,7 +8,7 @@
8
8
  <%= link_to(record.location, { :controller => 'source_data', :action => 'show', :id => record.id }, record_options.last )%>
9
9
  </span>
10
10
  <span class="value">
11
- <%= image_tag("demo/#{record_options.first}.png", :alt => record.mime, :title => record.mime) %> (<%= record.mime %>)
11
+ <%= image_tag("talia_core/#{record_options.first}.png", :alt => record.mime, :title => record.mime) %> (<%= record.mime %>)
12
12
  </span>
13
13
  </p>
14
14
  </li>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: talia_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Giacomi
@@ -13,7 +13,7 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2009-12-15 00:00:00 +01:00
16
+ date: 2009-12-16 00:00:00 +01:00
17
17
  default_executable: talia
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
@@ -168,16 +168,16 @@ files:
168
168
  - generators/talia_admin/templates/public/javascripts/backend.js
169
169
  - generators/talia_admin/templates/public/javascripts/lowpro.js
170
170
  - generators/talia_admin/templates/public/stylesheets/talia_core/backend.css
171
- - generators/talia_admin/templates/public/stylesheets/talia_core/images/body_bg.gif
172
- - generators/talia_admin/templates/public/stylesheets/talia_core/images/footer_bg.gif
173
- - generators/talia_admin/templates/public/stylesheets/talia_core/images/header.jpg
174
- - generators/talia_admin/templates/public/stylesheets/talia_core/images/header_bg.gif
175
- - generators/talia_admin/templates/public/stylesheets/talia_core/images/menu.jpg
176
- - generators/talia_admin/templates/public/stylesheets/talia_core/images/menu_bg.gif
177
- - generators/talia_admin/templates/public/stylesheets/talia_core/images/opednid.gif
178
- - generators/talia_admin/templates/public/stylesheets/talia_core/images/page_bg.jpg
179
- - generators/talia_admin/templates/public/stylesheets/talia_core/images/triangolino.gif
180
- - generators/talia_admin/templates/public/stylesheets/talia_core/images/triangolino_full.gif
171
+ - generators/talia_admin/templates/public/stylesheets/talia_core/images/backend/body_bg.gif
172
+ - generators/talia_admin/templates/public/stylesheets/talia_core/images/backend/footer_bg.gif
173
+ - generators/talia_admin/templates/public/stylesheets/talia_core/images/backend/header.jpg
174
+ - generators/talia_admin/templates/public/stylesheets/talia_core/images/backend/header_bg.gif
175
+ - generators/talia_admin/templates/public/stylesheets/talia_core/images/backend/menu.jpg
176
+ - generators/talia_admin/templates/public/stylesheets/talia_core/images/backend/menu_bg.gif
177
+ - generators/talia_admin/templates/public/stylesheets/talia_core/images/backend/opednid.gif
178
+ - generators/talia_admin/templates/public/stylesheets/talia_core/images/backend/page_bg.jpg
179
+ - generators/talia_admin/templates/public/stylesheets/talia_core/images/backend/triangolino.gif
180
+ - generators/talia_admin/templates/public/stylesheets/talia_core/images/backend/triangolino_full.gif
181
181
  - generators/talia_admin/templates/test/functional/admin/custom_templates_controller_test.rb
182
182
  - generators/talia_admin/templates/test/functional/admin/locales_controller_test.rb
183
183
  - generators/talia_admin/templates/test/functional/admin/sources_controller_test.rb