coalescing_panda 1.0.4 → 1.0.5

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.
@@ -1,59 +1,61 @@
1
1
  html, body {
2
- font-family: Arial, Helvetica, sans-serif;
3
- color: black !important;
4
- font-size: 10pt;
5
- background: transparent none !important;
2
+ font-family: Arial, Helvetica, sans-serif;
3
+ color: black !important;
4
+ font-size: 10pt;
5
+ background: transparent none !important;
6
6
  }
7
7
 
8
8
  h1 {
9
- font-size: 23px !important;
9
+ font-size: 23px !important;
10
10
  }
11
11
 
12
12
  h2 {
13
- font-size: 14px !important;
13
+ font-size: 14px !important;
14
14
  }
15
15
 
16
16
  h3 {
17
- font-size: 19px !important;
17
+ font-size: 19px !important;
18
18
  }
19
19
 
20
20
  .btn-canvas {
21
- display: inline-block;
22
- padding: 4px 12px;
23
- margin-bottom: 0;
24
- font-size: 14px;
25
- line-height: 20px;
26
- text-align: center;
27
- vertical-align: middle;
28
- cursor: pointer;
29
- color: #FFFFFF !important;
30
- text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
31
- background-color: #008FD6;
32
- *background-color: #008FD6;
33
- background-image: -moz-linear-gradient(top, #0ABEFF, #008FD6);
34
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0ABEFF), to(#008FD6));
35
- background-image: -webkit-linear-gradient(top, #0ABEFF, #008FD6);
36
- background-image: -o-linear-gradient(top, #0ABEFF, #008FD6);
37
- background-image: linear-gradient(to bottom, #0ABEFF, #008FD6);
38
- background-repeat: repeat-x;
39
- border-color: #008FD6;
40
- border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
41
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ABEFF', endColorstr='#008FD6', GradientType=0);
42
- filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
43
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
44
- -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
45
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
46
- border: 1px solid #cccccc;
47
- border-radius: 4px;
48
- text-decoration: none !important;
21
+ display: inline-block;
22
+ padding: 4px 12px;
23
+ margin-bottom: 0;
24
+ font-size: 14px;
25
+ line-height: 20px;
26
+ text-align: center;
27
+ vertical-align: middle;
28
+ cursor: pointer;
29
+ color: #FFFFFF !important;
30
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
31
+ background-color: #008FD6;
32
+ *background-color: #008FD6;
33
+ background-image: -moz-linear-gradient(top, #0ABEFF, #008FD6);
34
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0ABEFF), to(#008FD6));
35
+ background-image: -webkit-linear-gradient(top, #0ABEFF, #008FD6);
36
+ background-image: -o-linear-gradient(top, #0ABEFF, #008FD6);
37
+ background-image: linear-gradient(to bottom, #0ABEFF, #008FD6);
38
+ background-repeat: repeat-x;
39
+ border-color: #008FD6;
40
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
41
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ABEFF', endColorstr='#008FD6', GradientType=0);
42
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
43
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
44
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
45
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
46
+ border: 1px solid #cccccc;
47
+ border-radius: 4px;
48
+ text-decoration: none !important;
49
49
  }
50
50
 
51
51
  .btn-canvas:hover,
52
+ .btn-canvas:focus,
53
+ .btn-canvas:visited
52
54
  .btn-canvas:active,
53
55
  .btn-canvas.active,
54
56
  .btn-canvas.disabled,
55
57
  .btn-canvas[disabled] {
56
- color: #FFFFFF !important;
57
- background-color: #008FD6 !important;
58
- *background-color: #003bb3 !important;
58
+ color: #FFFFFF !important;
59
+ background-color: #008FD6 !important;
60
+ *background-color: #003bb3 !important;
59
61
  }
@@ -1,3 +1,3 @@
1
1
  module CoalescingPanda
2
- VERSION = '1.0.4'
2
+ VERSION = '1.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coalescing_panda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-23 00:00:00.000000000 Z
12
+ date: 2014-01-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails