seo_pages 1.3.0 → 1.3.1

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: 70d0767dcf1ad499176c25dea64bfdedf18843b8
4
- data.tar.gz: d905c0b2456355cb8e7f2d0868e22fe25422cc4b
3
+ metadata.gz: 0836aa375525e9e6c036877cea72eb9ffb331739
4
+ data.tar.gz: 1fd803867d5524865bef3833777579bf9887cec3
5
5
  SHA512:
6
- metadata.gz: 8444e1cc38938d6eda2f8ccfdcc676a0cb3b1f06c5446a7a3c1038687238ecf5ac08e496638983b624e16f7c7f167ecab2447e63bfbe3ec8c4b4efa0f7daddec
7
- data.tar.gz: b34a168c0c2154b9aefc5af80c64dc237e44051a80e77203a766583b52e4c76ccf028682308f8abad6a854a7d68a6f8746a02a1c588261356af96bea41c694f5
6
+ metadata.gz: 9c963a61bf13d85a28a9bf10ce9a284dd728e741ee936536a99fc72140401d65acda774e1cc9f2838f7a3fecd1cabe77b22fe24ea127924cdac5ae356eb05687
7
+ data.tar.gz: ebae1a5d79899103f5c59972b42db14b125fce9e0a1e0a721858b4e2f8568c9163f07ddadf088d365f868194b3e21f38571188888c55d8061be8253c6dbc39cf
@@ -11,13 +11,38 @@
11
11
  *= require_self
12
12
  *= require_tree .
13
13
  */
14
- .seo-table{
15
- width: 100%;
16
- }
17
- .seo-table tr{
18
- text-align: center;
19
- }
20
14
 
21
15
  .seo-info {
22
16
  color: green;
17
+ }
18
+
19
+ .seo-table {
20
+ border: 1px solid #DFDFDF;
21
+ border-bottom: none;
22
+ background-color: #F9F9F9;
23
+ width: 100%;
24
+ -moz-border-radius: 3px;
25
+ -webkit-border-radius: 3px;
26
+ border-radius: 3px;
27
+ font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
28
+ color: #333;
29
+ }
30
+ .seo-table td, .seo-table th {
31
+ border-top-color: white;
32
+ border-bottom: 1px solid #DFDFDF;
33
+ color: #555;
34
+ }
35
+ .seo-table th {
36
+ text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
37
+ font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
38
+ font-weight: blod;
39
+ padding: 7px 7px 8px;
40
+ text-align: left;
41
+ line-height: 1em;
42
+ font-size: 14px;
43
+ }
44
+ .seo-table td {
45
+ font-size: 12px;
46
+ padding: 4px 7px 2px;
47
+ vertical-align: top;
23
48
  }
@@ -1,4 +1,4 @@
1
- <h1>Editing seo_page_default</h1>
1
+ <h1>Editing Default SEO Page</h1>
2
2
 
3
3
  <%= render 'form' %>
4
4
 
@@ -1,4 +1,4 @@
1
- <h1>Editing seo_page</h1>
1
+ <h1>Editing SEO Page</h1>
2
2
 
3
3
  <%= render 'form' %>
4
4
 
@@ -3,7 +3,7 @@
3
3
  <table class="seo-table">
4
4
  <thead>
5
5
  <tr>
6
- <th>Url identifier</th>
6
+ <th>Url</th>
7
7
  <th>Page title</th>
8
8
  <th>Meta keywrods</th>
9
9
  <th>Meta description</th>
@@ -22,7 +22,7 @@
22
22
  <td><%= @seo_defaults.meta_description %></td>
23
23
  <td></td>
24
24
  <td><%= link_to 'Edit', edit_seo_page_default_path(@seo_defaults) %></td>
25
- <d></td>
25
+ <td></td>
26
26
  </tr>
27
27
  <% @seo_pages.each do |seo_page| %>
28
28
  <tr>
@@ -1,3 +1,3 @@
1
1
  module SeoPages
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
Binary file