Skip to content

Commit

Permalink
[#1788]: minor style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
teajaymars committed Mar 30, 2012
1 parent 25a9a44 commit 9b5564b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
11 changes: 7 additions & 4 deletions ckan/public/css/style.css
Expand Up @@ -415,8 +415,7 @@ ul.no-break li {
/* ======================= */
div.form-actions p.hints {
width: 50%;
float: right;
margin: 0;
margin: 10px 0 0 0;
}


Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down
5 changes: 1 addition & 4 deletions ckan/templates/package/new_package_form.html
Expand Up @@ -305,10 +305,7 @@ <h2>Errors in form</h2>
<py:if test="c.pkg">
<input id="cancel" class="btn href-action" name="cancel" type="reset" value="${_('Cancel')}" action="${h.url_for(controller='package', action='read', id=c.pkg.name)}" />
</py:if>
<p i18n:msg="" class="hints">
<strong>Important:</strong> By submitting content, you agree to release your contributions under the <a href="http://opendatacommons.org/licenses/odbl/1.0/">Open Database License</a>. Please <strong>refrain</strong> from editing this page if you are <strong>not</strong> happy to do this.
</p>
<div class="clearfix"></div>
<p class="hints"><strong>Important:</strong> By submitting content, you agree to release your contributions under the <a href="http://opendatacommons.org/licenses/odbl/1.0/">Open Database License</a>. Please <strong>refrain</strong> from editing this page if you are <strong>not</strong> happy to do this.</p>
</div>


Expand Down

0 comments on commit 9b5564b

Please sign in to comment.