active-admin-skin 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28db64dee27cb08b8659a8d5e162061618826f30
4
- data.tar.gz: b71c96c7527da1604d699d1a04b8b85897e78f38
3
+ metadata.gz: e0b73f27c817b098aa4dd6490f19e7699c4064db
4
+ data.tar.gz: 0b60446583f9c785fdde8966c5211860c90f0f64
5
5
  SHA512:
6
- metadata.gz: 73088c312f6a50b020358b3e8fc891b5d1c7408c984580a07eeb79d8c15ae0a0901057eafb2fbee0d4c03d56ca22f25b6d58d7481094f1bce2d72b404d4c3707
7
- data.tar.gz: 5c429ece9146732e6c44e5d91ca4e0e6ee652b1a2646c60a02e185c734a2533097d199b98c83db458c2bb19d108fe8f7f59df9814040a44baf9686818169fdb6
6
+ metadata.gz: 7b2016338de1c5a41174481aaf71a45b1d9ed588a8af8adec76e37da832c6c4dc15fa46bdfa2c97058b9d8101a838349ff6bcd839d98a223aa3c239960ec1c30
7
+ data.tar.gz: 52e85fcf0633b279041efc06d57e95d5d8bdc82b31ae440bd14a3247f408a20cffc77e32cd49968fded26b3a5ce1649cf2b187012e1e225ae321d816268635c8
@@ -1,7 +1,7 @@
1
1
  module Active
2
2
  module Admin
3
3
  module Skin
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
6
6
  end
7
7
  end
@@ -448,4 +448,34 @@ html
448
448
 
449
449
  .sidebar_section
450
450
  ul
451
- margin-bottom: 0
451
+ margin-bottom: 0
452
+
453
+ .cke_toolgroup, .cke_combo_button
454
+ border-radius: 0 !important
455
+
456
+ .cke_top
457
+ background: #f0f4f5 !important
458
+ padding: 8px 15px !important
459
+ box-shadow: 0 !important
460
+ border-radius: 0 !important
461
+ text-shadow: none !important
462
+ font-weight: bold !important
463
+ border-style: none none solid !important
464
+
465
+ .cke_chrome
466
+ border: 1px solid #d3d8dc !important
467
+
468
+ .ckeditor
469
+ label
470
+ display: block
471
+ width: 20%
472
+ float: left
473
+
474
+ .cke_chrome
475
+ width: 79.7% !important
476
+ overflow: hidden
477
+
478
+ .cke_toolgroup, .cke_combo_button
479
+ border-radius: 0 !important
480
+
481
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active-admin-skin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Armand Niampa