trusty-cms 3.5.0 → 3.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -0
  3. data/Gemfile.lock +76 -91
  4. data/app/assets/stylesheets/admin/_base.scss +0 -1
  5. data/app/assets/stylesheets/admin/_reset.scss +55 -0
  6. data/app/assets/stylesheets/admin/_site_chooser.scss +2 -5
  7. data/app/assets/stylesheets/admin/assets.scss +27 -19
  8. data/app/assets/stylesheets/admin/main.scss +1 -3
  9. data/app/assets/stylesheets/admin/modules/_boxes.scss +3 -3
  10. data/app/assets/stylesheets/admin/partials/_actions.scss +12 -10
  11. data/app/assets/stylesheets/admin/partials/_avatars.scss +4 -4
  12. data/app/assets/stylesheets/admin/partials/_content.scss +2 -2
  13. data/app/assets/stylesheets/admin/partials/_dateinput.scss +4 -4
  14. data/app/assets/stylesheets/admin/partials/_deprecated.scss +3 -3
  15. data/app/assets/stylesheets/admin/partials/_dropdown.scss +8 -6
  16. data/app/assets/stylesheets/admin/partials/_forms.scss +20 -27
  17. data/app/assets/stylesheets/admin/partials/_header.scss +16 -11
  18. data/app/assets/stylesheets/admin/partials/_index.scss +10 -8
  19. data/app/assets/stylesheets/admin/partials/_popup.scss +9 -9
  20. data/app/assets/stylesheets/admin/partials/_tabcontrol.scss +4 -3
  21. data/app/assets/stylesheets/admin/partials/_validations.scss +2 -2
  22. data/config/application.rb +0 -2
  23. data/lib/generators/instance/templates/instance_gemfile +0 -3
  24. data/lib/generators/trusty_cms/templates/application.rb.erb +0 -3
  25. data/lib/generators/trusty_cms/trusty_cms_generator.rb +0 -1
  26. data/lib/trusty_cms.rb +1 -1
  27. data/spec/dummy/config/application.rb +0 -3
  28. data/trusty_cms.gemspec +1 -2
  29. metadata +153 -168
  30. data/app/assets/stylesheets/admin/modules/_gradients.scss +0 -5
  31. data/lib/generators/trusty_cms/templates/compass.rb.erb +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ee558134a0a7a3611b01ff677735a3e3001d71c
4
- data.tar.gz: e41d01911b6dbbd737611ad1563a19da0098f857
3
+ metadata.gz: 61a84f2bd93709b64869694e7067273bc1270bdd
4
+ data.tar.gz: f711721cc535cba983db9c901b61bbdd92bc43af
5
5
  SHA512:
6
- metadata.gz: 3795b0d9fda51ceff1ed66f3d5970bdfdfcbd50bf9b6dfb367925a45f416ceac28232ddc2526b36492c7bc288ececf1149f285af96f12d4810ece69d23db2000
7
- data.tar.gz: de99a2990429570059050e8f34ab325ff32d67ac3ca8b95ec7def1b248fab3764e096d390819298a79fc3d935def5a04ab6e2c9f071bf42246611fcf52bfc459
6
+ metadata.gz: b5b58ab4bab431abe55d905d449aaf6ba8ba1bfbe3520811db825f204a3c3049ac6503718741d788a0e6d2839d8051b141a5ca72e819b13b6c83631ffd7a2ab7
7
+ data.tar.gz: 42b3963bf35438c0b88620a6c416a1a2758aa9dc7c79be5821da062582afb8f8e6135d55ef44d0872692f8bf9e2970a80d70c90cf58a68deee4a0baf8fe456c7
data/Gemfile CHANGED
@@ -22,4 +22,5 @@ group :development, :test do
22
22
  gem 'pry-byebug'
23
23
  gem 'rails-observers'
24
24
  gem 'rspec-rails'
25
+ gem 'sass-rails'
25
26
  end
data/Gemfile.lock CHANGED
@@ -1,13 +1,12 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (3.5.0)
4
+ trusty-cms (3.5.1)
5
5
  RedCloth (= 4.3.2)
6
6
  acts_as_list (~> 0.9.5)
7
7
  acts_as_tree (>= 2.6.1, < 2.9.0)
8
8
  bundler (~> 1.7)
9
- ckeditor (~> 4.2.2)
10
- compass-rails (>= 3.0.2, < 3.2.0)
9
+ ckeditor (>= 4.2.2, < 4.4.0)
11
10
  delocalize (>= 0.2, < 2.0)
12
11
  execjs (~> 2.7)
13
12
  haml (~> 5.0)
@@ -34,48 +33,48 @@ GEM
34
33
  remote: https://rubygems.org/
35
34
  specs:
36
35
  RedCloth (4.3.2)
37
- actioncable (5.2.1)
38
- actionpack (= 5.2.1)
36
+ actioncable (5.2.2)
37
+ actionpack (= 5.2.2)
39
38
  nio4r (~> 2.0)
40
39
  websocket-driver (>= 0.6.1)
41
- actionmailer (5.2.1)
42
- actionpack (= 5.2.1)
43
- actionview (= 5.2.1)
44
- activejob (= 5.2.1)
40
+ actionmailer (5.2.2)
41
+ actionpack (= 5.2.2)
42
+ actionview (= 5.2.2)
43
+ activejob (= 5.2.2)
45
44
  mail (~> 2.5, >= 2.5.4)
46
45
  rails-dom-testing (~> 2.0)
47
- actionpack (5.2.1)
48
- actionview (= 5.2.1)
49
- activesupport (= 5.2.1)
46
+ actionpack (5.2.2)
47
+ actionview (= 5.2.2)
48
+ activesupport (= 5.2.2)
50
49
  rack (~> 2.0)
51
50
  rack-test (>= 0.6.3)
52
51
  rails-dom-testing (~> 2.0)
53
52
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
54
- actionview (5.2.1)
55
- activesupport (= 5.2.1)
53
+ actionview (5.2.2)
54
+ activesupport (= 5.2.2)
56
55
  builder (~> 3.1)
57
56
  erubi (~> 1.4)
58
57
  rails-dom-testing (~> 2.0)
59
58
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
60
- activejob (5.2.1)
61
- activesupport (= 5.2.1)
59
+ activejob (5.2.2)
60
+ activesupport (= 5.2.2)
62
61
  globalid (>= 0.3.6)
63
- activemodel (5.2.1)
64
- activesupport (= 5.2.1)
65
- activerecord (5.2.1)
66
- activemodel (= 5.2.1)
67
- activesupport (= 5.2.1)
62
+ activemodel (5.2.2)
63
+ activesupport (= 5.2.2)
64
+ activerecord (5.2.2)
65
+ activemodel (= 5.2.2)
66
+ activesupport (= 5.2.2)
68
67
  arel (>= 9.0)
69
- activestorage (5.2.1)
70
- actionpack (= 5.2.1)
71
- activerecord (= 5.2.1)
68
+ activestorage (5.2.2)
69
+ actionpack (= 5.2.2)
70
+ activerecord (= 5.2.2)
72
71
  marcel (~> 0.3.1)
73
- activesupport (5.2.1)
72
+ activesupport (5.2.2)
74
73
  concurrent-ruby (~> 1.0, >= 1.0.2)
75
74
  i18n (>= 0.7, < 2)
76
75
  minitest (~> 5.1)
77
76
  tzinfo (~> 1.1)
78
- acts_as_list (0.9.16)
77
+ acts_as_list (0.9.17)
79
78
  activerecord (>= 3.0)
80
79
  acts_as_tree (2.8.0)
81
80
  activerecord (>= 3.0.0)
@@ -91,34 +90,15 @@ GEM
91
90
  rack (>= 1.6.0)
92
91
  rack-test (>= 0.6.3)
93
92
  xpath (~> 3.1)
94
- chunky_png (1.3.10)
95
- ckeditor (4.2.4)
96
- cocaine
93
+ ckeditor (4.3.0)
97
94
  orm_adapter (~> 0.5.0)
95
+ terrapin
98
96
  climate_control (0.2.0)
99
97
  cliver (0.3.2)
100
- cocaine (0.6.0)
101
- terrapin (= 0.6.0)
102
- codeclimate-test-reporter (1.0.8)
98
+ codeclimate-test-reporter (1.0.9)
103
99
  simplecov (<= 0.13)
104
100
  coderay (1.1.2)
105
- compass (1.0.3)
106
- chunky_png (~> 1.2)
107
- compass-core (~> 1.0.2)
108
- compass-import-once (~> 1.0.5)
109
- rb-fsevent (>= 0.9.3)
110
- rb-inotify (>= 0.9)
111
- sass (>= 3.3.13, < 3.5)
112
- compass-core (1.0.3)
113
- multi_json (~> 1.0)
114
- sass (>= 3.3.0, < 3.5)
115
- compass-import-once (1.0.5)
116
- sass (>= 3.2, < 3.5)
117
- compass-rails (3.1.0)
118
- compass (~> 1.0.0)
119
- sass-rails (< 5.1)
120
- sprockets (< 4.0)
121
- concurrent-ruby (1.0.5)
101
+ concurrent-ruby (1.1.4)
122
102
  crass (1.0.4)
123
103
  css_parser (1.6.0)
124
104
  addressable
@@ -127,7 +107,7 @@ GEM
127
107
  rails (>= 2)
128
108
  diff-lcs (1.3)
129
109
  docile (1.1.5)
130
- erubi (1.7.1)
110
+ erubi (1.8.0)
131
111
  erubis (2.7.0)
132
112
  execjs (2.7.0)
133
113
  factory_bot (4.11.1)
@@ -135,8 +115,8 @@ GEM
135
115
  factory_bot_rails (4.11.1)
136
116
  factory_bot (~> 4.11.1)
137
117
  railties (>= 3.0.0)
138
- ffi (1.9.25)
139
- globalid (0.4.1)
118
+ ffi (1.10.0)
119
+ globalid (0.4.2)
140
120
  activesupport (>= 4.2.0)
141
121
  haml (5.0.4)
142
122
  temple (>= 0.8.0)
@@ -147,15 +127,16 @@ GEM
147
127
  haml (>= 4.0.6, < 6.0)
148
128
  html2haml (>= 1.0.1)
149
129
  railties (>= 4.0.1)
150
- highline (2.0.0)
130
+ highline (2.0.1)
151
131
  html2haml (2.2.0)
152
132
  erubis (~> 2.7.0)
153
133
  haml (>= 4.0, < 6)
154
134
  nokogiri (>= 1.6.0)
155
135
  ruby_parser (~> 3.5)
156
- httparty (0.16.2)
136
+ httparty (0.16.3)
137
+ mime-types (~> 3.0)
157
138
  multi_xml (>= 0.5.2)
158
- i18n (1.1.0)
139
+ i18n (1.4.0)
159
140
  concurrent-ruby (~> 1.0)
160
141
  json (2.1.0)
161
142
  kraken-io (0.1.3)
@@ -166,28 +147,27 @@ GEM
166
147
  launchy (2.4.3)
167
148
  addressable (~> 2.3)
168
149
  libv8 (3.16.14.19)
169
- loofah (2.2.2)
150
+ loofah (2.2.3)
170
151
  crass (~> 1.0.2)
171
152
  nokogiri (>= 1.5.9)
172
- mail (2.7.0)
153
+ mail (2.7.1)
173
154
  mini_mime (>= 0.1.1)
174
155
  marcel (0.3.3)
175
156
  mimemagic (~> 0.3.2)
176
- method_source (0.9.0)
157
+ method_source (0.9.2)
177
158
  mime-types (3.2.2)
178
159
  mime-types-data (~> 3.2015)
179
160
  mime-types-data (3.2018.0812)
180
- mimemagic (0.3.2)
161
+ mimemagic (0.3.3)
181
162
  mini_mime (1.0.1)
182
- mini_portile2 (2.3.0)
163
+ mini_portile2 (2.4.0)
183
164
  minitest (5.11.3)
184
- multi_json (1.13.1)
185
165
  multi_xml (0.6.0)
186
166
  multipart-post (2.0.0)
187
167
  mysql2 (0.5.2)
188
168
  nio4r (2.3.1)
189
- nokogiri (1.8.4)
190
- mini_portile2 (~> 2.3.0)
169
+ nokogiri (1.9.1)
170
+ mini_portile2 (~> 2.4.0)
191
171
  orm_adapter (0.5.0)
192
172
  paperclip (6.1.0)
193
173
  activemodel (>= 4.2.0)
@@ -206,24 +186,24 @@ GEM
206
186
  byebug (~> 10.0)
207
187
  pry (~> 0.10)
208
188
  public_suffix (3.0.2)
209
- rack (2.0.5)
189
+ rack (2.0.6)
210
190
  rack-cache (1.8.0)
211
191
  rack (>= 0.4)
212
192
  rack-test (1.1.0)
213
193
  rack (>= 1.0, < 3)
214
194
  radius (0.7.4)
215
- rails (5.2.1)
216
- actioncable (= 5.2.1)
217
- actionmailer (= 5.2.1)
218
- actionpack (= 5.2.1)
219
- actionview (= 5.2.1)
220
- activejob (= 5.2.1)
221
- activemodel (= 5.2.1)
222
- activerecord (= 5.2.1)
223
- activestorage (= 5.2.1)
224
- activesupport (= 5.2.1)
195
+ rails (5.2.2)
196
+ actioncable (= 5.2.2)
197
+ actionmailer (= 5.2.2)
198
+ actionpack (= 5.2.2)
199
+ actionview (= 5.2.2)
200
+ activejob (= 5.2.2)
201
+ activemodel (= 5.2.2)
202
+ activerecord (= 5.2.2)
203
+ activestorage (= 5.2.2)
204
+ activesupport (= 5.2.2)
225
205
  bundler (>= 1.3.0)
226
- railties (= 5.2.1)
206
+ railties (= 5.2.2)
227
207
  sprockets-rails (>= 2.0.0)
228
208
  rails-dom-testing (2.0.3)
229
209
  activesupport (>= 4.2.0)
@@ -232,17 +212,17 @@ GEM
232
212
  loofah (~> 2.2, >= 2.2.2)
233
213
  rails-observers (0.1.5)
234
214
  activemodel (>= 4.0)
235
- railties (5.2.1)
236
- actionpack (= 5.2.1)
237
- activesupport (= 5.2.1)
215
+ railties (5.2.2)
216
+ actionpack (= 5.2.2)
217
+ activesupport (= 5.2.2)
238
218
  method_source
239
219
  rake (>= 0.8.7)
240
220
  thor (>= 0.19.0, < 2.0)
241
- rake (12.3.1)
221
+ rake (12.3.2)
242
222
  rb-fsevent (0.10.3)
243
- rb-inotify (0.9.10)
244
- ffi (>= 0.5.0, < 2)
245
- rdoc (6.0.4)
223
+ rb-inotify (0.10.0)
224
+ ffi (~> 1.0)
225
+ rdoc (6.1.1)
246
226
  ref (2.0.0)
247
227
  roadie (3.4.0)
248
228
  css_parser (~> 1.4)
@@ -252,13 +232,13 @@ GEM
252
232
  roadie (~> 3.1)
253
233
  rspec-core (3.8.0)
254
234
  rspec-support (~> 3.8.0)
255
- rspec-expectations (3.8.1)
235
+ rspec-expectations (3.8.2)
256
236
  diff-lcs (>= 1.2.0, < 2.0)
257
237
  rspec-support (~> 3.8.0)
258
238
  rspec-mocks (3.8.0)
259
239
  diff-lcs (>= 1.2.0, < 2.0)
260
240
  rspec-support (~> 3.8.0)
261
- rspec-rails (3.8.0)
241
+ rspec-rails (3.8.1)
262
242
  actionpack (>= 3.0)
263
243
  activesupport (>= 3.0)
264
244
  railties (>= 3.0)
@@ -267,9 +247,13 @@ GEM
267
247
  rspec-mocks (~> 3.8.0)
268
248
  rspec-support (~> 3.8.0)
269
249
  rspec-support (3.8.0)
270
- ruby_parser (3.11.0)
250
+ ruby_parser (3.12.0)
271
251
  sexp_processor (~> 4.9)
272
- sass (3.4.25)
252
+ sass (3.7.3)
253
+ sass-listen (~> 4.0.0)
254
+ sass-listen (4.0.0)
255
+ rb-fsevent (~> 0.9, >= 0.9.4)
256
+ rb-inotify (~> 0.9, >= 0.9.7)
273
257
  sass-rails (5.0.7)
274
258
  railties (>= 4.0.0, < 6)
275
259
  sass (~> 3.1)
@@ -289,21 +273,21 @@ GEM
289
273
  actionpack (>= 4.0)
290
274
  activesupport (>= 4.0)
291
275
  sprockets (>= 3.0.0)
292
- stringex (2.8.4)
276
+ stringex (2.8.5)
293
277
  temple (0.8.0)
294
278
  terrapin (0.6.0)
295
279
  climate_control (>= 0.0.3, < 1.0)
296
280
  therubyracer (0.12.3)
297
281
  libv8 (~> 3.16.14.15)
298
282
  ref
299
- thor (0.20.0)
283
+ thor (0.20.3)
300
284
  thread_safe (0.3.6)
301
- tilt (2.0.8)
285
+ tilt (2.0.9)
302
286
  trustygems (0.2.1)
303
287
  rake
304
288
  tzinfo (1.2.5)
305
289
  thread_safe (~> 0.1)
306
- uglifier (4.1.19)
290
+ uglifier (4.1.20)
307
291
  execjs (>= 0.3.0, < 3)
308
292
  uuidtools (2.1.5)
309
293
  websocket-driver (0.7.0)
@@ -327,8 +311,9 @@ DEPENDENCIES
327
311
  pry-byebug
328
312
  rails-observers
329
313
  rspec-rails
314
+ sass-rails
330
315
  trusty-cms!
331
316
  trustygems (~> 0.2.0)
332
317
 
333
318
  BUNDLED WITH
334
- 1.16.5
319
+ 1.17.3
@@ -14,4 +14,3 @@ $primary-tab-current: white;
14
14
  // Modules
15
15
  @import "modules/links";
16
16
  @import "modules/boxes";
17
- @import "modules/gradients";
@@ -0,0 +1,55 @@
1
+ html, body, div, span, applet, object, iframe,
2
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3
+ a, abbr, acronym, address, big, cite, code,
4
+ del, dfn, em, img, ins, kbd, q, s, samp,
5
+ small, strike, strong, sub, sup, tt, var,
6
+ b, u, i, center,
7
+ dl, dt, dd, ol, ul, li,
8
+ fieldset, form, label, legend,
9
+ table, caption, tbody, tfoot, thead, tr, th, td,
10
+ article, aside, canvas, details, embed,
11
+ figure, figcaption, footer, header, hgroup,
12
+ menu, nav, output, ruby, section, summary,
13
+ time, mark, audio, video {
14
+ margin: 0;
15
+ padding: 0;
16
+ border: 0;
17
+ font: inherit;
18
+ font-size: 100%;
19
+ vertical-align: baseline;
20
+ }
21
+
22
+ html {
23
+ line-height: 1;
24
+ }
25
+
26
+ ol, ul {
27
+ list-style: none;
28
+ }
29
+
30
+ table {
31
+ border-collapse: collapse;
32
+ border-spacing: 0;
33
+ }
34
+
35
+ caption, th, td {
36
+ text-align: left;
37
+ font-weight: normal;
38
+ vertical-align: middle;
39
+ }
40
+
41
+ q, blockquote {
42
+ quotes: none;
43
+ }
44
+ q:before, q:after, blockquote:before, blockquote:after {
45
+ content: "";
46
+ content: none;
47
+ }
48
+
49
+ a img {
50
+ border: none;
51
+ }
52
+
53
+ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
54
+ display: block;
55
+ }
@@ -45,7 +45,6 @@ $black: #000;
45
45
  }
46
46
  &.site-link:hover {
47
47
  color: $color_turquoise_blue_approx;
48
- //Instead of the line below you could use @include transition($transition-1, $transition-2, $transition-3, $transition-4, $transition-5, $transition-6, $transition-7, $transition-8, $transition-9, $transition-10)
49
48
  transition: all 0.2s;
50
49
  }
51
50
  }
@@ -57,20 +56,18 @@ $black: #000;
57
56
  margin-top: 10px;
58
57
  visibility: hidden;
59
58
  opacity: 0;
60
- //Instead of the line below you could use @include transition($transition-1, $transition-2, $transition-3, $transition-4, $transition-5, $transition-6, $transition-7, $transition-8, $transition-9, $transition-10)
61
59
  transition: opacity 0.2s;
62
60
  li {
63
61
  float: none;
64
62
  }
65
63
  a {
66
- white-space: nowrap;
64
+ white-space: nowrap;
67
65
  }
68
66
  }
69
67
  &:hover ul {
70
68
  visibility: visible;
71
69
  opacity: 1;
72
- //Instead of the line below you could use @include transition($transition-1, $transition-2, $transition-3, $transition-4, $transition-5, $transition-6, $transition-7, $transition-8, $transition-9, $transition-10)
73
70
  transition: opacity 0.2s;
74
71
  z-index: 99999;
75
72
  }
76
- }
73
+ }
@@ -1,9 +1,7 @@
1
- @import "compass";
2
-
3
1
  p.asset {
4
2
  img.preview {
5
3
  border: 5px solid white;
6
- @include box-shadow;
4
+ box-shadow: 0 5px #333;
7
5
  }
8
6
  }
9
7
 
@@ -11,7 +9,7 @@ p.asset {
11
9
  float: left;
12
10
  padding: 2px 0;
13
11
  a {
14
- @include border-radius(100px);
12
+ border-radius: 100px;
15
13
  color: #555555;
16
14
  padding: 3px 8px;
17
15
  text-decoration: none;
@@ -21,12 +19,12 @@ p.asset {
21
19
  }
22
20
  &.pressed {
23
21
  background: #888888;
24
- @include box-shadow(0, 1px, 1px, #333333, inset);
22
+ box-shadow: inset 0 1px 1px #333;
25
23
  color: white;
26
24
  text-shadow: 0 1px 0 #333333;
27
25
  &:hover {
28
26
  background: #888888;
29
- @include box-shadow(0, 1px, 1px, #333333, inset);
27
+ box-shadow: inset 0 1px 1px #333;
30
28
  color: white;
31
29
  text-shadow: 0 1px 0 #333333;
32
30
  }
@@ -37,14 +35,18 @@ p.asset {
37
35
  .popup {
38
36
  div.toolbar {
39
37
  background: white;
40
- @include background-image(linear-gradient(white, #dddddd));
38
+ background-image: linear-gradient(#ffffff, #dddddd);
41
39
  border-bottom: 1px solid #cccccc;
42
- @include single-box-shadow(white, 0, 1px, 0);
40
+ box-shadow: 0 1px 0 white;
43
41
  margin: -20px -20px 0;
44
42
  padding: 6px 10px 3px 10px;
45
43
  font-size: 95%;
46
44
  height: 30px;
47
- @include clearfix;
45
+ &:after {
46
+ clear: both;
47
+ content: "";
48
+ display: block;
49
+ }
48
50
  .right {
49
51
  float: right;
50
52
  }
@@ -52,13 +54,13 @@ p.asset {
52
54
  padding: 4px 2px 0;
53
55
  input[type=search] {
54
56
  font-size: 12px;
55
- @include border-radius(100px);
57
+ border-radius: 100px;
56
58
  border: 1px solid #cccccc;
57
59
  border-top-color: #999999;
58
60
  border-left-color: #b0b0b0;
59
61
  border-right-color: #bbbbbb;
60
62
  background: white url("/assets/admin/search.png") 4px center no-repeat;
61
- @include box-shadow(rgba(black, 0.2), 0, 1px, 0, inset);
63
+ box-shadow: inset 0 1px 0 rgba(black, 0.2);
62
64
  width: 180px;
63
65
  padding: 2px 8px 2px 20px;
64
66
  }
@@ -85,8 +87,13 @@ p.asset {
85
87
  text-align: right;
86
88
  margin-bottom: -1em;
87
89
  ul {
88
- @include inline-list;
89
- }
90
+ list-style-type: none;
91
+ &, & li {
92
+ margin: 0;
93
+ padding: 0;
94
+ display: inline;
95
+ }
96
+ }
90
97
  li {
91
98
  padding-left: 1em;
92
99
  }
@@ -119,13 +126,13 @@ p.asset {
119
126
  text-align: center;
120
127
  }
121
128
  .front {
122
- @include box-shadow;
129
+ box-shadow: 0 5px #333;
123
130
  text-align: center;
124
131
  }
125
132
  .back {
126
133
  color: #333333;
127
134
  overflow: hidden;
128
- @include opacity(0);
135
+ opacity: 0;
129
136
  }
130
137
  .title {
131
138
  color: #333333;
@@ -152,7 +159,7 @@ p.asset {
152
159
  a {
153
160
  background: #666666;
154
161
  background: rgba(black, 0.8);
155
- @include border-radius;
162
+ border-radius: 5px;
156
163
  color: #dddddd;
157
164
  display: block;
158
165
  padding: 2px 10px;
@@ -171,7 +178,7 @@ p.asset {
171
178
  }
172
179
  &:hover {
173
180
  .back {
174
- @include opacity(1);
181
+ opacity: 1;
175
182
  background: rgba(white, 0.6);
176
183
  }
177
184
  }
@@ -192,7 +199,8 @@ p.asset {
192
199
  }
193
200
 
194
201
  #attachment_list.assets {
195
- @include border-bottom-radius;
202
+ border-bottom-left-radius: 5px;
203
+ border-bottom-right-radius: 5px;
196
204
  margin: -1em 0.5em 1em 0.5em;
197
205
  overflow-y: hidden;
198
206
  overflow-x: auto;
@@ -251,7 +259,7 @@ p.asset {
251
259
  float: left;
252
260
  padding: 0.25em;
253
261
  margin: 1em 2px 1em 0;
254
- @include border-radius(2px);
262
+ border-radius: 2px;
255
263
  text-decoration: none;
256
264
  }
257
265
  span.current {