classiccms 0.6.6 → 0.6.7
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.
- data/lib/classiccms/public/css/style.sass +2 -2
- data/lib/classiccms/public/images/logo.png +0 -0
- data/lib/classiccms/scaffold/.gitignore +1 -3
- data/lib/classiccms/version.rb +1 -1
- data/lib/classiccms/views/cms/add_window.haml +1 -1
- data/lib/classiccms/views/cms/images.haml +1 -1
- metadata +3 -3
- data/lib/classiccms/public/images/briljandtCMS.png +0 -0
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
:z-index 10000
|
|
38
38
|
|
|
39
39
|
#logo
|
|
40
|
-
:width
|
|
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/
|
|
45
|
+
:background-image url('/cms/images/logo.png')
|
|
46
46
|
:z-index 10100
|
|
47
47
|
#error, #login
|
|
48
48
|
:width 315px
|
|
Binary file
|
data/lib/classiccms/version.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|
|
Binary file
|