[ckan-changes] commit/ckan: dread: [css][xs]: Tweaked edit form so that the resources table is not too wide - it got clipped.
Bitbucket
commits-noreply at bitbucket.org
Tue Jun 14 11:44:59 UTC 2011
1 new changeset in ckan:
http://bitbucket.org/okfn/ckan/changeset/e48c5db3d23c/
changeset: e48c5db3d23c
branch: release-v1.4.1
user: dread
date: 2011-06-14 13:44:51
summary: [css][xs]: Tweaked edit form so that the resources table is not too wide - it got clipped.
affected #: 2 files (1 byte)
--- a/ckan/public/css/forms.css Sun Jun 12 20:18:17 2011 +0100
+++ b/ckan/public/css/forms.css Tue Jun 14 12:44:51 2011 +0100
@@ -46,7 +46,7 @@
input.title {
font-size: 1.5em; }
input.short {
- width: 15em; }
+ width: 10em; }
input.medium-width {
width: 25em; }
input.long {
--- a/ckan/tests/functional/test_package.py Sun Jun 12 20:18:17 2011 +0100
+++ b/ckan/tests/functional/test_package.py Tue Jun 14 12:44:51 2011 +0100
@@ -870,7 +870,7 @@
assert field_name in res
fv = res.forms['package-edit']
fv[prefix + 'groups__0__id'] = grp.id
- res = fv.submit('preview',extra_environ={'REMOTE_USER':'russianfan'})
+ res = fv.submit('preview', extra_environ={'REMOTE_USER':'russianfan'})
assert not 'error' in res
res = fv.submit('save', extra_environ={'REMOTE_USER':'russianfan'})
res = res.follow()
Repository URL: https://bitbucket.org/okfn/ckan/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list