Skip to content

Commit

Permalink
[2375] Style the action buttons in the create dataset form
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 23, 2012
1 parent bdde208 commit 880ea17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ckan/public/base/less/forms.less
Expand Up @@ -3,6 +3,14 @@ label {
font-weight: bold;
}

.form-actions {
background: none;
margin-left: -@gutter-x;
margin-right: -@gutter-x;
padding-bottom: 0; // Prevents reduces the padding when included in a module.
text-align: right;
}

.stages {
.unstyled;
.clearfix;
Expand Down

0 comments on commit 880ea17

Please sign in to comment.