c80_md 0.1.0.4 → 0.1.0.5

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: 1622ee564d6c851f0a9e0be7e4ba65a19b9bcaf7
4
- data.tar.gz: c99c0234a15ae27ea6f74e874985901b862fa576
3
+ metadata.gz: 1d35199e6900839cdcbf3a0a0e2a353e4c569e1e
4
+ data.tar.gz: 939573bf98ce296edead2237ff32adce2512b0de
5
5
  SHA512:
6
- metadata.gz: f391641cf15903a99d13cd09dbd5a20884c3da1ff1000e9da8b3c9479ca1d8d9b864afd1c3a482b338ae5cfe53702affa7cd4927317cb39f9aef69edb5a00676
7
- data.tar.gz: d4a40bb06bc4ccb3d55e9d9c877f3f4d2b62943a88c19cb0a9602f6100cdc723f5741985cbd1ec389f43258f9bb262d32f639e493ec711d95ef54a4d8d8ac96b
6
+ metadata.gz: db2ee4f82410be1ab68cfde661e8d1bbc6e445f0187a020a1ccafdfb92910b581648f6a453324598b9d2ab30823576ca43d6eeffe4a8079a04ad0fb88d1d7cf8
7
+ data.tar.gz: f3fa2dd7e6a62be188eedde678d3d59cc58fec1a53b1036bace9fc5f596a31aa4ea9c12d54b1283a9757b75be05d8aeb79f9016fe361cabca2761c21562f3b71
@@ -53,20 +53,4 @@ select {
53
53
 
54
54
  form input[type=text] {
55
55
  width: calc(80% - 32px);
56
- }
57
-
58
- div#sidebar {
59
- form {
60
- input[type=text] {
61
- margin-left: 0;
62
- width: 100% !important;
63
-
64
- &.datepicker {
65
- background: #fff url(/assets/active_admin/datepicker/datepicker-input-icon-d9c2bb73769af777c8a71720d29741f3a499aebd5a043e9a119bd0d9597aed47.png) no-repeat 100% 14px !important;
66
- padding-right: 18px !important;
67
- padding-left: 7px !important;
68
- width: 108px !important;
69
- }
70
- }
71
- }
72
56
  }
@@ -30,13 +30,21 @@ div#sidebar {
30
30
  }
31
31
  input[type=text] {
32
32
  margin-left: 0;
33
- width: 86%;
33
+ width: 100%;
34
+
35
+ &.datepicker {
36
+ background: #fff url(/assets/active_admin/datepicker/datepicker-input-icon-d9c2bb73769af777c8a71720d29741f3a499aebd5a043e9a119bd0d9597aed47.png) no-repeat 100% 14px !important;
37
+ padding-right: 18px !important;
38
+ padding-left: 7px !important;
39
+ width: 108px !important;
40
+ }
34
41
  }
35
42
  }
36
43
 
37
44
  label.label {
38
45
  color: #288feb !important;
39
46
  text-align: left !important;
47
+ padding-left: 0 !important;
40
48
  }
41
49
 
42
50
  }
@@ -1,3 +1,3 @@
1
1
  module C80Md
2
- VERSION = "0.1.0.4"
2
+ VERSION = "0.1.0.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c80_md
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.4
4
+ version: 0.1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - C80609A
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-22 00:00:00.000000000 Z
11
+ date: 2016-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties