active_frontend 12.4.20 → 12.4.21

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: 9be8c95ed9c8a946d0acadc68891a7b95d8393be
4
- data.tar.gz: c4ca497efed0358fa853405701a867d1514dd360
3
+ metadata.gz: 1469154696f576f64a7b5b579df11a61eb2737c0
4
+ data.tar.gz: ad14048577512b70d7972a154488594a1ad3d7d0
5
5
  SHA512:
6
- metadata.gz: 5513d8a95cfd56c95ec12be7a6ccbddb77cedd42186800a7ce60be8f74871d0b06c8715e5fd83ac38835c5c39d699443d6c9b5fc7d074713db4e0baa4c5e4914
7
- data.tar.gz: 6cd3d18646ddba3396a100543184545c8df02cec7b7b04b03205ca81ab46eb8974a5eb1943673944bd9581c3b3b1c207f80f15ad2ac1924614fe4ffdb68bd966
6
+ metadata.gz: 6d2ce5220d9b38ad74076414ad3a3885ebc30acfa375cfed8e7aaa6ec5eabdfd3aea65116c3cc1e3753130ab9c368b271dac72fd22fa72f1766e99649bf64667
7
+ data.tar.gz: afd86324a7f006edff8dedb211d08cd3ff3a0b52a86c591daf8f4c03a84204da48bba13ceb870450d561205bf470920139b3581ac2791b270aac40c82880c047
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.20"
2
+ VERSION = "12.4.21"
3
3
  end
@@ -55,9 +55,23 @@
55
55
  cursor: not-allowed;
56
56
  pointer-events: none;
57
57
  }
58
+ .toolbar > a > .label {
59
+ border-radius: 2px;
60
+ font-size: 9px;
61
+ font-style: normal;
62
+ letter-spacing: 0;
63
+ line-height: 1;
64
+ margin: 5px 0 0 -5px;
65
+ min-width: 19px;
66
+ padding: 4px 5px 3px 5px;
67
+ position: absolute;
68
+ text-indent: 0 !important;
69
+ vertical-align: middle;
70
+ }
71
+ .toolbar-alt > a > .label { margin-left: 5px; }
58
72
  .toolbar > .tooltip {
59
- min-width: 80px;
60
- width: 80px;
73
+ min-width: 90px;
74
+ width: 90px;
61
75
  }
62
76
 
63
77
  /* # Styles
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.4.20
4
+ version: 12.4.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez