honey-cms 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,26 @@
1
+ /*
2
+ *= require_self
3
+ *= require_tree .
4
+ */
5
+
6
+ @import 'bootstrap';
7
+ @import 'bootstrap-responsive';
8
+
9
+ @media (max-width: 979px) {
10
+ body {
11
+ padding-top: 100px;
12
+ }
13
+ }
14
+
15
+ textarea {
16
+ width: 400px;
17
+ height: 200px;
18
+ }
19
+
20
+ iframe {
21
+
22
+ }
23
+
24
+ .cms-edit-link {
25
+ form { display: none }
26
+ }
@@ -0,0 +1,25 @@
1
+ .cms-page-area {
2
+ position: relative;
3
+ &:hover .cms-edit-link { display: block }
4
+ .cms-edit-link {
5
+ position: absolute;
6
+ padding: 10px;
7
+ background-color: rgba(0,0,0,0.4);
8
+ a { color: white }
9
+ display: none;
10
+ }
11
+ }
12
+
13
+ .cms-image {
14
+ display: block;
15
+ }
16
+
17
+ .missing-cms-image {
18
+ font-family: $sans;
19
+ font-size: 16px;
20
+ text-align: center;
21
+ color: $grayLight;
22
+ background-color: $grayLighter;
23
+ display: table-cell;
24
+ vertical-align: middle;
25
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honey-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -17,6 +17,8 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
+ - vendor/assets/stylesheets/cms.css.scss
21
+ - vendor/assets/stylesheets/cms_ui.css.scss
20
22
  - lib/cms/attribute.rb
21
23
  - lib/cms/configuration.rb
22
24
  - lib/cms/controller_stub.rb