trusty-cms 2.0.8.pre.beta → 2.0.9.pre.beta

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2RhNDMwYWRhZTExZTk2MTc0NWQzMGVmM2U3MDY2NzM1ZTNiYjY4OA==
4
+ YzZlNzVjNDNjNWJlYjUxOTZiOWM2NzcxOWUxMzY1NzI4ZjA4ZDI3NQ==
5
5
  data.tar.gz: !binary |-
6
- MjgzYmVlYjU4YTNhZDIxODFmNWE2NDBiODRmMDcyYzYxZWUzYmY4MQ==
6
+ NWY2YThhMzczMWQ3NjAzOTI2YWQ4OWYxOWJhZDM1MzUyM2M5MDU4NQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MWE2MjFkMzVlM2NmZGMxYTkxY2VmMGIxMTMxODQ2ODZkMTU1ODIwYmQzYTNk
10
- NjNmM2Y2Njc5OWE3NmMzMTNlZGRhZGU3ZTZhOGJmMjIxNTEzYzI5OTUyZjJm
11
- MWVjODUwNTQ0YzE0NDE4ZWQxMDIxYWNlMjAzNTQ1MzdkMjQ5OWQ=
9
+ NDk4OWI0ZWViYThjNDlkMWIxYmQwYTdhY2RiMTBiZTI5ZWE2MGU2ZjY5ZjU4
10
+ MjJlZjVjYjg0MzRiZjQxMjIwNTYzZTI2MjA3M2JiYmQyZmI2NmVkNDg5OGRi
11
+ MDI5OGU3MmZkZmU2ZDY5ZjFmNDFhY2I2OGE3MjE0NjE2NGZmNjk=
12
12
  data.tar.gz: !binary |-
13
- ZThkNTQ3NDIyMjZmZTJiZTIwZTUzZjQwODBlZmVlZGRkOGI1MmIwNTA5NzMz
14
- YzdiYjI2ZDM1ZDBmYmQ0YzI0MDIzYjczYTkwZWVkNjkxMmYxZWYyMDQ3MjI4
15
- ZWFjMGMzNjUxNjQ1NmJiMGE1ZjI2NDdkZDFhMWUyNzEyMzU3ZTI=
13
+ NGJkMzNmYzE3ODNhMTFhNmY5NGFhMTgxYjFlYzNmYjM0M2ZlY2Y1Mjg1ZWI2
14
+ NmMwYzE0YWRiMWViMGUzNjYyZjFjYWU3YzcxYWFiYjEyZWQxZDQyNjU1YzQz
15
+ YmFlMzdlNzNiZmY4ZDljOWFiOWQ0YmIxNWEzYjhjMWI5NTA1MmY=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trusty-cms (2.0.8.pre.beta)
4
+ trusty-cms (2.0.9.pre.beta)
5
5
  RedCloth (~> 4.2)
6
6
  acts_as_tree (~> 2.1)
7
7
  bundler (~> 1.7)
@@ -3,11 +3,11 @@ $base-font-family: "Lucida Grande", "Bitstream Vera Sans", Helvetica, Verdana, A
3
3
  $base-font-size: 15px;
4
4
 
5
5
  // Links
6
- $base-link-color: #0066cc;
6
+ $base-link-color:#66d9e0 ;
7
7
  $alt-link-color: red;
8
8
 
9
9
  // Header
10
- $header: #ca0000 !default;
10
+ $header: #000 !default;
11
11
  $primary-tab: rgba(white, 0.3);
12
12
  $primary-tab-current: white;
13
13
 
@@ -189,7 +189,7 @@
189
189
 
190
190
  .box {
191
191
  color: #333333;
192
- background: #f5f1e2;
192
+ background: #ffffff;
193
193
  font-size: 90%;
194
194
  padding: 1px 15px 10px;
195
195
  position: relative;
@@ -19,7 +19,7 @@
19
19
  color: mix($header, white, 15%);
20
20
  font-size: 80%;
21
21
  float: right;
22
- padding: 15px 10px 0 5px;
22
+ padding: 12px 10px 0 5px;
23
23
  height: 16px;
24
24
  a {
25
25
  color: white;
@@ -104,8 +104,7 @@ ul#secondary_navigation {
104
104
  li {
105
105
  float: left;
106
106
  display: block;
107
- background: image-url("admin/navigation_secondary_separator.gif") bottom right no-repeat;
108
- padding-right: 2px;
107
+ border-right: 1px solid #d3d3d3;
109
108
  a {
110
109
  color: #555555;
111
110
  display: block;
@@ -81,7 +81,7 @@ table.index {
81
81
  color: black;
82
82
  text-decoration: none;
83
83
  &:hover {
84
- color: #0066cc;
84
+ color: #EC0673;
85
85
  text-decoration: underline;
86
86
  }
87
87
  }
@@ -137,7 +137,7 @@ table.index#pages {
137
137
  text-decoration: none;
138
138
  }
139
139
  &:hover .title {
140
- color: #0066cc;
140
+ color: #EC0673;
141
141
  text-decoration: underline;
142
142
  }
143
143
  }
@@ -198,6 +198,7 @@ module TrustyCms
198
198
  index.bottom.concat %w{new_button}
199
199
  end
200
200
  user.new = user.edit
201
+ user.remove = user.edit
201
202
  end
202
203
  end
203
204
 
@@ -215,6 +216,7 @@ module TrustyCms
215
216
  index.bottom.concat %w{new_button}
216
217
  end
217
218
  layout.new = layout.edit
219
+ layout.remove = layout.edit
218
220
  end
219
221
  end
220
222
 
data/lib/trusty_cms.rb CHANGED
@@ -2,6 +2,6 @@ TRUSTY_CMS_ROOT = File.expand_path(File.join(File.dirname(__FILE__), "..")) unle
2
2
 
3
3
  unless defined? TrustyCms::VERSION
4
4
  module TrustyCms
5
- VERSION = "2.0.8-beta"
5
+ VERSION = "2.0.9-beta"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.8.pre.beta
4
+ version: 2.0.9.pre.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - TrustyCms CMS dev team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-30 00:00:00.000000000 Z
11
+ date: 2015-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tzinfo