activeadmin_blaze_theme 0.4.6 → 0.4.7

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: 4c9e4dd208824b6534bf11af7b16ed45e9feb03e
4
- data.tar.gz: 8236973cd75b31565b59210dc6c14f1d3ab6aca3
3
+ metadata.gz: a486914aebe433502fb4a426941956cd13650b56
4
+ data.tar.gz: 33ccd78541cd4480e61b0e4f2fbd6dfd749cbedc
5
5
  SHA512:
6
- metadata.gz: d684346723f92316577233bcf1e797de14797045b24537143dbfb42952cb70c99df6c916a7a981dade212a37db02b4b6ac9e1479db8ecce5b6810942572ba2aa
7
- data.tar.gz: 904a8c9e4c6c043181b1185252127320834eb618c3678d94278b933769b0fae87483879dd7b1c4de59a263c333bd2f1e41f81188c05228dd75eae76a79db7e4b
6
+ metadata.gz: cf61992958c0568ede258452dc2db5669a837ce14c69775fb3ba28638dc4dabe12216f4578fab747b0c60af830bf20bfd55278ba91cc9b86369ff50704c0fe46
7
+ data.tar.gz: d5e814c26743c52d2bd4b8fed881ea8b699300f8ff336fb5d8359220b9c67a72263d50d01f2f103930a008dfb046a1ebf35a235a7ba659672eb31866560575da
@@ -72,7 +72,7 @@ body.active_admin {
72
72
  width: 30%;
73
73
  }
74
74
  select {
75
- padding: 1px 2px;
75
+ padding: 1px 5px;
76
76
  }
77
77
  select[multiple], textarea {
78
78
  height: auto;
@@ -184,7 +184,9 @@ body.active_admin {
184
184
  select,
185
185
  textarea {
186
186
  background-color: $bg-inputs;
187
- width: calc(80% - 22px);
187
+ min-width: 240px;
188
+ width: auto;
189
+ // width: calc(80% - 22px);
188
190
  }
189
191
  // select {
190
192
  // background-image: none;
@@ -300,7 +302,8 @@ body.active_admin {
300
302
  @extend .c-card__item;
301
303
  // @extend .c-card__item--info;
302
304
  background: $bg-form-sub-headings;
303
- margin: 0;
305
+ margin-bottom: 2px;
306
+ margin-top: 0;
304
307
  padding: 10px;
305
308
  }
306
309
  // ol {
@@ -510,11 +513,13 @@ body.active_admin {
510
513
  input[type='tel'],
511
514
  input[type='text'],
512
515
  input[type='url'],
513
- select,
514
516
  textarea {
515
517
  background-color: $bg-inputs;
516
518
  background-image: none;
517
519
  }
520
+ select {
521
+ background-color: $bg-inputs;
522
+ }
518
523
  }
519
524
  .panel_contents {
520
525
  @extend .c-card__item;
@@ -526,7 +531,8 @@ body.active_admin {
526
531
  background-image: none;
527
532
  border: 0 none !important;
528
533
  color: $fg-box-title;
529
- margin-bottom: 0;
534
+ margin-bottom: 2px;
535
+ margin-top: 0;
530
536
  padding: 8px 11px;
531
537
  text-shadow: $text-shadow 0 1px 0;
532
538
  }
@@ -636,6 +642,7 @@ body.active_admin {
636
642
  background-image: none;
637
643
  border: 0 none !important;
638
644
  color: $fg-box-title;
645
+ margin: 0;
639
646
  padding: 8px 11px;
640
647
  text-shadow: $text-shadow 0 1px 0;
641
648
  }
@@ -761,6 +768,8 @@ body.active_admin {
761
768
  }
762
769
  .ckeditor_width_fix {
763
770
  display: inline-block;
764
- width: calc(80% - 22px);
771
+ min-width: 240px;
772
+ width: auto;
773
+ // width: calc(80% - 22px);
765
774
  }
766
775
  }
@@ -1,3 +1,3 @@
1
1
  module ActiveAdminBlazeTheme
2
- VERSION = '0.4.6'
2
+ VERSION = '0.4.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_blaze_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Roccoberton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-22 00:00:00.000000000 Z
11
+ date: 2017-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin