active-admin-skin 0.1.6 → 0.1.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6845ae2ed46e4bdc63cb84ea555bbbb13fbd06b7
4
- data.tar.gz: 77c9c3b573c94612785fe5dc3e696295517a0c93
3
+ metadata.gz: 858a5b3a0e21a90614d54fd49de4a9ecd21a593b
4
+ data.tar.gz: da00e2ac09a022219e516a716cc5dfcae404cc1d
5
5
  SHA512:
6
- metadata.gz: 69f00cec2d65b17adb30665c2bcda7c2809311a5cca366412c3ebbe174090112ffc2115b7345be4999b7ef5bf12f3721d96cfe12097116eb17f15e3fc1aba87d
7
- data.tar.gz: f9b38c722ca5a6b5cde33020d57694ae493ba3a8b44a4dec600aea7fb87b840cbc7da7ead8451f564698b57b9a876502c26e8c7aa87597eb9e799939547d8ebc
6
+ metadata.gz: 31c428f0a235f764870247415c0ab8cdab209119b6989df21ed42ab32d791d28a8da436034c5e4e10c170c50bc115e584ddb7053cbb484a5cddb3e07f76bb1c2
7
+ data.tar.gz: 61bf267518575da08d96ef9de81edf985d3e720eb8818470d2f1e206258f9e80859b0ac57af2162ba2ef17da10b0359f2bb549250129f6fea0a9211836db98b7
@@ -1,7 +1,7 @@
1
1
  module Active
2
2
  module Admin
3
3
  module Skin
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
6
6
  end
7
7
  end
@@ -2,27 +2,27 @@
2
2
  $skinTextColor: #1e2a33 !default
3
3
  $skinTextActiveColor: #fff !default
4
4
  $skinTextTable: #7f8c8d !default
5
- // $skinActiveColor: #e73c3c !default
6
- $skinActiveColor: #eda600 !default
5
+ $skinActiveColor: #e73c3c !default
7
6
  $skinHeaderBck: #1e2a33 !default
8
7
  $panelHeaderBck: #2c3e50 !default
9
8
  // $panelBorder: #d2d6de !default
10
9
  $panelBorder: #babdc5 !default
10
+ $bodyColor: rgba(236, 240, 241, 0.48) !default
11
11
 
12
12
  html
13
- background: #ecf0f1
13
+ background: transparent
14
14
  font-family: 'Source Sans Pro', sans-serif
15
- height: 100%
15
+ // height: 100%
16
16
  min-height: 100%
17
17
 
18
18
  body.active_admin
19
- background: #ecf0f1
19
+ background: $bodyColor !important
20
20
  background: #fff
21
21
  font-family: 'Source Sans Pro', sans-serif
22
22
  padding-bottom: 80px
23
23
 
24
24
  #header
25
- background: #ecf0f1
25
+ background: $bodyColor
26
26
  border: none
27
27
  text-shadow: none
28
28
  // height: 40px
@@ -49,7 +49,7 @@ html
49
49
  display: block
50
50
  margin-top: 0 !important
51
51
 
52
- ul.tabs > li
52
+ ul.tabs > li
53
53
  font-size: 12px
54
54
  margin: 0
55
55
  min-height: 29px !important
@@ -89,10 +89,13 @@ html
89
89
  text-decoration: underline
90
90
  &:hover
91
91
  text-decoration: none
92
- li a
93
- &:hover
94
- background: none
95
- color: $skinTextColor
92
+ li
93
+ padding: 0 !important
94
+ a
95
+ padding: 6px
96
+ &:hover
97
+ background: none
98
+ color: $skinTextColor
96
99
 
97
100
  #utility_nav
98
101
  li
@@ -113,28 +116,26 @@ html
113
116
  padding-bottom: 4px !important
114
117
 
115
118
  .panel
116
- // background: #fff
117
119
  // border: 1px solid #d3d8dc
118
- // position: relative
119
- // box-shadow: none
120
- // border-radius: 0
121
120
  background: #fff
122
121
  position: relative
123
- border-top: 3px solid $panelBorder
124
- border-radius: 3px
125
- box-shadow: 0 1px 1px rgba(0,0,0,0.1)
122
+ // border-top: 3px solid $panelBorder
123
+ border-top: 3px solid darken($bodyColor,20)
124
+ border-radius: 0
125
+ // box-shadow: 0 1px 1px rgba(0,0,0,0.1)
126
+ box-shadow: inset 0 0px 3px #ddd
126
127
 
127
128
  > h3
128
129
  border-bottom: 1px solid #f4f4f4
129
- background: rgba(240, 244, 245, 0.27)
130
- color: $panelHeaderBck
130
+ background: $panelHeaderBck
131
+ color: #fff
131
132
  padding: 8px 15px
132
133
  box-shadow: none
133
134
  border-radius: 0
134
135
  text-shadow: none
135
136
  font-weight: bold
136
137
  border-style: none none solid
137
-
138
+
138
139
  #title_bar
139
140
  background: $skinHeaderBck
140
141
  text-shadow: none
@@ -232,11 +233,11 @@ html
232
233
  a
233
234
  color: $skinActiveColor
234
235
  font-weight: bold
235
-
236
+
236
237
  .pagination_information
237
238
  font-size: 12px
238
239
  color: $skinTextTable
239
-
240
+
240
241
  .pagination
241
242
  margin-top: -2px
242
243
  a, span.page.current
@@ -262,11 +263,14 @@ html
262
263
 
263
264
  .sidebar_section.panel
264
265
  background: #fff
265
- border: 1px solid #d3d8dc
266
- box-shadow: none
266
+ // border: 1px solid #d3d8dc
267
+ border-top: 3px solid darken($bodyColor,20)
267
268
  border-radius: 0
269
+ box-shadow: inset 0 0px 2px #ddd
270
+
268
271
  form .buttons
269
- background: #f1f5f6
272
+ // background: #f1f5f6
273
+ background: $panelHeaderBck
270
274
  margin: 25px -15px -15px
271
275
  padding: 10px 15px
272
276
  form fieldset
@@ -282,7 +286,7 @@ html
282
286
  text-shadow: none
283
287
  font-weight: bold
284
288
  .filter_form_field
285
- label
289
+ label
286
290
  // color: #95a5a6
287
291
  color: #000
288
292
  font-weight: normal
@@ -316,8 +320,8 @@ html
316
320
  padding: 0
317
321
 
318
322
  form input[type=submit],
319
- a.button,
320
- a:link.button,
323
+ a.button,
324
+ a:link.button,
321
325
  a:visited.button
322
326
  box-shadow: none
323
327
  border-radius: 0
@@ -328,17 +332,18 @@ html
328
332
  padding: 11px 15px
329
333
  &:hover
330
334
  background: lighten( $skinActiveColor, 10% ) !important
331
- form fieldset.buttons li.cancel a,
332
- form fieldset.actions li.cancel a,
335
+ form fieldset.buttons li.cancel a,
336
+ form fieldset.actions li.cancel a,
333
337
  form.filter_form a.clear_filters_btn
334
- background: #ecf0f1
338
+ background: #fff
335
339
  box-shadow: none
336
340
  border-radius: 0
337
341
  text-shadow: none
338
342
  padding: 10px 20px
339
- color: #95a5a6
343
+ color: #000
344
+ border: none !important
340
345
  &:hover
341
- background: lighten( #ecf0f1, 5% ) !important
346
+ background: darken( #fff, 5% ) !important
342
347
 
343
348
  form fieldset.inputs
344
349
  // display: none !important
@@ -349,21 +354,31 @@ html
349
354
  background: #fff
350
355
  position: relative
351
356
  padding-top: 50px
352
- border-top: 3px solid $panelBorder
353
- border-radius: 3px
354
- box-shadow: 0 1px 1px rgba(0,0,0,0.1)
357
+ // border-top: 3px solid $panelBorder
358
+ // border-radius: 3px
359
+ // box-shadow: 0 1px 1px rgba(0,0,0,0.1)
360
+
361
+ // border: 1px solid #d3d8dc
362
+ border-top: 3px solid darken($bodyColor,20)
363
+ border-radius: 0
364
+ // box-shadow: 0 1px 1px rgba(0,0,0,0.1)
365
+ box-shadow: inset 0 0px 3px #ddd
366
+
355
367
  > legend
356
368
  // border-bottom: 1px solid #d3d8dc
357
369
  border-bottom: 1px solid #f4f4f4
358
370
  position: absolute
359
371
  top: 0
360
372
  span
373
+ background: $panelHeaderBck
374
+ color: #fff
375
+ padding: 8px 15px
376
+
361
377
  // background: #f0f4f5
362
- background: #fff
363
- color: $panelHeaderBck
378
+ // background: #fff
379
+ // color: $panelHeaderBck
364
380
  border: none
365
381
  margin: 0
366
- padding: 8px 15px
367
382
  box-shadow: none !important
368
383
  border-radius: 0 !important
369
384
  text-shadow: none
@@ -395,12 +410,12 @@ html
395
410
  margin: 0 auto
396
411
  overflow: hidden
397
412
 
398
- form input[type=text],
399
- form input[type=password],
400
- form input[type=email],
401
- form input[type=number],
402
- form input[type=url],
403
- form input[type=tel],
413
+ form input[type=text],
414
+ form input[type=password],
415
+ form input[type=email],
416
+ form input[type=number],
417
+ form input[type=url],
418
+ form input[type=tel],
404
419
  form textarea
405
420
  border-radius: 0
406
421
  font-family: 'Source Sans Pro', sans-serif
@@ -408,8 +423,8 @@ html
408
423
  form.filter_form .filter_form_field.filter_date_range input[type=text]
409
424
  background-position: 100% 4px
410
425
 
411
- body.logged_in
412
- .flashes
426
+ body.logged_in
427
+ .flashes
413
428
  .flash
414
429
  position: inherit
415
430
  top: 0
@@ -431,12 +446,12 @@ html
431
446
  margin-bottom: 0 !important
432
447
  textarea
433
448
  width: 95%
434
-
449
+
435
450
  body.logged_out
436
451
  height: 100%
437
452
  #footer
438
453
  display: none
439
- #content_wrapper
454
+ #content_wrapper
440
455
  margin-top: 150px
441
456
  #active_admin_content
442
457
  padding-bottom: 0
@@ -463,7 +478,7 @@ html
463
478
  top: 0
464
479
  left: 0
465
480
  right: 0
466
- padding: 15px
481
+ padding: 15px
467
482
  border-bottom: 1px solid #DEDE8B
468
483
  text-shadow: none
469
484
 
@@ -473,7 +488,7 @@ html
473
488
 
474
489
  .cke_toolgroup, .cke_combo_button
475
490
  border-radius: 0 !important
476
-
491
+
477
492
  .cke_top
478
493
  background: #f0f4f5 !important
479
494
  padding: 8px 15px !important
@@ -491,12 +506,10 @@ html
491
506
  display: block
492
507
  width: 20%
493
508
  float: left
494
-
509
+
495
510
  .cke_chrome
496
511
  width: 79.7% !important
497
512
  overflow: hidden
498
513
 
499
514
  .cke_toolgroup, .cke_combo_button
500
515
  border-radius: 0 !important
501
-
502
-
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active-admin-skin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Armand Niampa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-03-16 00:00:00.000000000 Z
11
+ date: 2015-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler