activeadmin_blaze_theme 0.4.6 → 0.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a486914aebe433502fb4a426941956cd13650b56
|
|
4
|
+
data.tar.gz: 33ccd78541cd4480e61b0e4f2fbd6dfd749cbedc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
771
|
+
min-width: 240px;
|
|
772
|
+
width: auto;
|
|
773
|
+
// width: calc(80% - 22px);
|
|
765
774
|
}
|
|
766
775
|
}
|
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.
|
|
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-
|
|
11
|
+
date: 2017-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activeadmin
|