From 9b5564b59c50c4ad46b09136244b4548de8f52bb Mon Sep 17 00:00:00 2001 From: Tom Rees Date: Fri, 30 Mar 2012 19:37:13 +0100 Subject: [PATCH] [#1788]: minor style fixes. --- ckan/public/css/style.css | 11 +++++++---- ckan/templates/package/new_package_form.html | 5 +---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ckan/public/css/style.css b/ckan/public/css/style.css index efba8f6c2f3..354734e3795 100644 --- a/ckan/public/css/style.css +++ b/ckan/public/css/style.css @@ -415,8 +415,7 @@ ul.no-break li { /* ======================= */ div.form-actions p.hints { width: 50%; - float: right; - margin: 0; + margin: 10px 0 0 0; } @@ -937,8 +936,6 @@ span.extras-label { .dataset-create-form fieldset#resources, .dataset-create-form fieldset#summary { display: block; - padding-bottom: 0; - margin-bottom: 0; } .dataset-create-form .homepage-field, .dataset-create-form .tags-field { @@ -1303,6 +1300,12 @@ fieldset#resources > .instructions { .resource-list-edit { padding-top: 10px; } +/* While dragging.... */ +.resource-list-edit li.ui-sortable-helper { + border-color: #888; + box-shadow: 2px 2px 8px rgba(0,0,0,0.1); +} + /* Resource-list-add */ .resource-list-add { margin-top: 20px; diff --git a/ckan/templates/package/new_package_form.html b/ckan/templates/package/new_package_form.html index efb7b07e799..0323710cf62 100644 --- a/ckan/templates/package/new_package_form.html +++ b/ckan/templates/package/new_package_form.html @@ -305,10 +305,7 @@

Errors in form

-

- Important: By submitting content, you agree to release your contributions under the Open Database License. Please refrain from editing this page if you are not happy to do this. -

-
+

Important: By submitting content, you agree to release your contributions under the Open Database License. Please refrain from editing this page if you are not happy to do this.