fix issues #110 and #112 + polish css

This commit is contained in:
did 2011-07-10 19:59:54 +02:00
parent 2236b43222
commit dc9570dda0
5 changed files with 6 additions and 12 deletions

View File

@ -20,7 +20,7 @@ gem 'locomotive_liquid', '2.2.2', :require => 'liquid'
gem 'formtastic', '~> 1.2.3'
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 'dragonfly', '~> 0.9.1'
gem 'rack-cache', :require => 'rack/cache'

View File

@ -2,6 +2,7 @@ require File.expand_path('../config/application', __FILE__)
require 'rubygems'
require 'rake/dsl_definition'
require 'rake'
require 'rdoc/task'
require 'rubygems/package_task'

View File

@ -71,9 +71,8 @@ x Rights to set roles (ticket #104)
x export: problems with templatized pages (source => multi levels pages)
x do not rename files for fonts
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
- test and/or convert existing templates (the 2 of the themes section)
BACKLOG:

View File

@ -70,7 +70,7 @@ body { background: #000 url(/images/admin/background/body.png) repeat 0 0; }
padding: 0px;
}
#panel fieldset ol li p.inline-errors {
#panel fieldset ol li div.inline-errors p {
padding: 3px 5px;
margin: 5px 0px;
background: #FFE5E5;

View File

@ -1,7 +1,6 @@
#editable-elements .wrapper {
background: #ebedf4 url(/images/admin/form/footer.png) no-repeat 0 bottom;
width: 880px;
padding: 10px 20px 0px 20px;
padding: 10px 0px 16px 0px;
border-top: 1px solid #ccced7;
}
@ -58,8 +57,3 @@
#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 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; }