widget_list 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ .widget_list_outer
2
+ {
3
+ padding-left: 15px;
4
+ padding-right: 15px;
5
+ }
1
6
 
2
7
  .horizontal_rule
3
8
  {
@@ -7,13 +12,13 @@
7
12
  height:3px;
8
13
  }
9
14
 
10
- table.list
15
+ table.widget_list
11
16
  {
12
17
  border: 1px solid #CCCCCC;
13
18
  }
14
19
 
15
20
 
16
- table.list tbody tr td span
21
+ table.widget_list tbody tr td span
17
22
  {
18
23
  width:auto;
19
24
  }
@@ -99,7 +104,7 @@ div.btn_sml_outer
99
104
 
100
105
  div.btn_sml_outer div.btn_sml_inner
101
106
  {
102
- background: transparent url('../assets/images/buttons/small/green/leftside-small-btn.png') no-repeat;
107
+ background: transparent url('../assets/imagesll/green/leftside-small-btn.png') no-repeat;
103
108
  display: block;
104
109
  line-height: 8px;
105
110
  padding: 5px 0 0px 8px;
@@ -187,6 +192,24 @@ div.required
187
192
  * Legacy Pagination
188
193
  */
189
194
 
195
+ .summary .header
196
+ {
197
+ background: url("../assets/images/head-gradient.gif") repeat-x scroll 0 0 transparent;
198
+ height:23px;
199
+ font-size:14px;
200
+ font-weight:800;
201
+ }
202
+
203
+ .goback
204
+ {
205
+ background: url('../assets/images/gobblecons/teal/share-arrows-24-left.png') no-repeat;
206
+ margin-right: 15px;
207
+ width: 24px;
208
+ height: 19px;
209
+ cursor: pointer;
210
+ float: left;
211
+ }
212
+
190
213
  ul#pagination
191
214
  {
192
215
  float:left;
@@ -240,14 +263,14 @@ ul#pagination li div.active
240
263
  background: transparent;
241
264
  }
242
265
 
243
- .listContainer table.list, .listContainerPassive table.list
266
+ .listContainer table.list, .listContainerPassive table.widget_list
244
267
  {
245
268
  position:relative;
246
269
  margin:0px;
247
270
  padding:0px;
248
271
  }
249
272
 
250
- .listContainer table.list tr.list_header, .listContainerPassive table.list tr.list_header
273
+ .listContainer table.widget_list tr.widget_list_header, .listContainerPassive table.widget_list tr.widget_list_header
251
274
  {
252
275
  color:#4B4B4B;
253
276
  /*background-color:#acacac; */
@@ -257,7 +280,7 @@ ul#pagination li div.active
257
280
  /*background: transparent url('../assets/images/catbar-bg.png') repeat-x bottom;*/
258
281
  }
259
282
 
260
- .listContainer table.list td, .listContainerPassive table.list td
283
+ .listContainer table.widget_list td, .listContainerPassive table.widget_list td
261
284
  {
262
285
  padding:5px;
263
286
  }
@@ -305,14 +328,14 @@ div#noListResults
305
328
  opacity: 0.40;*/
306
329
  }
307
330
 
308
- .listContainerPassive table.list td
331
+ .listContainerPassive table.widget_list td
309
332
  {
310
333
  text-align:center;
311
334
  border-bottom:1px solid #CCCCCC;
312
335
  padding:10px;
313
336
  }
314
337
 
315
- .listContainerPassive table.list tr.list_header
338
+ .listContainerPassive table.widget_list tr.widget_list_header
316
339
  {
317
340
  /*background: url("../assets/images/th_header.gif") repeat-x scroll left center transparent; */
318
341
  padding: 4px;
@@ -604,13 +627,13 @@ div.inputOuter .inputInner input.search-ahead {width:97%}
604
627
  * Advanced Search Down Arrow
605
628
  */
606
629
  .widget-search-arrow {background: url('../assets/images/gobblecons/mid-gray/arrow-16.png') no-repeat scroll 0px 0px transparent;float:right;margin:8px;position: relative;right:-23px;top:-30px;cursor:pointer;border:0px solid red;height:20px;width:20px;display:none}
607
- .widget-search-arrow:hover {background: url('../assets/images/gobblecons/lime/arrow-16.png') no-repeat scroll 0px 0px transparent;}
630
+ .widget-search-arrow:hover {background: url('../assets/images/gobblecons/teal/arrow-16.png') no-repeat scroll 0px 0px transparent;}
608
631
 
609
632
  /**
610
633
  * Search Ahead Magifier Glass
611
634
  */
612
635
  .widget-search-magnifier {background: url('../assets/images/gobblecons/mid-gray/search-16.png') no-repeat scroll 0px 0px transparent;float:right;margin:7px;position: relative;right:-13px;top:-30px;cursor:pointer;border:0px solid red;height:20px;width:20px}
613
- .widget-search-magnifier:hover {background: url('../assets/images/gobblecons/lime/search-16.png') no-repeat scroll 0px 0px transparent}
636
+ .widget-search-magnifier:hover {background: url('../assets/images/gobblecons/teal/search-16.png') no-repeat scroll 0px 0px transparent}
614
637
 
615
638
  /**
616
639
  * Advanced Search Close Button
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.0.5
4
+ version: 1.0.6
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-01-10 00:00:00.000000000 Z
12
+ date: 2013-01-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sequel
@@ -61,6 +61,7 @@ files:
61
61
  - lib/widget_list/utils.rb
62
62
  - lib/widget_list/version.rb
63
63
  - lib/widget_list/widgets.rb
64
+ - publish_gem.sh
64
65
  - vendor/assets/images/buttons/regular/green/leftside-regular-btn.png
65
66
  - vendor/assets/images/buttons/regular/green/rightside-regular-btn.png
66
67
  - vendor/assets/images/buttons/small/green/leftside-small-btn.png
@@ -247,6 +248,7 @@ files:
247
248
  - vendor/assets/images/gobblecons/super-dark-gray/trash-24.png
248
249
  - vendor/assets/images/gobblecons/teal/add-circle-16.png
249
250
  - vendor/assets/images/gobblecons/teal/add-circle-24.png
251
+ - vendor/assets/images/gobblecons/teal/arrow-16.png
250
252
  - vendor/assets/images/gobblecons/teal/down-arrow-16.png
251
253
  - vendor/assets/images/gobblecons/teal/down-arrow-24.png
252
254
  - vendor/assets/images/gobblecons/teal/edit-16.png
@@ -256,6 +258,7 @@ files:
256
258
  - vendor/assets/images/gobblecons/teal/export-24.png
257
259
  - vendor/assets/images/gobblecons/teal/export-solid-16.png
258
260
  - vendor/assets/images/gobblecons/teal/export-solid-24.png
261
+ - vendor/assets/images/gobblecons/teal/share-arrows-24-left.png
259
262
  - vendor/assets/images/gobblecons/teal/share-arrows-24.png
260
263
  - vendor/assets/images/gobblecons/teal/share-circle-24.png
261
264
  - vendor/assets/images/gobblecons/teal/share-square-24.png
@@ -263,6 +266,7 @@ files:
263
266
  - vendor/assets/images/gobblecons/teal/trash-16.png
264
267
  - vendor/assets/images/gobblecons/teal/trash-24.png
265
268
  - vendor/assets/images/grad.png
269
+ - vendor/assets/images/head-gradient.gif
266
270
  - vendor/assets/images/input_text_left.png
267
271
  - vendor/assets/images/input_text_right.png
268
272
  - vendor/assets/images/list-loader.gif