Skip to content

Commit

Permalink
[#1178] Small CSS tweaks and fix for premature closing div
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Sep 11, 2013
1 parent 2adda64 commit 2d76140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ckan/public/base/less/forms.less
Expand Up @@ -682,11 +682,11 @@ textarea {

.add-member-or {
float: left;
line-height: 100px;
margin-left: 10px;
margin-right: 10px;
margin-top: 75px;
width: 7%;
text-align: center;
text-transform: uppercase;
color: grey;
color: @grayLight;
font-weight: bold;
}

Expand Down
1 change: 0 additions & 1 deletion ckan/templates/organization/member_new.html
Expand Up @@ -65,7 +65,6 @@ <h1 class="page-heading">
</div>
</form>
{% endblock %}
</div>
{% endblock %}

{% block secondary_content %}
Expand Down

0 comments on commit 2d76140

Please sign in to comment.