jekyll_pages_api_search 0.4.2 → 0.4.3

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: 95ebdde19014850ff240561cf4c938e920890309
4
- data.tar.gz: 7507b52cbec353f0cfd340abff0c4fa2d3c30de7
3
+ metadata.gz: b857db101667b377547449d93bb6d327dae30d5a
4
+ data.tar.gz: 66b6d7b6103b9f7d84c5d9bda8e62a2a136e6d3f
5
5
  SHA512:
6
- metadata.gz: f518b9b0396fc2a5c29d2df9566913dc02739d68fd8919b4174c1ae527e6f016b795fc21019fd506b3e6da8c17a09f6e9ddd991261521ed687728c7c42ad2047
7
- data.tar.gz: f512fbbe4de61ab6957533201b890ba8c712c48126973ef1d2dac9a53fbba7fc549c76aa1d46c23943d978e821a2b9bf62c5231d6db8d4c32aaed37ee0fb3dea
6
+ metadata.gz: 67ef2e04172f1e5b11672cec551b65735ba77e55cb2212cce5a334996d965ed0f9c863e5010bb951beb920e311f3a67c7ea061a6cfc94dfd5bcb78d0fe98c2ab
7
+ data.tar.gz: 4c3390e24c9272f9e9a262a647bd29dbb3534eceba1a5e165df6812f84d0bac1f14ee7717acb92a617c776f4ecda0f3a7a9b3eca287bccbdd9b819802a118368
@@ -18,6 +18,26 @@ div.search-interface input {
18
18
  background-size: 16px;
19
19
  }
20
20
 
21
+ div.search-interface form button {
22
+ position: absolute;
23
+ left: -9999em;
24
+ bottom: 3px;
25
+ border: 1px solid #ddd;
26
+ border-radius: 2px;
27
+ background: #f8f8f8;
28
+ font: inherit;
29
+ font-weight: 600;
30
+ font-size: 16px;
31
+ color: #555;
32
+ padding: 4px 12px;
33
+ }
34
+
35
+ div.search-interface form button:hover {
36
+ background-color: #eee;
37
+ color: #111;
38
+ border-color: #bbb;
39
+ }
40
+
21
41
  .sr-only { //for screen readers
22
42
  position: absolute;
23
43
  overflow: hidden;
@@ -6,5 +6,6 @@
6
6
  placeholder="{{ placeholder }}">
7
7
  </label>
8
8
  </div>
9
+ <button type="submit">Search</button>
9
10
  </form>
10
11
  </div>
@@ -1,5 +1,5 @@
1
1
  # @author Mike Bland (michael.bland@gsa.gov)
2
2
 
3
3
  module JekyllPagesApiSearch
4
- VERSION = '0.4.2'
4
+ VERSION = '0.4.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll_pages_api_search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Bland
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-17 00:00:00.000000000 Z
11
+ date: 2016-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll_pages_api