spud_core 0.8.20 → 0.8.21

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.
@@ -40,13 +40,13 @@ a:hover .ui-button-text {
40
40
  color-stop(0.53, #f56a0e)
41
41
  );
42
42
 
43
-
43
+
44
44
  color:#fff;
45
45
  }
46
46
  #header a,
47
47
  #header a:visited {
48
48
  color:#eee;
49
- font-weight:normal;
49
+ font-weight:normal;
50
50
  }
51
51
  .greeting {
52
52
  color:#fff;
@@ -62,7 +62,7 @@ a:hover .ui-button-text {
62
62
  float:left;
63
63
  color:#fff;
64
64
  margin:0 5px;
65
-
65
+
66
66
  line-height:100px;
67
67
  width:200px;
68
68
  height:100px;
@@ -110,10 +110,10 @@ a:hover .ui-button-text {
110
110
 
111
111
  div.admin_application {
112
112
  width:150px;
113
- background:#fff;
113
+ background:#fff;
114
114
  /*height:150px;*/
115
115
  float:left;
116
-
116
+
117
117
  text-align:center;
118
118
  border:1px solid transparent;
119
119
  border-radius:10px;
@@ -128,7 +128,7 @@ div.admin_application {
128
128
  div.admin_application:hover {
129
129
  background:#fff;
130
130
  border:1px solid #ccc;
131
-
131
+
132
132
  }
133
133
  .admin_application a,
134
134
  .admin_application a:visited {
@@ -153,7 +153,7 @@ div.admin_application:hover {
153
153
  }
154
154
  #detail_wrapper h2
155
155
  {
156
-
156
+
157
157
  display:block;
158
158
  line-height:50px;
159
159
  color:#333;
@@ -163,13 +163,13 @@ div.admin_application:hover {
163
163
  width:100px;
164
164
  height:100px;
165
165
  float:left;
166
-
166
+
167
167
  margin:-50px 10px 10px 10px;
168
168
  }
169
169
  #detail_wrapper h2 img {
170
-
170
+
171
171
  width:100px;
172
-
172
+
173
173
 
174
174
  }
175
175
  .data_controls {
@@ -224,7 +224,7 @@ div.admin_application:hover {
224
224
  }
225
225
  .dataTables_paginate .ui-button {
226
226
  padding:2px 5px;
227
-
227
+
228
228
  margin:0 5px;
229
229
  }
230
230
  .data-table .css_right {
@@ -259,7 +259,7 @@ div.field_with_errors label {
259
259
  .admin-table thead tr{
260
260
  background:#fc862a;
261
261
  color:#fff;
262
-
262
+
263
263
  border-radius:10px 10px 0 0;
264
264
  }
265
265
  .admin-table th {
@@ -338,7 +338,7 @@ div.field_with_errors label {
338
338
  height:200px;
339
339
  }
340
340
  form h2 {
341
- line-height:20px !important;
341
+ line-height:20px !important;
342
342
  height:20px;
343
343
  }
344
344
 
@@ -370,7 +370,7 @@ form input.full-width {
370
370
  /* Pagination
371
371
  --------------- */
372
372
  .spud_admin_pagination{
373
- margin: 10px 0;
373
+ margin: 10px 0;
374
374
  overflow: hidden;
375
375
  }
376
376
  .spud_admin_pagination .pagination{
@@ -385,31 +385,31 @@ form input.full-width {
385
385
  display:none;
386
386
  }
387
387
  /*Jiggle Animation*/
388
- .jiggly {
389
- -webkit-animation: jiggle 0.2s infinite;
390
- -moz-animation-duration: 0.2s;
391
- -moz-animation-name: jiggle;
392
- -moz-animation-iteration-count: infinite;
393
- -webkit-transform: rotate(-1deg);
394
- -moz-transform: rotate(-1deg);
395
- }
396
-
397
- @-moz-keyframes jiggle {
398
- 0% {
399
- -moz-transform: rotate(-1deg);
400
- }
401
- 50% {
402
- -moz-transform: rotate(1deg);
403
- }
404
- }
405
-
406
- @-webkit-keyframes jiggle {
407
- 0% {
408
- -webkit-transform: rotate(-1deg);
409
- }
410
- 50% {
411
- -webkit-transform: rotate(1deg);
412
- }
388
+ .jiggly {
389
+ -webkit-animation: jiggle 0.2s infinite;
390
+ -moz-animation-duration: 0.2s;
391
+ -moz-animation-name: jiggle;
392
+ -moz-animation-iteration-count: infinite;
393
+ -webkit-transform: rotate(-1deg);
394
+ -moz-transform: rotate(-1deg);
395
+ }
396
+
397
+ @-moz-keyframes jiggle {
398
+ 0% {
399
+ -moz-transform: rotate(-1deg);
400
+ }
401
+ 50% {
402
+ -moz-transform: rotate(1deg);
403
+ }
404
+ }
405
+
406
+ @-webkit-keyframes jiggle {
407
+ 0% {
408
+ -webkit-transform: rotate(-1deg);
409
+ }
410
+ 50% {
411
+ -webkit-transform: rotate(1deg);
412
+ }
413
413
  }
414
414
 
415
415
 
@@ -420,8 +420,10 @@ form input.full-width {
420
420
  only screen and (min-device-pixel-ratio: 1.5) {
421
421
  #header h1 {
422
422
  background: url('/assets/spud/admin/spud_logo@2x.png') top left no-repeat;
423
+ background-size:200px 90px;
424
+
423
425
  }
424
426
  .replace-2x {
425
427
  font-size: 1px;
426
428
  }
427
- }
429
+ }
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Core
3
- VERSION = "0.8.20"
3
+ VERSION = "0.8.21"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spud_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.20
4
+ version: 0.8.21
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: 2012-07-27 00:00:00.000000000 Z
12
+ date: 2012-08-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -679,7 +679,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
679
679
  version: '0'
680
680
  segments:
681
681
  - 0
682
- hash: 1793388610490355409
682
+ hash: -2120018455707062476
683
683
  required_rubygems_version: !ruby/object:Gem::Requirement
684
684
  none: false
685
685
  requirements:
@@ -688,7 +688,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
688
688
  version: '0'
689
689
  segments:
690
690
  - 0
691
- hash: 1793388610490355409
691
+ hash: -2120018455707062476
692
692
  requirements: []
693
693
  rubyforge_project:
694
694
  rubygems_version: 1.8.24