# HG changeset patch # User Nicolas Chauvat # Date 1257705271 -3600 # Node ID 6a4191b0eb9a48e13e0e03ecf717b3f4e149c996 # Parent ad0b38e1a4eba7a1167e3cc50672dc4721cbe86e [web ui] remove "trame_grise" from forms diff -r ad0b38e1a4eb -r 6a4191b0eb9a web/data/cubicweb.form.css --- a/web/data/cubicweb.form.css Sun Nov 08 19:33:03 2009 +0100 +++ b/web/data/cubicweb.form.css Sun Nov 08 19:34:31 2009 +0100 @@ -12,7 +12,6 @@ color: #ff4500; padding-bottom : 0.4em; text-transform: capitalize; - background: url("bg_trame_grise.png") left bottom repeat-x; margin-bottom: 0.6em } @@ -209,10 +208,6 @@ text-align: center; } -div.trame_grise { - background: url("bg_trame_grise.png") left top repeat-x; -} - div.notice { display: none; font-style: italic; @@ -231,7 +226,7 @@ cursor: default; } -input.validateButton { +input.validateButton { margin: 1em 1em 0px 0px; border: 1px solid #edecd2; border-color:#edecd2 #cfceb7 #cfceb7 #edecd2; diff -r ad0b38e1a4eb -r 6a4191b0eb9a web/views/baseforms.py --- a/web/views/baseforms.py Sun Nov 08 19:33:03 2009 +0100 +++ b/web/views/baseforms.py Sun Nov 08 19:34:31 2009 +0100 @@ -315,7 +315,6 @@ % (rschema, entity.eid, js, self.req.__('add a %s' % targettype))) result.append(u'') - result.append(u'
 
') result.append(u'') return '\n'.join(result) diff -r ad0b38e1a4eb -r 6a4191b0eb9a web/views/editforms.py --- a/web/views/editforms.py Sun Nov 08 19:33:03 2009 +0100 +++ b/web/views/editforms.py Sun Nov 08 19:34:31 2009 +0100 @@ -587,4 +587,3 @@ self.w(u'+ %s.' % (self.rtype, self.peid, js, __(i18nctx, 'add a %s' % self.etype))) self.w(u'') - self.w(u'
 
')