classiccms 0.6.6 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,12 +37,12 @@
37
37
  :z-index 10000
38
38
 
39
39
  #logo
40
- :width 203px
40
+ :width 54px
41
41
  :height 54px
42
42
  :position absolute
43
43
  :top 20px
44
44
  :left 30px
45
- :background-image url('/cms/images/briljandtCMS.png')
45
+ :background-image url('/cms/images/logo.png')
46
46
  :z-index 10100
47
47
  #error, #login
48
48
  :width 315px
@@ -1,6 +1,4 @@
1
- vendor/**/*
2
1
  .bin/*
3
2
  .sass-cache/**
4
3
  .bundle/*
5
- assets/**/*
6
- Gemfile.lock
4
+ assets/**/*
@@ -1,3 +1,3 @@
1
1
  module Classiccms #:nodoc
2
- VERSION = "0.6.6"
2
+ VERSION = "0.6.7"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  #iki
2
2
  .background
3
- #logo
3
+ %a{:href => 'http://website-development.nl', :target => '_blank', :id => 'logo'}
4
4
  #edit_box
5
5
  #edit_bg
6
6
  - if records.count > 1
@@ -3,4 +3,4 @@
3
3
  .span{:style => 'margin-bottom: 20px;', :id => image.id}
4
4
  %button.btn.btn-mini.btn-danger.destroy{:style => 'position: absolute;', :type => 'button', :'data-original-title' => 'Verwijder', :rel => 'tooltip', :'data-id' => image.id}
5
5
  %i.icon-trash.icon-white
6
- %img.img-rounded.item{:style => 'height: 113px;', :id => image.id, :src => image.file.process(:thumb, '113x113#').url, :url => image.file.url, :name => image.file.name}
6
+ %img.img-rounded.item{:style => 'height: 113px;', :id => image.id, :src => image.file.process(:thumb, '113x113#').url, :url => image.file.process(:thumb, '700x700').url, :name => image.file.name}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: classiccms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
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: 2012-10-23 00:00:00.000000000 Z
12
+ date: 2012-11-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -800,7 +800,6 @@ files:
800
800
  - lib/classiccms/public/images/arrow_down.png
801
801
  - lib/classiccms/public/images/b_lock.png
802
802
  - lib/classiccms/public/images/b_refresh.png
803
- - lib/classiccms/public/images/briljandtCMS.png
804
803
  - lib/classiccms/public/images/cancel.png
805
804
  - lib/classiccms/public/images/cancel_hover.png
806
805
  - lib/classiccms/public/images/checkbox.png
@@ -838,6 +837,7 @@ files:
838
837
  - lib/classiccms/public/images/link_icon.png
839
838
  - lib/classiccms/public/images/link_icon_hover.png
840
839
  - lib/classiccms/public/images/login_bg.png
840
+ - lib/classiccms/public/images/logo.png
841
841
  - lib/classiccms/public/images/logout.png
842
842
  - lib/classiccms/public/images/logout_hover.png
843
843
  - lib/classiccms/public/images/menu_bg.png