locomotive_cms 0.0.4.beta8 → 0.0.4.beta9

Sign up to get free protection for your applications and to get access to all the features.
data/config/assets.yml CHANGED
@@ -71,6 +71,7 @@ stylesheets:
71
71
  box:
72
72
  - public/stylesheets/admin/blueprint/screen.css
73
73
  - public/stylesheets/admin/box.css
74
+ - public/stylesheets/admin/safari.css
74
75
  common:
75
76
  - public/stylesheets/admin/blueprint/screen.css
76
77
  - public/stylesheets/admin/layout.css
@@ -82,6 +83,7 @@ stylesheets:
82
83
  - public/stylesheets/admin/formtastic.css
83
84
  - public/stylesheets/admin/formtastic_changes.css
84
85
  - public/stylesheets/admin/application.css
86
+ - public/stylesheets/admin/safari.css
85
87
  fancybox:
86
88
  - public/stylesheets/admin/plugins/fancybox.css
87
89
  - public/stylesheets/admin/fancybox_changes.css
@@ -18,7 +18,8 @@ require 'httparty'
18
18
  require 'redcloth'
19
19
  require 'delayed_job_mongoid'
20
20
  require 'zip/zipfilesystem'
21
- require 'jammit'
21
+ # require 'jammit'
22
+ require 'jammit-s3'
22
23
 
23
24
  $:.unshift File.dirname(__FILE__)
24
25
 
@@ -1,3 +1,3 @@
1
1
  module Locomotive #:nodoc
2
- VERSION = "0.0.4.beta8"
2
+ VERSION = "0.0.4.beta9"
3
3
  end
@@ -9,6 +9,8 @@ function makeSlug(val, sep) { // code largely inspired by http://www.thewebsitet
9
9
  return val.toLowerCase();
10
10
  }
11
11
 
12
- String.prototype.trim = function() {
13
- return this.replace(/^\s+/g, '').replace(/\s+$/g, '');
14
- }
12
+ (function() {
13
+ String.prototype.trim = function() {
14
+ return this.replace(/^\s+/g, '').replace(/\s+$/g, '');
15
+ }
16
+ })();
@@ -130,11 +130,6 @@ body { background: #000 url(/images/admin/background/body.png) repeat 0 0; }
130
130
  line-height: 21px;
131
131
  }
132
132
 
133
- @media screen and (-webkit-min-device-pixel-ratio:0) {
134
- #panel div.footer .button { padding-left: 5px; }
135
- #panel div.footer .button span { top: 0px; padding-right: 10px; }
136
- }
137
-
138
133
  /* ___ Messages ___ */
139
134
 
140
135
  div.application-message {
@@ -21,11 +21,6 @@
21
21
  outline: none;
22
22
  }
23
23
 
24
- @media screen and (-webkit-min-device-pixel-ratio:0) {
25
- .button { padding-left: 5px; }
26
- .button span { top: 0px; }
27
- }
28
-
29
24
  .button.light {
30
25
  background-image: url(/images/admin/buttons/light-gray-left.png);
31
26
  color: #787a89;
@@ -65,11 +65,6 @@ form.formtastic fieldset.foldable ol {
65
65
 
66
66
  form.formtastic fieldset.foldable.folded ol { display: none; }
67
67
 
68
- @media screen and (-webkit-min-device-pixel-ratio:0) {
69
- form.formtastic fieldset.foldable legend span em { top: 0px; }
70
- form.formtastic fieldset.foldable.folded legend span em { top: 0px; }
71
- }
72
-
73
68
  /* ___ inputs ___ */
74
69
 
75
70
  form.formtastic fieldset.inputs { min-height: 30px; width: 100%; margin-bottom: 20px; }
@@ -83,12 +78,6 @@ form.formtastic fieldset.inputs ol {
83
78
  border-top: 1px solid #ccced7;
84
79
  }
85
80
 
86
- @media screen and (-webkit-min-device-pixel-ratio:0) {
87
- form.formtastic fieldset.inputs ol {
88
- margin-top: 30px;
89
- }
90
- }
91
-
92
81
  form.formtastic fieldset ol li { width: 100%; position: relative; margin-bottom: 1.3em; }
93
82
 
94
83
  form.formtastic fieldset ol li label { text-align: left; padding: 0.3em 2em 0 20px; font-size: 0.8em; color: #17171b; width: 15%; }
@@ -143,10 +143,6 @@ body {
143
143
  background: transparent url(/images/admin/icons/actions.png) no-repeat 0 0;
144
144
  }
145
145
 
146
- @media screen and (-webkit-min-device-pixel-ratio:0) {
147
- #content #local-actions-bar a em { top: 4px; }
148
- }
149
-
150
146
  #content #local-actions-bar a.show em { background-position: 0 0; }
151
147
  #content #local-actions-bar a.edit em { background-position: 0 -16px; top: 2px; left: 12px; }
152
148
  #content #local-actions-bar a.download em { background-position: 0 -32px; }
@@ -0,0 +1,15 @@
1
+ @media screen and/*!YUI-Compresser */(-webkit-min-device-pixel-ratio:0) {
2
+
3
+ #panel div.footer .button { padding-left: 5px; }
4
+ #panel div.footer .button span { top: 0px; padding-right: 10px; }
5
+
6
+ .button { padding-left: 5px; }
7
+ .button span { top: 0px; }
8
+
9
+ form.formtastic fieldset.foldable legend span em { top: 0px; }
10
+ form.formtastic fieldset.foldable.folded legend span em { top: 0px; }
11
+
12
+ form.formtastic fieldset.inputs ol { margin-top: 30px; }
13
+
14
+ #content #local-actions-bar a em { top: 4px; }
15
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotive_cms
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1848230060
4
+ hash: -1848230059
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 4
10
- - beta8
11
- version: 0.0.4.beta8
10
+ - beta9
11
+ version: 0.0.4.beta9
12
12
  platform: ruby
13
13
  authors:
14
14
  - Didier Lafforgue
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-12-29 00:00:00 +01:00
19
+ date: 2010-12-30 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -702,6 +702,7 @@ files:
702
702
  - public/stylesheets/admin/plugins/selectmenu.css
703
703
  - public/stylesheets/admin/plugins/tiny_mce.css
704
704
  - public/stylesheets/admin/plugins/toggle.css
705
+ - public/stylesheets/admin/safari.css
705
706
  - public/javascripts/admin/account.js
706
707
  - public/javascripts/admin/aloha/aloha-nodeps.js
707
708
  - public/javascripts/admin/aloha/aloha.js