parent
2236b43222
commit
dc9570dda0
2
Gemfile
2
Gemfile
@ -20,7 +20,7 @@ gem 'locomotive_liquid', '2.2.2', :require => 'liquid'
|
|||||||
gem 'formtastic', '~> 1.2.3'
|
gem 'formtastic', '~> 1.2.3'
|
||||||
gem 'inherited_resources', '~> 1.1.2'
|
gem 'inherited_resources', '~> 1.1.2'
|
||||||
|
|
||||||
gem 'rmagick', '2.12.2'
|
gem 'rmagick', '2.12.2', :require => 'RMagick'
|
||||||
gem 'locomotive_carrierwave', '0.5.4.beta3'
|
gem 'locomotive_carrierwave', '0.5.4.beta3'
|
||||||
gem 'dragonfly', '~> 0.9.1'
|
gem 'dragonfly', '~> 0.9.1'
|
||||||
gem 'rack-cache', :require => 'rack/cache'
|
gem 'rack-cache', :require => 'rack/cache'
|
||||||
|
1
Rakefile
1
Rakefile
@ -2,6 +2,7 @@ require File.expand_path('../config/application', __FILE__)
|
|||||||
|
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
|
|
||||||
|
require 'rake/dsl_definition'
|
||||||
require 'rake'
|
require 'rake'
|
||||||
require 'rdoc/task'
|
require 'rdoc/task'
|
||||||
require 'rubygems/package_task'
|
require 'rubygems/package_task'
|
||||||
|
3
doc/TODO
3
doc/TODO
@ -71,9 +71,8 @@ x Rights to set roles (ticket #104)
|
|||||||
x export: problems with templatized pages (source => multi levels pages)
|
x export: problems with templatized pages (source => multi levels pages)
|
||||||
x do not rename files for fonts
|
x do not rename files for fonts
|
||||||
x icon for redirection page in the pages section (back-office)
|
x icon for redirection page in the pages section (back-office)
|
||||||
- test and/or convert existing templates (the 2 of the themes section)
|
|
||||||
- installed on heroku with source
|
- installed on heroku with source
|
||||||
|
- test and/or convert existing templates (the 2 of the themes section)
|
||||||
|
|
||||||
BACKLOG:
|
BACKLOG:
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ body { background: #000 url(/images/admin/background/body.png) repeat 0 0; }
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#panel fieldset ol li p.inline-errors {
|
#panel fieldset ol li div.inline-errors p {
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
margin: 5px 0px;
|
margin: 5px 0px;
|
||||||
background: #FFE5E5;
|
background: #FFE5E5;
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#editable-elements .wrapper {
|
#editable-elements .wrapper {
|
||||||
background: #ebedf4 url(/images/admin/form/footer.png) no-repeat 0 bottom;
|
background: #ebedf4 url(/images/admin/form/footer.png) no-repeat 0 bottom;
|
||||||
width: 880px;
|
padding: 10px 0px 16px 0px;
|
||||||
padding: 10px 20px 0px 20px;
|
|
||||||
border-top: 1px solid #ccced7;
|
border-top: 1px solid #ccced7;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -57,9 +56,4 @@
|
|||||||
|
|
||||||
#editable-elements .wrapper ul li fieldset { margin-bottom: 0px; }
|
#editable-elements .wrapper ul li fieldset { margin-bottom: 0px; }
|
||||||
|
|
||||||
#editable-elements .wrapper ul li fieldset ol { margin-top: 0px; border-top: 0px; background: #EBEDF4; }
|
#editable-elements .wrapper ul li fieldset ol { margin-top: 0px; border-top: 0px; background: #EBEDF4; }
|
||||||
#editable-elements .wrapper ul li fieldset ol li label { padding-left: 0px; padding-right: 3em; }
|
|
||||||
#editable-elements .wrapper ul li fieldset ol li p.remove,
|
|
||||||
#editable-elements .wrapper ul li fieldset ol li p.inline-hints { margin-left: 13.3em; }
|
|
||||||
#editable-elements .wrapper ul li fieldset ol li input[type=text] { width: 695px; }
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user