active_frontend 13.1.0 → 13.2.0

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: 392c1c1f717aa7303304b3d0eb1c5cef51b53b72
4
- data.tar.gz: e654d8022316cec6d3f86c6bdc9fe3065592651b
3
+ metadata.gz: 64354ed93c80f8d062c3cccf50e3af9d3c68a9b9
4
+ data.tar.gz: 76d5b0c52e9ccb1a432af0c96a494bbbc6a42125
5
5
  SHA512:
6
- metadata.gz: dfb5b818313d4fcb8a4cbc1befd446440d445de86bc30cb504239fea66028c34d6edac91aa951d8e4c3803b0ae24f18acae5a40affb379eb84cc19db00e84c2e
7
- data.tar.gz: f81cb9c6a9175f304dd4ca4e3371e1abc4f5b80234735046bc7915fe7a48ec6cf6162f89fd013d1823e0014a95ab1273297f19d3055129a861acdc7ef0e66ab1
6
+ metadata.gz: 56bc915713dd36e7c3f0cb6f0ffee6b1cafa6deff5462d21f317f072b53217a34b37bda1b74e113fbaca249b1f5d232751d7e0a068f6af6c7c729f30bbc86689
7
+ data.tar.gz: ce2857cc744ddd173507c87362800e25d147fec6de1589634ab4a91a557697afa86468f78f55dda9e7d847518b7ba81c458010fd737dad5f5967b90ac1bd96f5
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "13.1.0"
2
+ VERSION = "13.2.0"
3
3
  end
@@ -21,7 +21,7 @@
21
21
  }
22
22
  .datepicker:before {
23
23
  border-bottom: 7px solid;
24
- border-color: inherit;
24
+ border-bottom-color: inherit;
25
25
  border-right: 7px solid $color-transparent;
26
26
  border-left: 7px solid $color-transparent;
27
27
  content: '';
@@ -30,7 +30,7 @@
30
30
  }
31
31
  .datepicker:after {
32
32
  border-bottom: 6px solid;
33
- border-color: inherit;
33
+ border-bottom-color: inherit;
34
34
  border-right: 6px solid $color-transparent;
35
35
  border-left: 6px solid $color-transparent;
36
36
  content: "";
@@ -47,13 +47,13 @@
47
47
  bottom: -7px;
48
48
  border-bottom: 0;
49
49
  border-top: 7px solid;
50
- border-color: inherit;
50
+ border-top-color: inherit;
51
51
  }
52
52
  .datepicker.datepicker-orient-bottom:after {
53
53
  bottom: -6px;
54
54
  border-bottom: 0;
55
55
  border-top: 6px solid;
56
- border-color: inherit;
56
+ border-top-color: inherit;
57
57
  }
58
58
  .dow { font-weight: bold; }
59
59
  .datepicker > div { display: none; }
@@ -75,7 +75,7 @@
75
75
  font-weight: bold;
76
76
  }
77
77
  .datepicker table td.new,
78
- .datepicker table td.old { color: $color-dark-haze; }
78
+ .datepicker table td.old { color: $color-gray; }
79
79
  .datepicker table td > span {
80
80
  border-radius: 2px;
81
81
  display: block;
@@ -70,6 +70,17 @@
70
70
  font-size: 40px;
71
71
  margin-top: -7px;
72
72
  }
73
+ .header-nav .label {
74
+ border-radius: 2px;
75
+ font-size: 10px;
76
+ font-style: normal;
77
+ letter-spacing: 0;
78
+ line-height: 1;
79
+ margin: -5px 0 -4px 0;
80
+ min-width: 21px;
81
+ padding: 5px 5px 4px 5px;
82
+ vertical-align: middle;
83
+ }
73
84
  .header-user {
74
85
  float: right;
75
86
  margin-top: -1px;
@@ -60,7 +60,7 @@
60
60
  letter-spacing: 0;
61
61
  line-height: 1;
62
62
  margin: -5px 0 -4px 0;
63
- min-width: 19px;
63
+ min-width: 21px;
64
64
  padding: 5px 5px 4px 5px;
65
65
  vertical-align: middle;
66
66
  }
@@ -53,20 +53,20 @@
53
53
  cursor: not-allowed;
54
54
  pointer-events: none;
55
55
  }
56
- .toolbar > a > .label {
56
+ .toolbar .label {
57
57
  border-radius: 2px;
58
58
  font-size: 10px;
59
59
  font-style: normal;
60
60
  letter-spacing: 0;
61
61
  line-height: 1;
62
62
  margin: 5px 0 0 -5px;
63
- min-width: 19px;
63
+ min-width: 21px;
64
64
  padding: 5px 5px 4px 5px;
65
65
  position: absolute;
66
66
  text-indent: 0 !important;
67
67
  vertical-align: middle;
68
68
  }
69
- .toolbar-alt > a > .label { margin-left: 5px; }
69
+ .toolbar-alt .label { margin-left: 5px; }
70
70
 
71
71
  /* # Styles
72
72
  ================================================== */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.1.0
4
+ version: 13.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-07 00:00:00.000000000 Z
11
+ date: 2016-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -122,6 +122,9 @@ files:
122
122
  - app/assets/fonts/gotham/gotham-rounded-book.woff
123
123
  - app/assets/fonts/gotham/gotham-rounded-light.woff
124
124
  - app/assets/fonts/gotham/gotham-rounded-medium.woff
125
+ - app/assets/images/placeholders/archive-large.png
126
+ - app/assets/images/placeholders/archive-small.png
127
+ - app/assets/images/placeholders/archive.png
125
128
  - app/assets/images/placeholders/camera-large.png
126
129
  - app/assets/images/placeholders/camera-small.png
127
130
  - app/assets/images/placeholders/camera.png